]> err.no Git - dpkg/commit
Define list of valid debian/control fields in Dpkg::Fields
authorRaphael Hertzog <hertzog@debian.org>
Fri, 11 Jan 2008 23:13:15 +0000 (00:13 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Fri, 11 Jan 2008 23:51:52 +0000 (00:51 +0100)
commit637f5a032fc5c20bf3159b3dc6d332b19a270e66
tree143953be963be00dc7b79c76faa94ac53c9c1109
parentf8333ae45213125436db763e635df8d31e08cae8
Define list of valid debian/control fields in Dpkg::Fields

* scripts/Dpkg/Fields.pm: Define variables containing
authoritative list of fields for debian/control (one for source
stanza, one for package stanza).
* scripts/dpkg-genchanges.pl, scripts/dpkg-gencontrol.pl,
scripts/dpkg-source.pl: Use the new variables to properly ignore
valid fields. Some related cleanup.
ChangeLog
scripts/Dpkg/Fields.pm
scripts/dpkg-genchanges.pl
scripts/dpkg-gencontrol.pl
scripts/dpkg-source.pl