From adfa5ab112ea292f37c3d213ba195aff21cad030 Mon Sep 17 00:00:00 2001 From: joeyh Date: Wed, 3 Oct 2007 01:58:39 +0000 Subject: [PATCH] releasing version 0.2 --- debian/changelog | 8 ++++++-- pristine-tar | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index be4f65b..4d5c24d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Tue, 02 Oct 2007 21:51:03 -0400 pristine-tar (0.1) unstable; urgency=low diff --git a/pristine-tar b/pristine-tar index a71b8a2..78ccb80 100755 --- a/pristine-tar +++ b/pristine-tar @@ -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; } -- 2.7.4