tag 386319 patch
usertag 386319 supplied-patch
thanks

Hi,

I have prepared a simple NMU which fixes this problem. The patch is
attached. As I am no DD yet I can not do the actual upload, so if an
interested DD comes along; feel free to upload this.

Greetings Arjan Oosting

changelog:

  * 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.

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

Attachment: signature.asc
Description: Dit berichtdeel is digitaal ondertekend

Reply via email to