Browse Source

debian: Add missing public modules to dpkg-dev package description

Guillem Jover 9 years ago
parent
commit
dc1c7ec2dd
2 changed files with 9 additions and 1 deletions
  1. 1 0
      debian/changelog
  2. 8 1
      debian/control

+ 1 - 0
debian/changelog

@@ -84,6 +84,7 @@ dpkg (1.18.0) UNRELEASED; urgency=low
     - Only use stackprotectorstrong when building dpkg with gcc >= 4.9.
     - Switch to debhelper compatibility level 9.
     - Name each public-domain license with a different name.
+    - Add missing public modules to dpkg-dev package description.
   * Documentation:
     - Document arch-qualifiers for dependency fields in deb-control(5) and
       deb-src-control(5). Reported by Johannes Schauer <j.schauer@email.de>.

+ 8 - 1
debian/control

@@ -83,13 +83,20 @@ Description: Dpkg perl modules
   - Dpkg::BuildFlags: set, modify and query compilation build flags
   - Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
   - Dpkg::BuildProfile: parse and manipulate build profiles
-  - Dpkg::Changelog: parse Debian changelogs
+  - Dpkg::Changelog: parse changelogs
+  - Dpkg::Changelog::Entry: represents a changelog entry
+  - Dpkg::Changelog::Parse: generic changelog parser for dpkg-parsechangelog
   - Dpkg::Checksums: generate and parse checksums
+  - Dpkg::Compression: simple database of available compression methods
   - Dpkg::Compression::Process: wrapper around compression tools
   - Dpkg::Compression::FileHandle: transparently (de)compress files
   - Dpkg::Conf: parse dpkg configuration files
   - Dpkg::Control: parse and manipulate Debian control information
     (.dsc, .changes, Packages/Sources entries, etc.)
+  - Dpkg::Control::Changelog: represent fields output by dpkg-parsechangelog
+  - 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::Deps: parse and manipulate dependencies
   - Dpkg::Exit: push, pop and run exit handlers
   - Dpkg::Gettext: wrapper around Locale::gettext