Subversion Repositories debpool

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/branches/magnus/debian/changelog
1,3 → 1,10
debpool (0.2.3+mh1) experimental; urgency=low
 
* Check the require_sigs_meta option, not require_sigs, to see whether
.dsc and .changes files have to be signed.
 
-- Magnus Holmgren <magnus@kibibyte.se> Sun, 1 Apr 2007 11:50:01 +0200
 
debpool (0.2.3) experimental; urgency=low
 
* Handle sections with no subsection more usefully in
/branches/magnus/bin/debpool
216,7 → 216,7
my($package) = $changes_data->{'Source'};
my($version) = $changes_data->{'Version'};
 
if ($Options{'require_sigs'}) {
if ($Options{'require_sigs_meta'}) {
# First, check the changefile signature
 
if (!Check_Signature("$Options{'incoming_dir'}/$changefile")) {