tags 389968 patch
usertags 389968 supplied-patch
thanks

Hi,

I have prepared a little NMU patch which fixes the RC bug. As I am no DD
yet, I can not do an upload myself. The patch is attached.

Greetings Arjan

mailscanner (4.51.5-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Only call ucf on purge if it is available. (closes: #389968)
  * Move debhelper to Build-Depends to fix lintian error.

 -- Arjan Oosting <[EMAIL PROTECTED]>  Thu,  5 Oct 2006 22:20:40 +0200

diff -u mailscanner-4.51.5/debian/control mailscanner-4.51.5/debian/control
--- mailscanner-4.51.5/debian/control
+++ mailscanner-4.51.5/debian/control
@@ -2,7 +2,8 @@
 Section: mail
 Priority: optional
 Maintainer: Matthias Klose <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.2.16), perl (>= 5.8.7)
+Build-Depends: debhelper (>> 4.2.16)
+Build-Depends-Indep:  perl (>= 5.8.7)
 Standards-Version: 3.6.2
 
 Package: mailscanner
diff -u mailscanner-4.51.5/debian/rules mailscanner-4.51.5/debian/rules
--- mailscanner-4.51.5/debian/rules
+++ mailscanner-4.51.5/debian/rules
@@ -259,9 +259,11 @@
 	( \
 	  echo 'if [ "$$1" = purge ]; then'; \
 	  echo "    (echo Removing report files ... < /dev/tty >/dev/tty)"; \
+	  echo '    if which ucf >/dev/null ; then '; \
 	  for f in `cat debian/ucffiles`; do \
-	    echo "    ucf --purge --debconf-ok $$f"; \
+	    echo "        ucf --purge --debconf-ok $$f"; \
 	  done; \
+	  echo '    fi' ;\
 	  echo 'fi'; \
 	) > debian/postrm.ucf
 
diff -u mailscanner-4.51.5/debian/changelog mailscanner-4.51.5/debian/changelog
--- mailscanner-4.51.5/debian/changelog
+++ mailscanner-4.51.5/debian/changelog
@@ -1,3 +1,11 @@
+mailscanner (4.51.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Only call ucf on purge if it is available. (closes: #389968) 
+  * Move debhelper to Build-Depends to fix lintian error.
+
+ -- Arjan Oosting <[EMAIL PROTECTED]>  Thu,  5 Oct 2006 22:20:40 +0200
+
 mailscanner (4.51.5-1) unstable; urgency=low
 
   * New upstream version.

Attachment: signature.asc
Description: Dit berichtdeel is digitaal ondertekend

Reply via email to