[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#681755: finalised patch



updated patch, uploading tonight.


-- 


Neil Williams
=============
http://www.linux.codehelp.co.uk/

diffstat for dpkg-cross-2.6.6 dpkg-cross-2.6.7

 changelog |    7 +++++++
 postrm    |    6 +++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff -Nru dpkg-cross-2.6.6/debian/changelog dpkg-cross-2.6.7/debian/changelog
--- dpkg-cross-2.6.6/debian/changelog	2012-03-31 17:40:48.000000000 +0100
+++ dpkg-cross-2.6.7/debian/changelog	2012-07-25 20:50:51.000000000 +0100
@@ -1,3 +1,10 @@
+dpkg-cross (2.6.7) unstable; urgency=low
+
+  * Confine the postrm to only removing the config files
+    originally installed by dpkg-cross (Closes: #681755)
+
+ -- Neil Williams <codehelp@debian.org>  Wed, 25 Jul 2012 20:50:50 +0100
+
 dpkg-cross (2.6.6) unstable; urgency=low
 
   * [INTL:da] Danish translation of the debconf templates
diff -Nru dpkg-cross-2.6.6/debian/postrm dpkg-cross-2.6.7/debian/postrm
--- dpkg-cross-2.6.6/debian/postrm	2011-03-27 07:14:10.000000000 +0100
+++ dpkg-cross-2.6.7/debian/postrm	2012-07-25 20:50:19.000000000 +0100
@@ -22,7 +22,11 @@
     ;;
 
     purge)
-        rm -rf /etc/dpkg-cross
+        rm -rf /etc/dpkg-cross/cross-config*
+        rm -rf /etc/dpkg-cross/cmake/
+        rm -rf /etc/dpkg-cross/multiarch-cross.d/
+        rm -rf /etc/dpkg-cross/cross-compile.sample
+        rm -rf /etc/dpkg-cross/cross-compile
         if [ "$1" = "purge" ] && [ -e /usr/share/debconf/confmodule ]; then
             # Source debconf library.
             . /usr/share/debconf/confmodule

Attachment: pgpohGXVc_z6o.pgp
Description: PGP signature


Reply to: