releasing version 1.19 1.19
authorJoey Hess <joey@kitenet.net>
Wed, 1 Feb 2012 15:03:14 +0000 (11:03 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 1 Feb 2012 15:03:14 +0000 (11:03 -0400)
debian/changelog
pristine-gz
pristine-tar.spec

index 09659b1..b868be0 100644 (file)
@@ -1,3 +1,9 @@
+pristine-tar (1.19) unstable; urgency=low
+
+  * Fix duplicate function oops.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 01 Feb 2012 11:00:43 -0400
+
 pristine-tar (1.18) unstable; urgency=low
 
   * pristine-xz: A simplistic xz recreator.
index 69fa1a4..3668256 100755 (executable)
@@ -159,17 +159,6 @@ sub predictgzipargs {
        return @args;
 }
 
-sub comparefiles {
-       my ($old, $new) = (shift, shift);
-       system('cmp', '-s', $old, $new);
-
-       if ($? == -1 || $? & 127) {
-               die("Failed to execute cmp: $!\n");
-       }
-
-       return $? >> 8;
-}
-
 sub reproducegz {
        my ($orig, $tempdir, $tempin) = @_;
        my $tempout="$tempdir/test.gz";
index 0c21f69..65b8e42 100644 (file)
@@ -1,5 +1,5 @@
 Name: pristine-tar
-Version: 1.18
+Version: 1.19
 Release: 2%{?dist}
 Summary: regenerate pristine tarballs