summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-10-10 00:51:39 +0200
committerGuillem Jover <guillem@debian.org>2014-10-12 06:08:01 +0200
commit98183cda83b5f1622e1c7a3189bca05f416f44d6 (patch)
tree8db9347dbd5cfcb64ccafa2fdcc474ecf2181959 /debian
parentd54542f573336abe87676547f1b01cda5726c71e (diff)
downloaddpkg-98183cda83b5f1622e1c7a3189bca05f416f44d6.tar.gz
debian: List Dpkg::Exit and Dpkg::Interface::Storable as public modules
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b60f8fc1b..a9b4af503 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,8 @@ dpkg (1.17.17) UNRELEASED; urgency=low
architecture when building cross-compilers. Regression introduced in
dpkg 1.17.14. Reported by Helmut Grohne <helmut@subdivi.de>.
* Do not modify the topic variable values in list functions in perl code.
+ * List Dpkg::Exit and Dpkg::Interface::Storable as public modules in
+ libdpkg-perl package description.
[ Updated programs translations ]
* German (Sven Joachim).
diff --git a/debian/control b/debian/control
index 1399fe32b..b92ba4556 100644
--- a/debian/control
+++ b/debian/control
@@ -110,10 +110,12 @@ Description: Dpkg perl modules
- Dpkg::Control: parse and manipulate Debian control information
(.dsc, .changes, Packages/Sources entries, etc.)
- Dpkg::Deps: parse and manipulate dependencies
+ - Dpkg::Exit: push, pop and run exit handlers
- Dpkg::Gettext: wrapper around Locale::gettext
- Dpkg::IPC: spawn sub-processes and feed/retrieve data
- Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
example)
+ - Dpkg::Interface::Storable: base object serializer
- Dpkg::Path: common path handling functions
- Dpkg::Source::Package: extract Debian source packages
- Dpkg::Substvars: substitute variables in strings