tags 408269 patch
stop
Hi,
I've created a patch adding passwd and adduser (the package uses adduser
in it's preinst too) to the pre-depends and NMU'ed it to DELAYED/0
according to
http://lists.debian.org/debian-devel-announce/2006/09/msg00020.html
The patch is attached.
Cheers,
Bastian
--
Bastian Venthur http://venthur.de
Debian Developer venthur at debian org
diff -ruN orig/nufw-2.0.9/debian/changelog nufw-2.0.9/debian/changelog
--- orig/nufw-2.0.9/debian/changelog 2007-02-01 11:48:36.000000000 +0100
+++ nufw-2.0.9/debian/changelog 2007-02-01 12:04:19.000000000 +0100
@@ -1,3 +1,12 @@
+nufw (2.0.9-5.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Added nauth: missing pre-dep on passwd (Closes: #408269)
+ - added pre-dep on adduser too, since it uses adduser in preinst
+ * Urgency high due RCness
+
+ -- Bastian Venthur <[EMAIL PROTECTED]> Thu, 1 Feb 2007 11:54:30 +0100
+
nufw (2.0.9-5.1) unstable; urgency=low
* Non-maintainer upload to fix longstanding l10n issues
diff -ruN orig/nufw-2.0.9/debian/control nufw-2.0.9/debian/control
--- orig/nufw-2.0.9/debian/control 2007-02-01 11:48:36.000000000 +0100
+++ nufw-2.0.9/debian/control 2007-02-01 12:04:27.000000000 +0100
@@ -21,6 +21,7 @@
Package: nuauth
Architecture: any
+Pre-Depends: passwd, adduser
Depends: ${shlibs:Depends}, debconf, libsasl2-modules, ssl-cert, openssl
Recommends: nuauth-utils
Description: The authentication daemon from the nufw package