Package: gnome-commander Version: 1.2.0-3.1 Severity: normal Tags: patch Hi,
Attached is the diff for Arjan Oosting's gnome-commander 1.2.0-3.2 NMU. bye, - michael
diff -u gnome-commander-1.2.0/debian/changelog gnome-commander-1.2.0/debian/changelog --- gnome-commander-1.2.0/debian/changelog +++ gnome-commander-1.2.0/debian/changelog @@ -1,3 +1,13 @@ +gnome-commander (1.2.0-3.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix typo in debian/rules which caused the files in + /var/lib/scrollkeeper to be shipped. (Closes: #386319) + * Also repair scrollkeeper database up to this version as previos NMU + still shipped the /var/lib/scrollkeeper files. + + -- Arjan Oosting <[EMAIL PROTECTED]> Wed, 27 Sep 2006 14:08:02 +0200 + gnome-commander (1.2.0-3.1) unstable; urgency=medium * Non-maintainer upload. diff -u gnome-commander-1.2.0/debian/rules gnome-commander-1.2.0/debian/rules --- gnome-commander-1.2.0/debian/rules +++ gnome-commander-1.2.0/debian/rules @@ -6 +6 @@ -DEB_CONFIGURE_EXTRA_FLAG += --diable-scrollkeeper \ No newline at end of file +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper diff -u gnome-commander-1.2.0/debian/gnome-commander.postinst gnome-commander-1.2.0/debian/gnome-commander.postinst --- gnome-commander-1.2.0/debian/gnome-commander.postinst +++ gnome-commander-1.2.0/debian/gnome-commander.postinst @@ -4,7 +4,7 @@ # version 1.2.0-1 started shipping /var/lib/scrollkeeper erroneously, hence # the database was overwritten and needs a full rebuild -if [ "$1" = "configure" ] && dpkg --compare-versions "$2" ge "1.2.0-1" && dpkg --compare-versions "$2" lt "1.2.0-3.1" && which scrollkeeper-rebuilddb >/dev/null 2>&1; then +if [ "$1" = "configure" ] && dpkg --compare-versions "$2" ge "1.2.0-1" && dpkg --compare-versions "$2" lt "1.2.0-3.2" && which scrollkeeper-rebuilddb >/dev/null 2>&1; then echo "Upgrade from broken GNOME Commander version detected, running scrollkeeper-rebuilddb..." scrollkeeper-rebuilddb -q fi