releasing version 0.2 0.2
authorjoeyh <joeyh@19660600-52fe-0310-9875-adc0d7a7b53c>
Wed, 3 Oct 2007 01:58:39 +0000 (01:58 +0000)
committerjoeyh <joeyh@19660600-52fe-0310-9875-adc0d7a7b53c>
Wed, 3 Oct 2007 01:58:39 +0000 (01:58 +0000)
debian/changelog
pristine-tar

index be4f65b..4d5c24d 100644 (file)
@@ -1,4 +1,4 @@
-pristine-tar (0.2) UNRELEASED; urgency=low
+pristine-tar (0.2) unstable; urgency=low
 
   * Added pristine-gz, thanks to paravoid for making this possible!
   * Added zgz, which is derived from a BSD gzip program that uses libz.
@@ -14,7 +14,11 @@ pristine-tar (0.2) UNRELEASED; urgency=low
   * Work around a strange tar behavior: When run with --mode 644, tar
     preserves the sgid bit on subdirectories.
 
- -- Joey Hess <joeyh@debian.org>  Tue, 02 Oct 2007 19:36:26 -0400
+  Current stats: Out of the whole debian archive, pristine-gz fails
+  on 131 files, and pristine-tar fails on 45. Success with 98.63% of
+  files.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 02 Oct 2007 21:51:03 -0400
 
 pristine-tar (0.1) unstable; urgency=low
 
index a71b8a2..78ccb80 100755 (executable)
@@ -156,7 +156,7 @@ sub gentarball {
                        close OUT;
                }
                elsif (! -e "$tempdir/workdir/$file") {
-                       print STDERR "pristine-tar: $file is listed in the manifest but may not be present in the source directory.\n";
+                       debug("$file is listed in the manifest but may not be present in the source directory");
                        $full_sweep=1;
                }