summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-07-23 11:58:23 +0200
committerGuillem Jover <guillem@debian.org>2018-07-24 14:51:52 +0200
commitca394f0f03e9ab025a09e4c99ad4ccfc73550f46 (patch)
tree52fef8569d3a0c46f51509e2627408a7d10b8241 /debian
parent503ab33b937ced36c154952c026c0f608ae1180e (diff)
downloaddpkg-ca394f0f03e9ab025a09e4c99ad4ccfc73550f46.tar.gz
Dpkg::Build::Types: Fix set_build_type_from_options() description
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index de40e2e23..700f69715 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -118,6 +118,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
- Document the Testsuite and Testsuite-Triggers fields in
deb-src-control(5). Prompted by Mattia Rizzolo <mattia@debian.org>.
- Update git URLs for move away from alioth.debian.org.
+ - Fix set_build_type_from_options() description in Dpkg::Build::Types.
* Code internals:
- Do not use stringy eval to define different sub implementations,
just assign an anonymous sub to the typeglob.