+2007-09-06 Guillem Jover <guillem@debian.org>
+
+ * scripts/dpkg-genchanges.pl (%fieldimps): Remove unused variable.
+ * scripts/dpkg-gencontrol.pl (%fieldimps): Likewise.
+ * scripts/dpkg-source.pl (%fieldimps): Likewise.
+ * scripts/controllib.pl (%fieldimps): Switch from 'our' to 'my'.
+
2007-09-06 Guillem Jover <guillem@debian.org>
* scripts/822-date.pl: Add $dpkglib into @INC, needed by the
our %fi; # - map of fields values. keys are of the form "S# key"
# where S is source (L is changelog, C is control)
# and # is an index
-our %fieldimps;
our %p2i; # - map from datafile+packagename to index in controlfile
# (used if multiple packages can be listed). Key is
# "S key" where S is the source and key is the packagename
return $v;
}
+my %fieldimps;
+
sub set_field_importance(@)
{
my @fields = @_;