summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2016-05-18 00:26:42 +0200
committerGuillem Jover <guillem@debian.org>2016-07-03 18:44:22 +0200
commitd1629d0ec1b2619a1f2bd6839f975335e9cb6484 (patch)
tree98b688955ffac1d9481f0b24947d72e38483e39d /scripts/Dpkg/Control
parent852242677f4bc308f17564660927dbd8569c3d2e (diff)
downloaddpkg-d1629d0ec1b2619a1f2bd6839f975335e9cb6484.tar.gz
scripts: Replace changelog program parsers with perl modules
Using programs to implement the custom changelog parsers was very inefficient as it required to parse the custom changelog, output deb822 formatted entries to then parse that and output again with the desired format. These were implemented as programs because at the time the perl code in dpkg was not using perl modules, so it was not easy to extend. Using perl modules now is cleaner and allows for a faster implementation. In addition there's no known users in Debian, so it was deemed safe to remove the support without a transition.
Diffstat (limited to 'scripts/Dpkg/Control')
0 files changed, 0 insertions, 0 deletions