Преглед изворни кода

debian: List Dpkg::Exit and Dpkg::Interface::Storable as public modules

Guillem Jover пре 11 година
родитељ
комит
98183cda83
2 измењених фајлова са 4 додато и 0 уклоњено
  1. 2 0
      debian/changelog
  2. 2 0
      debian/control

+ 2 - 0
debian/changelog

@@ -34,6 +34,8 @@ dpkg (1.17.17) UNRELEASED; urgency=low
     architecture when building cross-compilers. Regression introduced in
     architecture when building cross-compilers. Regression introduced in
     dpkg 1.17.14. Reported by Helmut Grohne <helmut@subdivi.de>.
     dpkg 1.17.14. Reported by Helmut Grohne <helmut@subdivi.de>.
   * Do not modify the topic variable values in list functions in perl code.
   * 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 ]
   [ Updated programs translations ]
   * German (Sven Joachim).
   * German (Sven Joachim).

+ 2 - 0
debian/control

@@ -110,10 +110,12 @@ Description: Dpkg perl modules
   - Dpkg::Control: parse and manipulate Debian control information
   - Dpkg::Control: parse and manipulate Debian control information
     (.dsc, .changes, Packages/Sources entries, etc.)
     (.dsc, .changes, Packages/Sources entries, etc.)
   - Dpkg::Deps: parse and manipulate dependencies
   - Dpkg::Deps: parse and manipulate dependencies
+  - Dpkg::Exit: push, pop and run exit handlers
   - Dpkg::Gettext: wrapper around Locale::gettext
   - Dpkg::Gettext: wrapper around Locale::gettext
   - Dpkg::IPC: spawn sub-processes and feed/retrieve data
   - Dpkg::IPC: spawn sub-processes and feed/retrieve data
   - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
   - Dpkg::Index: collections of Dpkg::Control (Packages/Sources files for
     example)
     example)
+  - Dpkg::Interface::Storable: base object serializer
   - Dpkg::Path: common path handling functions
   - Dpkg::Path: common path handling functions
   - Dpkg::Source::Package: extract Debian source packages
   - Dpkg::Source::Package: extract Debian source packages
   - Dpkg::Substvars: substitute variables in strings
   - Dpkg::Substvars: substitute variables in strings