Package: imapproxy
Version: 1.2.4-5.2

Attached the diff for the 1.2.4-5.2 NMU I just uploaded.
  cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.                                (c) Jasper Ffforde
diff -u up-imapproxy-1.2.4/debian/control up-imapproxy-1.2.4/debian/control
--- up-imapproxy-1.2.4/debian/control
+++ up-imapproxy-1.2.4/debian/control
@@ -8,7 +8,7 @@
 Package: imapproxy
 Architecture: any
 Pre-Depends: debconf (>= 1.2) | debconf-2.0
-Depends: ${shlibs:Depends}
+Depends: lsb-base,${shlibs:Depends}
 Description: IMAP protocol proxy
  UP-ImapProxy proxies IMAP transactions between an IMAP client and an IMAP
  server. The general idea is that the client should never know that it is
diff -u up-imapproxy-1.2.4/debian/imapproxy.init.d 
up-imapproxy-1.2.4/debian/imapproxy.init.d
--- up-imapproxy-1.2.4/debian/imapproxy.init.d
+++ up-imapproxy-1.2.4/debian/imapproxy.init.d
@@ -29,7 +29,7 @@
 . /lib/lsb/init-functions
 
 test -r ${DEFAULT} && . ${DEFAULT}
-if [ "$START" == "no" -a "$1" != "stop" ]; then
+if [ "$START" = "no" -a "$1" != "stop" ]; then
        log_warning_msg "Not starting imapproxy - disabled in ${DEFAULT}";
        exit 0;
 fi
diff -u up-imapproxy-1.2.4/debian/changelog up-imapproxy-1.2.4/debian/changelog
--- up-imapproxy-1.2.4/debian/changelog
+++ up-imapproxy-1.2.4/debian/changelog
@@ -1,3 +1,11 @@
+up-imapproxy (1.2.4-5.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix bashism in init script [ "$START" == "no" ...] (Closes: #399362)
+  * Add dependency on lsb-base (Closes: #400459)
+
+ -- Andreas Metzler <[EMAIL PROTECTED]>  Sun, 26 Nov 2006 10:47:33 +0000
+
 up-imapproxy (1.2.4-5.1) unstable; urgency=high
 
   * Non-maintainer upload.

Reply via email to