[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#771721: unblock: filler/1.02-6.2



Package: release.debian.org
Severity: normal
Tags: moreinfo
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package filler

Just uploaded a NMU to DELAYED/1, will clear the moreinfo tag once it is in sid.

+filler (1.02-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Do not delete the shipped /var/games/filler.ratings.gz while initializing
+    /var/games/filler.ratings.  (Closes: #689127)


unblock filler/1.02-6.2

Andreas
diff -u filler-1.02/debian/postinst filler-1.02/debian/postinst
--- filler-1.02/debian/postinst
+++ filler-1.02/debian/postinst
@@ -25,7 +25,7 @@
 case "$1" in
     configure)
         if [ ! -f /var/games/filler.ratings ]; then
-	    gzip -d /var/games/filler.ratings.gz
+	    gzip -dc /var/games/filler.ratings.gz > /var/games/filler.ratings
 	    chmod 0664 /var/games/filler.ratings
 	    chgrp games /var/games/filler.ratings
 	fi
diff -u filler-1.02/debian/changelog filler-1.02/debian/changelog
--- filler-1.02/debian/changelog
+++ filler-1.02/debian/changelog
@@ -1,3 +1,11 @@
+filler (1.02-6.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Do not delete the shipped /var/games/filler.ratings.gz while initializing
+    /var/games/filler.ratings.  (Closes: #689127)
+
+ -- Andreas Beckmann <anbe@debian.org>  Mon, 01 Dec 2014 21:57:47 +0100
+
 filler (1.02-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
@@ -21,7 +29,7 @@
 filler (1.02-6) unstable; urgency=low
 
   * The "main/" in the Section line of debian/control should be assumed.
-	
+
  -- James Damour (Suvarov454) <suvarov454@users.sourceforge.net>  Sat, 29 Apr 2006 14:07:00 -0400
 
 filler (1.02-5) unstable; urgency=low
@@ -32,7 +40,7 @@
   * Use correct temp directory in rules (debian/filler, not debian/tmp).
   * Updated DH_COMPAT of rules to 4 (from 1).
   * Eliminated unused dh_* lines from rules.
-	
+
  -- James Damour (Suvarov454) <suvarov454@users.sourceforge.net>  Wed, 11 Jan 2006 08:18:00 -0400
 
 filler (1.02-4) unstable; urgency=low

Reply to: