Package: rancid
Version: 2.3.1-1
Severity: wishlist
Tags: patch

When building 'rancid' on amd64/unstable with gcc-4.0,
I get the following error:

dh_shlibdeps 
dh_gencontrol
dpkg-gencontrol: error: current build architecture amd64 does not appear in 
package's list (i386)
dh_gencontrol: command returned error code 65280
make: *** [binary-arch] Error 1

With the attached patch 'rancid' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/rancid-2.3.1/debian/control ./debian/control
--- ../tmp-orig/rancid-2.3.1/debian/control     2004-06-15 22:58:21.103222658 
+0200
+++ ./debian/control    2004-06-15 22:58:17.259966368 +0200
@@ -6,7 +6,7 @@
 Standards-Version: 3.6.0
 
 Package: rancid-core
-Architecture: i386
+Architecture: amd64 i386
 Depends: expect, tcsh | c-shell, perl, cvs, passwd, ssh, iputils-ping, debconf 
(>= 0.2.26)
 Description: rancid -- Really Awesome New Cisco confIg Differ
  This is a popular ISP toolkit, based on expect and shell scripts,
@@ -18,7 +18,7 @@
  This is the core package.
 
 Package: rancid-util
-Architecture: i386
+Architecture: amd64 i386
 Depends: rancid-core
 Description: Utilities for rancid
  This is a popular ISP toolkit, based on expect and shell scripts,
@@ -31,7 +31,7 @@
  weren't putted in the "core" tree.
  
 Package: rancid-cgi
-Architecture: i386
+Architecture: amd64 i386
 Depends: rancid-util, liblockfile-simple-perl
 Suggests: apache | httpd
 Description: CGI for rancid


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to