]> err.no Git - dpkg/commit
Dpkg::Fields: Change set_field_importance() into a method of Dpkg::Fields::Object
authorRaphael Hertzog <hertzog@debian.org>
Sun, 13 Jan 2008 21:03:28 +0000 (22:03 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sun, 13 Jan 2008 21:19:46 +0000 (22:19 +0100)
commit09ea14d036266288dd1678946fc2631e169db4c4
tree06cd2c1591aaf2854affcbcf78363f425938ee32
parentebe27f2ad5e1438324c6f87021aa24b3bce8f9df
Dpkg::Fields: Change set_field_importance() into a method of Dpkg::Fields::Object

* scripts/Dpkg/Fields.pm: Drop public function
set_fields_importance() in favor of a method on
Dpkg::Fields::Object. Integrate public function
sort_field_by_importance() in the output() method where it was
used.
* scripts/Dpkg/Changelog.pm, scripts/dpkg-genchanges.pl,
scripts/dpkg-gencontrol.pl, scripts/dpkg-source.pl: Updated to use
the set_field_importance() method instead of the removed function.
* scripts/Dpkg/Control.pm: Update pod documentation to refer to
Dpkg::Fields::Object instead of the invalid Dpkg::Cdata::Object.
ChangeLog
scripts/Dpkg/Changelog.pm
scripts/Dpkg/Control.pm
scripts/Dpkg/Fields.pm
scripts/dpkg-genchanges.pl
scripts/dpkg-gencontrol.pl
scripts/dpkg-source.pl