summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2016-11-11 02:54:53 +0100
committerGuillem Jover <guillem@debian.org>2016-11-11 02:57:38 +0100
commit546df26ab1b245a65c82d6e942ccd450ec3ba04a (patch)
treea1638da08943b2fdff44e0379b8dc992ba42bbd3 /debian
parent91eae38314584ba73510b1ccfd0955016cd806cc (diff)
downloaddpkg-546df26ab1b245a65c82d6e942ccd450ec3ba04a.tar.gz
debian: List public Dpkg::Control::Tests module in libdpkg-perl description
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 81680e554..6c6f9f844 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ dpkg (1.18.14) UNRELEASED; urgency=medium
- Explicitly mention in dpkg-buildpackage(1) that setting the number
of parallel jobs to 1, restores the serial behavior.
Prompted by Thorsten Glaser <t.glaser@tarent.de>.
+ * Packaging:
+ - List public Dpkg::Control::Tests module in libdpkg-perl description.
* Test suite:
- Do not fail tests on missing fakeroot, just skip them.
* Build system:
diff --git a/debian/control b/debian/control
index f44337a13..9e6915ac2 100644
--- a/debian/control
+++ b/debian/control
@@ -169,6 +169,7 @@ Description: Dpkg perl modules
- Dpkg::Control::Fields: manage (list of known) control fields
- Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields
- Dpkg::Control::Info: parse files like debian/control
+ - Dpkg::Control::Tests: parse files like debian/tests/control
- Dpkg::Deps: parse and manipulate dependencies
- Dpkg::Exit: push, pop and run exit handlers
- Dpkg::Gettext: wrapper around Locale::gettext