Author: adam-guest
Date: 2008-04-08 10:29:58 +0000 (Tue, 08 Apr 2008)
New Revision: 1313
Modified:
trunk/debian/changelog
trunk/scripts/debsign.sh
Log:
Make that 1.7
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-04-08 10:27:17 UTC (rev 1312)
+++ trunk/debian/changelog 2008-04-08 10:29:58 UTC (rev 1313)
@@ -7,7 +7,7 @@
+ Abort if any unknown Checksums-* fields are found in the .changes
file
+ Abort if the Format field of the .changes file is unsupported
- (greater than 1.8, less than 1.5 or non-numeric)
+ (greater than 1.8, less than 1.7 or non-numeric)
[ James Vega ]
* debian/control: Set subversion as the first VCS Recommends alternative.
Modified: trunk/scripts/debsign.sh
===================================================================
--- trunk/scripts/debsign.sh 2008-04-08 10:27:17 UTC (rev 1312)
+++ trunk/scripts/debsign.sh 2008-04-08 10:29:58 UTC (rev 1313)
@@ -388,7 +388,7 @@
unless $format =~ /^\d+(\.\d+)*$/;
$format+=0;
die "Unsupported .changes format: $format\n"
- if($format > 1.8 or $format < 1.5);
+ if($format > 1.8 or $format < 1.7);
}
/^Files:/ && ($infiles=1,$insha1=0,$insha256=0);
if(/^Checksums-Sha1:/) {$insha1=1;$infiles=0;$insha256=0;}
--
To unsubscribe, send mail to [EMAIL PROTECTED]