Your message dated Wed, 03 Oct 2012 09:25:34 +0000
with message-id <[email protected]>
and subject line Bug#689263: Removed package(s) from unstable
has caused the Debian Bug report #425156,
regarding nanourl: diff for NMU version 0.1-7.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
425156: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425156
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 0.1-7.1+rm
Dear submitter,
as the package nanourl has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/689263
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---