summaryrefslogtreecommitdiff
path: root/scripts/po
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/po
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/po')
-rw-r--r--scripts/po/POTFILES.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/po/POTFILES.in b/scripts/po/POTFILES.in
index c225de62d..ab99f47e9 100644
--- a/scripts/po/POTFILES.in
+++ b/scripts/po/POTFILES.in
@@ -16,7 +16,6 @@ scripts/dpkg-scansources.pl
scripts/dpkg-shlibdeps.pl
scripts/dpkg-source.pl
scripts/dpkg-vendor.pl
-scripts/changelog/debian.pl
scripts/Dpkg/Arch.pm
scripts/Dpkg/BuildFlags.pm
scripts/Dpkg/BuildOptions.pm