pristine-gz gengz: Bugfix: Always remove uncompressed input file.
authorJoey Hess <joey@kitenet.net>
Fri, 23 Jul 2010 23:17:09 +0000 (19:17 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 23 Jul 2010 23:17:09 +0000 (19:17 -0400)
debian/changelog
pristine-gz

index c0c8db4..0c8f096 100644 (file)
@@ -1,3 +1,9 @@
+pristine-tar (1.04) UNRELEASED; urgency=low
+
+  * pristine-gz gengz: Bugfix: Always remove uncompressed input file.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 23 Jul 2010 19:16:33 -0400
+
 pristine-tar (1.03) unstable; urgency=low
 
   * zgz now includes a trimmed down copy of the compressor from bzip2 0.9.5d.
index 06108f9..7356d37 100755 (executable)
@@ -301,6 +301,7 @@ sub gengz {
        else {
                doit_redir("$file", "$file.gz", @zgz);
        }
+       doit("rm", "-f", $file);
 }
 
 sub gendelta {