Package: nanourl
Version: 0.1-7
Severity: normal
Tags: patch

Hi,

Attached is the diff for my nanourl 0.1-7.1 NMU during the current BSP
which I'll upload to delayed-0.

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u nanourl-0.1/debian/changelog nanourl-0.1/debian/changelog
--- nanourl-0.1/debian/changelog
+++ nanourl-0.1/debian/changelog
@@ -1,3 +1,11 @@
+nanourl (0.1-7.1) unstable; urgency=high
+
+  * Non-maintainer upload during BSP.
+  * Fix unconditional use of debconf in postrm (Closes: #417008).
+  * Add php5 alternatives to dependencies (Closes: #424838).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sat, 19 May 2007 17:32:50 +0200
+
 nanourl (0.1-7) unstable; urgency=low
 
   * fixed postinst script to enable apache2 mod_rewrite.
diff -u nanourl-0.1/debian/nanourl.postrm nanourl-0.1/debian/nanourl.postrm
--- nanourl-0.1/debian/nanourl.postrm
+++ nanourl-0.1/debian/nanourl.postrm
@@ -1,6 +1,8 @@
 #!/bin/bash -e
 
-. /usr/share/debconf/confmodule
+if [ -f /usr/share/debconf/confmodule ]; then
+	. /usr/share/debconf/confmodule
+fi
 
 if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
 ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*"}
diff -u nanourl-0.1/debian/control nanourl-0.1/debian/control
--- nanourl-0.1/debian/control
+++ nanourl-0.1/debian/control
@@ -7,7 +7,7 @@
 
 Package: nanourl
 Architecture: any
-Depends: apache | apache2 | apache-ssl, php4, php4-mysql, mysql-client
+Depends: apache | apache2 | apache-ssl, php5 | php4, php5-mysql | php4-mysql, mysql-client
 Suggests: mysql-server
 Description: Lightweight analog of TinyURL 
  NanoURL is an implementation of the TinyURL website for 

Reply via email to