[dpkg] 142/187: debian: Move dpkg to be the first binary package stanza in debian/control

Reiner Herrmann reiner at reiner-h.de
Sun Nov 6 12:46:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch master
in repository dpkg.

commit 86a6018a6bd90ad091e9879145381003b1dd317b
Author: Guillem Jover <guillem at debian.org>
Date:   Mon Oct 31 00:39:49 2016 +0100

    debian: Move dpkg to be the first binary package stanza in debian/control
    
    debhelper assigns special meaning by considering it the main package.
---
 debian/changelog |  2 ++
 debian/control   | 34 +++++++++++++++++-----------------
 2 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b51260..f945802 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -114,6 +114,8 @@ dpkg (1.18.11) UNRELEASED; urgency=medium
     - Remove unused dh_strip from binary_indep target.
     - Remove ancient upgrade code from maintainer scripts (before 1.15.x).
     - Stop compressing the dpkg.deb package with gzip.
+    - Move dpkg to be the first binary package stanza in debian/control, as
+      debhelper assigns special meaning by considering it the main package.
   * Documentation:
     - Update custom changelog parser API support status in README.api.
     - Fix typos in docs and man pages. Thanks to Jakub Wilk <jwilk at debian.org>
diff --git a/debian/control b/debian/control
index 6d28c74..f39b398 100644
--- a/debian/control
+++ b/debian/control
@@ -25,23 +25,6 @@ Build-Depends:
  libncursesw5-dev,
  libio-string-perl <!nocheck>,
 
-Package: libdpkg-dev
-Section: libdevel
-Priority: optional
-Architecture: any
-Multi-Arch: same
-Depends:
- ${misc:Depends},
- zlib1g-dev,
- liblzma-dev,
- libbz2-dev,
-Description: Debian package management static library
- This package provides the header files and static library necessary to
- develop software using libdpkg, the same library used internally by dpkg.
- .
- Note though, that the API is to be considered volatile, and might change
- at any time, use at your own risk.
-
 Package: dpkg
 Architecture: any
 Multi-Arch: foreign
@@ -76,6 +59,23 @@ Description: Debian package management system
  .
  For Debian package development tools, install dpkg-dev.
 
+Package: libdpkg-dev
+Section: libdevel
+Priority: optional
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+ zlib1g-dev,
+ liblzma-dev,
+ libbz2-dev,
+Description: Debian package management static library
+ This package provides the header files and static library necessary to
+ develop software using libdpkg, the same library used internally by dpkg.
+ .
+ Note though, that the API is to be considered volatile, and might change
+ at any time, use at your own risk.
+
 Package: dpkg-dev
 Section: utils
 Priority: optional

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list