tags 681758 + patch tags 681758 + pending thanks Dear maintainer,
I've prepared an NMU for nginx (versioned as 1.2.1-2.2) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Donovan: The little tin soldier
diff -Nru nginx-1.2.1/debian/changelog nginx-1.2.1/debian/changelog
--- nginx-1.2.1/debian/changelog 2012-07-12 21:43:24.000000000 +0200
+++ nginx-1.2.1/debian/changelog 2012-08-04 18:16:16.000000000 +0200
@@ -1,3 +1,16 @@
+nginx (1.2.1-2.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "removes files that were installed by another package":
+ don't remove directories that are owned by (and removed from) nginx-common
+ from nginx-extras.postrm. This seems to have been the idea in commit e30a854
+ ("Moved configuration purging to nginx-common.") except that it was added
+ in nginx-common.postrm without being removed in nginx-extras.postrm.
+ Remove nginx-extras.postrm since it's empty after this change.
+ (Closes: #681758)
+
+ -- gregor herrmann <[email protected]> Sat, 04 Aug 2012 18:13:10 +0200
+
nginx (1.2.1-2.1) unstable; urgency=low
* Non-maintainer upload to deal with the goal of 100% translated
diff -Nru nginx-1.2.1/debian/nginx-extras.postrm nginx-1.2.1/debian/nginx-extras.postrm
--- nginx-1.2.1/debian/nginx-extras.postrm 2012-07-12 20:55:19.000000000 +0200
+++ nginx-1.2.1/debian/nginx-extras.postrm 1970-01-01 01:00:00.000000000 +0100
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- purge)
- rm -rf /var/lib/nginx /var/log/nginx /etc/nginx
- ;;
-
- remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
-esac
-
-#DEBHELPER#
-
-exit 0
signature.asc
Description: Digital signature

