Dear maintainer,

I've uploaded an NMU for squid-prefetch (versioned as 1.1-2.3). The diff
is attached to this message.

Cheers,
gregor, from the Munich BSP
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-    BOFH excuse #372:  Forced to support NT servers; sysadmins quit. 
diff -Nru squid-prefetch-1.1/debian/changelog squid-prefetch-1.1/debian/changelog
--- squid-prefetch-1.1/debian/changelog	2008-03-30 18:16:41.000000000 +0200
+++ squid-prefetch-1.1/debian/changelog	2009-11-28 15:02:21.000000000 +0100
@@ -1,3 +1,11 @@
+squid-prefetch (1.1-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "maintainer-script-calls-init-script-directly prerm:3
+    than using invoke-rc.d." (closes: #553129).
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 28 Nov 2009 15:02:17 +0100
+
 squid-prefetch (1.1-2.2) unstable; urgency=low
 
   * Non-maintainer upload to solve release goal.
diff -Nru squid-prefetch-1.1/debian/prerm squid-prefetch-1.1/debian/prerm
--- squid-prefetch-1.1/debian/prerm	2003-08-11 15:29:40.000000000 +0200
+++ squid-prefetch-1.1/debian/prerm	2009-11-28 14:50:34.000000000 +0100
@@ -1,3 +1,7 @@
 #! /bin/sh
 
-/etc/init.d/squid-prefetch stop || true
+if which invoke-rc.d >/dev/null 2>&1; then
+    invoke-rc.d squid-prefetch stop || true
+else
+    /etc/init.d/squid-prefetch stop || true
+fi

Attachment: signature.asc
Description: Digital signature

Reply via email to