浏览代码

debian: List public Dpkg::Control::Tests module in libdpkg-perl description

Guillem Jover 9 年之前
父节点
当前提交
546df26ab1
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 2 0
      debian/changelog
  2. 1 0
      debian/control

+ 2 - 0
debian/changelog

@@ -24,6 +24,8 @@ dpkg (1.18.14) UNRELEASED; urgency=medium
     - Explicitly mention in dpkg-buildpackage(1) that setting the number
     - Explicitly mention in dpkg-buildpackage(1) that setting the number
       of parallel jobs to 1, restores the serial behavior.
       of parallel jobs to 1, restores the serial behavior.
       Prompted by Thorsten Glaser <t.glaser@tarent.de>.
       Prompted by Thorsten Glaser <t.glaser@tarent.de>.
+  * Packaging:
+    - List public Dpkg::Control::Tests module in libdpkg-perl description.
   * Test suite:
   * Test suite:
     - Do not fail tests on missing fakeroot, just skip them.
     - Do not fail tests on missing fakeroot, just skip them.
   * Build system:
   * Build system:

+ 1 - 0
debian/control

@@ -169,6 +169,7 @@ Description: Dpkg perl modules
   - Dpkg::Control::Fields: manage (list of known) control fields
   - Dpkg::Control::Fields: manage (list of known) control fields
   - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields
   - Dpkg::Control::Hash: parse and manipulate a block of RFC822-like fields
   - Dpkg::Control::Info: parse files like debian/control
   - Dpkg::Control::Info: parse files like debian/control
+  - Dpkg::Control::Tests: parse files like debian/tests/control
   - Dpkg::Deps: parse and manipulate dependencies
   - Dpkg::Deps: parse and manipulate dependencies
   - Dpkg::Exit: push, pop and run exit handlers
   - Dpkg::Exit: push, pop and run exit handlers
   - Dpkg::Gettext: wrapper around Locale::gettext
   - Dpkg::Gettext: wrapper around Locale::gettext