r37612 - in /attic/libgnome/debian: changelog libgnome2-common.postrm libgnome2-common.prerm

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Apr 28 18:25:10 UTC 2013


Author: biebl
Date: Sun Apr 28 18:25:09 2013
New Revision: 37612

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37612
Log:
libgnome2-common: Add dummy prerm/postrm as a workaround for gconf2
related upgrade failures caused by a dangling /usr/bin/python symlink.
Closes: #706110

Added:
    attic/libgnome/debian/libgnome2-common.postrm
    attic/libgnome/debian/libgnome2-common.prerm
Modified:
    attic/libgnome/debian/changelog

Modified: attic/libgnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libgnome/debian/changelog?rev=37612&op=diff
==============================================================================
--- attic/libgnome/debian/changelog [utf-8] (original)
+++ attic/libgnome/debian/changelog [utf-8] Sun Apr 28 18:25:09 2013
@@ -1,3 +1,12 @@
+libgnome (2.32.1-3) UNRELEASED; urgency=low
+
+  [ Andreas Beckmann ]
+  * libgnome2-common: Add dummy prerm/postrm as a workaround for gconf2
+    related upgrade failures caused by a dangling /usr/bin/python symlink.
+    Closes: #706110
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 28 Apr 2013 20:23:45 +0200
+
 libgnome (2.32.1-2) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.2. No further changes.

Added: attic/libgnome/debian/libgnome2-common.postrm
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libgnome/debian/libgnome2-common.postrm?rev=37612&op=file
==============================================================================
--- attic/libgnome/debian/libgnome2-common.postrm (added)
+++ attic/libgnome/debian/libgnome2-common.postrm [utf-8] Sun Apr 28 18:25:09 2013
@@ -1,0 +1,6 @@
+#!/bin/sh
+set -e
+
+# dummy empty postrm, see #706110
+
+#DEBHELPER#

Added: attic/libgnome/debian/libgnome2-common.prerm
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/libgnome/debian/libgnome2-common.prerm?rev=37612&op=file
==============================================================================
--- attic/libgnome/debian/libgnome2-common.prerm (added)
+++ attic/libgnome/debian/libgnome2-common.prerm [utf-8] Sun Apr 28 18:25:09 2013
@@ -1,0 +1,6 @@
+#!/bin/sh
+set -e
+
+# dummy empty prerm, see #706110
+
+#DEBHELPER#




More information about the pkg-gnome-commits mailing list