Procházet zdrojové kódy

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

Guillem Jover před 11 roky
rodič
revize
98183cda83
2 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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
     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).

+ 2 - 0
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