Hi,

the attached patch is fixing the problem.  I could sponsor the upload if
needed.  In case I will not hear anything I will do a delayed NMU.

Kind regards

       Andreas.

-- 
http://fam-tille.de
diff -Nru angband-3.3.2/debian/changelog angband-3.3.2/debian/changelog
--- angband-3.3.2/debian/changelog	2011-11-04 21:36:57.000000000 +0100
+++ angband-3.3.2/debian/changelog	2012-08-23 15:54:23.000000000 +0200
@@ -1,3 +1,11 @@
+angband (1:3.3.2-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Prevent removal of files owned by angband-data in debian/postrm
+    Closes: #684180
+
+ -- Andreas Tille <ti...@debian.org>  Thu, 23 Aug 2012 15:51:55 +0200
+
 angband (1:3.3.2-2) unstable; urgency=low
 
   * Fixed conflict between angband-data and older versions of angband
diff -Nru angband-3.3.2/debian/postrm angband-3.3.2/debian/postrm
--- angband-3.3.2/debian/postrm	2011-10-25 21:36:59.000000000 +0200
+++ angband-3.3.2/debian/postrm	2012-08-23 15:50:38.000000000 +0200
@@ -122,10 +122,6 @@
 	    rm -rf /etc/angband/
 	fi
 
-	if [ -d /usr/share/angband ]; then
-	    rm -rf /usr/share/angband
-        fi
-
     ;;
   disappear)
     if test "$2" != overwriter; then

Reply via email to