On Mon, 19 Mar 2007, Nigel Horne wrote:

> Package: localepurge
> Severity: grave
> Justification: renders package unusable
> 
> 
> localepurge depends on procps, but procps is
> not available on GNU/Hurd

The Depends line says "procps [!hurd-i386]", which does not work,
as the [!hurd-i386] syntax is valid in a Build-Depends line, but not
in a Depends line.

The following patch should probably work:

diff -ru localepurge-0.5.9.orig/debian/control localepurge-0.5.9/debian/control
--- localepurge-0.5.9.orig/debian/control       2006-10-20 23:32:54.000000000 
+0200
+++ localepurge-0.5.9/debian/control    2007-06-04 10:12:55.791509491 +0200
@@ -7,7 +7,7 @@
 
 Package: localepurge
 Architecture: all
-Depends: locales, dpkg (>= 1.9.7), ucf, debconf (>= 1.2.0) | debconf-2.0, 
debianutils (>= 1.6), procps [!hurd-i386]
+Depends: locales, dpkg (>= 1.9.7), ucf, debconf (>= 1.2.0) | debconf-2.0, 
debianutils (>= 1.6), procps | hurd
 Replaces: apt-localepurge
 Conflicts: apt-localepurge
 Suggests: debfoster, deborphan


BTW: While we are at it, the package is Architecture: all, so it should be
built in binary-indep and binary-arch shouldn't do anything.

Thanks.


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

Reply via email to