diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-02-09 11:51:34 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-02-09 11:51:34 -0800 |
commit | 0b9d4f48e36fe5a2d09b4c0544a1244210778c11 (patch) | |
tree | ca76fcb7ede545f52d1fba55531674b73968a3cf | |
parent | e1971e4774a6ebb5ed33a09bdd60afa2c0534b6f (diff) | |
download | vyatta-biosdevname-0b9d4f48e36fe5a2d09b4c0544a1244210778c11.tar.gz vyatta-biosdevname-0b9d4f48e36fe5a2d09b4c0544a1244210778c11.zip |
Bugfix 5325: Debian arch must be "any" to build an multiple architectures.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 78175eb..1737d8c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5), autotools-dev, libpci-dev Standards-Version: 3.7.2 Package: vyatta-biosdevname -Architecture: all +Architecture: any Depends: ${shlibs:Depends}, libpci3, zlib1g, |