]> err.no Git - dpkg/commit
Integrated dpkg-parsechangelog processing into Dpkg::Changelog::parse_changelog()
authorRaphael Hertzog <hertzog@debian.org>
Mon, 14 Jan 2008 21:39:48 +0000 (22:39 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Fri, 18 Jan 2008 08:53:06 +0000 (09:53 +0100)
commit808f74dc53b446d46ab9e7d426d50e7081d7403a
treea9213000ea4d74ec9a5110477656d3c64d7d5060
parent05f5eb2927fcc973e8ba0679d0904846e26ca79f
Integrated dpkg-parsechangelog processing into Dpkg::Changelog::parse_changelog()

* scripts/Dpkg/Changelog.pm (parse_changelog): Rewrite it completely
to not call dpkg-parsechangelog but do the work of this program by itself.
* scripts/dpkg-parsechangelog.pl: Rewrote it to use the enhanced
parse_changelog() function.
* scripts/dpkg-genchanges.pl, script/dpkg-gencontrol.pl: Adapted to use
the modified parse_changelog().
* scripts/dpkg-gensymbols.pl, scripts/dpkg-source.pl: Likewise.
ChangeLog
scripts/Dpkg/Changelog.pm
scripts/dpkg-genchanges.pl
scripts/dpkg-gencontrol.pl
scripts/dpkg-gensymbols.pl
scripts/dpkg-parsechangelog.pl
scripts/dpkg-source.pl