projects
/
tools
/
pristine-tar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
328c884
)
pristine-gz gengz: Bugfix: Always remove uncompressed input file.
author
Joey Hess
<joey@kitenet.net>
Fri, 23 Jul 2010 23:17:09 +0000
(19:17 -0400)
committer
Joey Hess
<joey@kitenet.net>
Fri, 23 Jul 2010 23:17:09 +0000
(19:17 -0400)
debian/changelog
patch
|
blob
|
history
pristine-gz
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index c0c8db43365efcfc0e468c3333a71fd7c0809a32..0c8f09604a859a26e5f82b5eae9144f370b3d31b 100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-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.
diff --git
a/pristine-gz
b/pristine-gz
index 06108f94832322942c8181a8129f708a82982291..7356d37cd495ca5d780f863fd66bff6e720101b9 100755
(executable)
--- a/
pristine-gz
+++ b/
pristine-gz
@@
-301,6
+301,7
@@
sub gengz {
else {
doit_redir("$file", "$file.gz", @zgz);
}
+ doit("rm", "-f", $file);
}
sub gendelta {