Correct -f order to come after --gnu. 0.17
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 4 Jul 2008 18:47:30 +0000 (14:47 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 4 Jul 2008 18:47:30 +0000 (14:47 -0400)
debian/changelog
pristine-gz

index a56b23990bb129e5690341a58c59dad602419b5a..c1807806d6b46c3dd8b11ba5fcb8ce4727e7f9ae 100644 (file)
@@ -1,3 +1,9 @@
+pristine-tar (0.17) unstable; urgency=low
+
+  * Correct -f order to come after --gnu.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 04 Jul 2008 14:46:30 -0400
+
 pristine-tar (0.16) unstable; urgency=low
 
   * pristine-gz: Always pass -f to zgz, to support cases where
index f85a0112705faa9c66c228281d26511264e8da6a..b2ca53a216536bf0b4a9845e4dd1b854ea542f15 100755 (executable)
@@ -226,7 +226,7 @@ sub testvariant {
        }
 
        # try gzipping with the arguments passed
-       doit('zgz', '-f', @args, $new);
+       doit('zgz', @args, "-f", $new);
        $new .= '.gz';
        unless (-e $new) {
                die("zgz failed, aborting");