tags 408270 patch
stop

Hi,

I've created a patch adding adduser to the depends and NMU'ed it to
DELAYED/0 according to

  http://lists.debian.org/debian-devel-announce/2006/09/msg00020.html

In order to be as minimal invasive as possible I did not touch the
postrm as Masami did in his proposed patch.


Cheers,

Bastian


-- 
Bastian Venthur                                      http://venthur.de
Debian Developer                                 venthur at debian org

diff -ruN orig/onak-0.3.2/debian/changelog onak-0.3.2/debian/changelog
--- orig/onak-0.3.2/debian/changelog	2007-02-01 10:37:52.000000000 +0100
+++ onak-0.3.2/debian/changelog	2007-02-01 10:39:22.000000000 +0100
@@ -1,3 +1,11 @@
+onak (0.3.2-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Added missing dep on adduser (Closes: #408270)
+  * Urgency high due RCness of the bug
+
+ -- Bastian Venthur <[EMAIL PROTECTED]>  Thu,  1 Feb 2007 10:38:37 +0100
+
 onak (0.3.2-1) unstable; urgency=low
 
   * New upstream release.
diff -ruN orig/onak-0.3.2/debian/control onak-0.3.2/debian/control
--- orig/onak-0.3.2/debian/control	2007-02-01 10:37:52.000000000 +0100
+++ onak-0.3.2/debian/control	2007-02-01 10:39:34.000000000 +0100
@@ -8,7 +8,7 @@
 
 Package: onak
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
 Recommends: apache | httpd
 Description: OpenPGP Key Server
  onak is an OpenPGP compatible keyserver which supports multiple subkeys,

Reply via email to