tags 606688 + patch
thanks

Hi,

Here is fix debdiff.
-- 
Regards,
        dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E

diff -u scuttle-0.7.4/debian/scuttle.postrm scuttle-0.7.4/debian/scuttle.postrm
--- scuttle-0.7.4/debian/scuttle.postrm
+++ scuttle-0.7.4/debian/scuttle.postrm
@@ -22,8 +22,10 @@
        fi
 fi
 
-servers="apache2"
-. /usr/share/wwwconfig-common/restart.sh
+if [ -e /usr/share/wwwconfig-common/restart.sh ]; then
+       servers="apache2"
+       . /usr/share/wwwconfig-common/restart.sh
+fi
 
 if [ "$1" = "purge" ]; then
        # remove database config
diff -u scuttle-0.7.4/debian/changelog scuttle-0.7.4/debian/changelog
--- scuttle-0.7.4/debian/changelog
+++ scuttle-0.7.4/debian/changelog
@@ -1,3 +1,11 @@
+scuttle (0.7.4-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/scuttle.postrm
+    - Conditionally call wwwconfig-common/restart.sh (Closes: #606688)
+
+ -- HIGUCHI Daisuke (VDR dai) <deb...@vdr.jp>  Thu, 16 Dec 2010 21:11:21 +0900
+
 scuttle (0.7.4-5) unstable; urgency=low
 
   * Many PHP warnings (Closes: #571804)

Attachment: signature.asc
Description: Digital signature

Reply via email to