r35587 - in /desktop/unstable/gtk+3.0/debian: changelog libgtk-3-0.postrm.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Aug 6 16:04:47 UTC 2012


Author: biebl
Date: Mon Aug  6 16:04:46 2012
New Revision: 35587

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35587
Log:
debian/libgtk-3-0.postrm.in: Drop "rm -rf /etc/gtk-3.0/" on purge since
this removes files owned by libgtk-3-common. Those bits were copied over
from the gtk+2.0 package but they are actually obsolete and no longer
required. Closes: #681198

Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/libgtk-3-0.postrm.in

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=35587&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog [utf-8] Mon Aug  6 16:04:46 2012
@@ -1,8 +1,15 @@
-gtk+3.0 (3.4.2-3) UNRELEASED; urgency=low
-
+gtk+3.0 (3.4.2-4) UNRELEASED; urgency=low
+
+  [ Josselin Mouette ]
   * Update xrandr epoch.
 
- -- Josselin Mouette <joss at debian.org>  Fri, 06 Jul 2012 10:45:56 +0200
+  [ Michael Biebl ]
+  * debian/libgtk-3-0.postrm.in: Drop "rm -rf /etc/gtk-3.0/" on purge since
+    this removes files owned by libgtk-3-common. Those bits were copied over
+    from the gtk+2.0 package but they are actually obsolete and no longer
+    required. Closes: #681198
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 06 Aug 2012 18:00:10 +0200
 
 gtk+3.0 (3.4.2-2) unstable; urgency=low
 

Modified: desktop/unstable/gtk+3.0/debian/libgtk-3-0.postrm.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/libgtk-3-0.postrm.in?rev=35587&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/libgtk-3-0.postrm.in [utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/libgtk-3-0.postrm.in [utf-8] Mon Aug  6 16:04:46 2012
@@ -1,12 +1,6 @@
 #!/bin/sh
 
 set -e
-
-case "$1" in
-  purge)
-    rm -rf /@CONFDIR@
-  ;;
-esac
 
 #DEBHELPER#
 




More information about the pkg-gnome-commits mailing list