]> err.no Git - dpkg/commit
Dpkg::Changelog: New naming scheme
authorFrank Lichtenheld <djpig@debian.org>
Fri, 30 Nov 2007 21:41:31 +0000 (22:41 +0100)
committerFrank Lichtenheld <djpig@debian.org>
Fri, 30 Nov 2007 22:36:29 +0000 (23:36 +0100)
commit33283a4b7078bf7b25cef28005e0454674ba3b4f
tree423984c6b574f1c7f3cdfe496b21215f37c3c520
parenta760a6d5ffd1a0b85ae6eed87d5332ce99b68e6b
Dpkg::Changelog: New naming scheme

Rename DebianChangelog to Dpkg::Changelog::Debian.
Rename DebianChangelog::Entry to Dpkg::Changelog::Entry.
Move code from DebianChangelog::Util to Dpkg::Changelog.
Move code not specific to the Debian format from
DebianChangelog to Dpkg::Changelog.

Adapt all the code to Dpkg utility modules.

Remove all code for the HTML and XML output. This should
remain outside of dpkg-dev.

This passes the test suite.
scripts/Dpkg/Changelog.pm [new file with mode: 0644]
scripts/Dpkg/Changelog/Debian.pm [new file with mode: 0644]
scripts/Dpkg/DebianChangelog.pm [deleted file]
scripts/Dpkg/DebianChangelog/Entry.pm [deleted file]
scripts/Dpkg/DebianChangelog/Util.pm [deleted file]