r37609 - in /attic/gnome-vfs/debian: changelog libgnomevfs2-common.postrm libgnomevfs2-common.prerm

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Apr 28 18:11:06 UTC 2013


Author: biebl
Date: Sun Apr 28 18:11:05 2013
New Revision: 37609

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37609
Log:
libgnomevfs2-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/gnome-vfs/debian/libgnomevfs2-common.postrm
    attic/gnome-vfs/debian/libgnomevfs2-common.prerm
Modified:
    attic/gnome-vfs/debian/changelog

Modified: attic/gnome-vfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-vfs/debian/changelog?rev=37609&op=diff
==============================================================================
--- attic/gnome-vfs/debian/changelog [utf-8] (original)
+++ attic/gnome-vfs/debian/changelog [utf-8] Sun Apr 28 18:11:05 2013
@@ -1,6 +1,12 @@
 gnome-vfs (1:2.24.4-2) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * Update repository URL.
+
+  [ Andreas Beckmann ]
+  * libgnomevfs2-common: Add dummy prerm/postrm as a workaround for gconf2
+    related upgrade failures caused by a dangling /usr/bin/python symlink.
+    Closes: #706110
 
  -- Josselin Mouette <joss at debian.org>  Sat, 31 Dec 2011 14:57:48 +0100
 

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

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




More information about the pkg-gnome-commits mailing list