Followup-For: Bug #706110 Hi Josselin,
attached are new versions of the patches that add empty dummy postrm scripts, too. Andreas
diff -Nru libgnome-2.32.1/debian/changelog libgnome-2.32.1/debian/changelog --- libgnome-2.32.1/debian/changelog 2011-10-05 10:50:07.000000000 +0200 +++ libgnome-2.32.1/debian/changelog 2013-04-28 11:50:00.000000000 +0200 @@ -1,3 +1,10 @@ +libgnome (2.32.1-2.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * libgnome2-common: Add dummy prerm/postrm. (Closes: #706110) + + -- Andreas Beckmann <a...@debian.org> Sat, 27 Apr 2013 16:20:35 +0200 + libgnome (2.32.1-2) unstable; urgency=low * Bump Standards-Version to 3.9.2. No further changes. diff -Nru libgnome-2.32.1/debian/libgnome2-common.postrm libgnome-2.32.1/debian/libgnome2-common.postrm --- libgnome-2.32.1/debian/libgnome2-common.postrm 1970-01-01 01:00:00.000000000 +0100 +++ libgnome-2.32.1/debian/libgnome2-common.postrm 2013-04-28 11:40:22.000000000 +0200 @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +# dummy empty postrm, see #706110 + +#DEBHELPER# diff -Nru libgnome-2.32.1/debian/libgnome2-common.prerm libgnome-2.32.1/debian/libgnome2-common.prerm --- libgnome-2.32.1/debian/libgnome2-common.prerm 1970-01-01 01:00:00.000000000 +0100 +++ libgnome-2.32.1/debian/libgnome2-common.prerm 2013-04-27 16:32:20.000000000 +0200 @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +# dummy empty prerm, see #706110 + +#DEBHELPER#
diff -Nru gnome-vfs-2.24.4/debian/changelog gnome-vfs-2.24.4/debian/changelog --- gnome-vfs-2.24.4/debian/changelog 2011-03-16 17:08:00.000000000 +0100 +++ gnome-vfs-2.24.4/debian/changelog 2013-04-28 11:46:15.000000000 +0200 @@ -1,3 +1,10 @@ +gnome-vfs (1:2.24.4-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * libgnomevfs2-common: Add dummy prerm/postrm. (Closes: #706110) + + -- Andreas Beckmann <a...@debian.org> Sat, 27 Apr 2013 16:59:41 +0200 + gnome-vfs (1:2.24.4-1) unstable; urgency=low * New upstream release. diff -Nru gnome-vfs-2.24.4/debian/libgnomevfs2-common.postrm gnome-vfs-2.24.4/debian/libgnomevfs2-common.postrm --- gnome-vfs-2.24.4/debian/libgnomevfs2-common.postrm 1970-01-01 01:00:00.000000000 +0100 +++ gnome-vfs-2.24.4/debian/libgnomevfs2-common.postrm 2013-04-28 11:45:56.000000000 +0200 @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +# dummy empty postrm, see #706110 + +#DEBHELPER# diff -Nru gnome-vfs-2.24.4/debian/libgnomevfs2-common.prerm gnome-vfs-2.24.4/debian/libgnomevfs2-common.prerm --- gnome-vfs-2.24.4/debian/libgnomevfs2-common.prerm 1970-01-01 01:00:00.000000000 +0100 +++ gnome-vfs-2.24.4/debian/libgnomevfs2-common.prerm 2013-04-27 17:01:46.000000000 +0200 @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +# dummy empty prerm, see #706110 + +#DEBHELPER#