[debhelper-devel] [debhelper] 01/04: Merge tag 'debian/10.10.5' into stretch-backports

Niels Thykier nthykier at moszumanska.debian.org
Wed Nov 1 07:12:27 UTC 2017


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

nthykier pushed a commit to branch stretch-backports
in repository debhelper.

commit ff2ee681c472b22ac24982e5d5aa2859e931b2b7
Merge: 6040804 c9f6e99
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Nov 1 07:04:30 2017 +0000

    Merge tag 'debian/10.10.5' into stretch-backports
    
    Release debehelper/10.10.5 into unstable
    
    Format: 1.8
    Date: Thu, 26 Oct 2017 19:10:51 +0000
    Source: debhelper
    Binary: debhelper dh-systemd
    Architecture: source
    Version: 10.10.5
    Distribution: unstable
    Urgency: medium
    Maintainer: Debhelper Maintainers <debhelper-devel at lists.alioth.debian.org>
    Changed-By: Niels Thykier <niels at thykier.net>
    Description:
     debhelper  - helper programs for debian/rules
     dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
    Closes: 879762
    Changes:
     debhelper (10.10.5) unstable; urgency=medium
     .
       * meson.pm: Add missing import of generated_file that broke
         cross building.
       * Dh_Lib: Fix regression where an empty line before the source
         paragraph in d/control would cause parse error.
         (Closes: #879762)
    Checksums-Sha1:
     ec13d1406e9ab7dd7f2cb2ce5ac2a3fe63d13cf5 1795 debhelper_10.10.5.dsc
     afd3c5f0a6240f88912598dcd259771f91eee849 429752 debhelper_10.10.5.tar.xz
     cf5e328fbf8bfc41a1ad6279510c4e1eaf298daa 4506 debhelper_10.10.5_source.buildinfo
    Checksums-Sha256:
     be4459c2fdd80f007cd44f90b53f433d63169e2d6e42a1188074e35a88c3a1f9 1795 debhelper_10.10.5.dsc
     930cb5bd922149e797a2b90c7bec55bf8c819b275698abdf52d8290bafd801c5 429752 debhelper_10.10.5.tar.xz
     7b0b1e0659978ab81fb721a9cbfa801efc22e9563975c12180dbca481feb5463 4506 debhelper_10.10.5_source.buildinfo
    Files:
     7d3a04ce8c0fb343767d4630684ce1bc 1795 devel optional debhelper_10.10.5.dsc
     1e424737bbe2ff56742e71d1113e7117 429752 devel optional debhelper_10.10.5.tar.xz
     b5306cbe4aa13fb7644f243cec8ba2a6 4506 devel optional debhelper_10.10.5_source.buildinfo

 debhelper.pod                                |   13 +
 debian/changelog                             |  101 +++
 debian/control                               |   10 +-
 dh                                           |    4 +-
 dh_builddeb                                  |   17 +-
 dh_compress                                  |   21 +-
 dh_dwz                                       |  129 ++++
 dh_fixperms                                  |   23 +-
 dh_gencontrol                                |    2 +-
 dh_installchangelogs                         |    5 +-
 dh_installdocs                               |    2 +-
 dh_installinit                               |   24 +-
 dh_installsystemd                            |    4 +-
 dh_md5sums                                   |    2 +-
 dh_strip                                     |   17 +-
 dh_systemd_enable                            |   25 +-
 dh_systemd_start                             |   24 +-
 dh_testroot                                  |   53 +-
 dh_usrlocal                                  |   42 +-
 lib/Debian/Debhelper/Buildsystem/makefile.pm |   13 +-
 lib/Debian/Debhelper/Buildsystem/meson.pm    |    6 +-
 lib/Debian/Debhelper/Dh_Lib.pm               |  127 +++-
 lib/Debian/Debhelper/Sequence/dwz.pm         |   12 +
 man/po4a/po/de.po                            | 1030 ++++++++++++++-----------
 man/po4a/po/debhelper.pot                    |  880 ++++++++++++----------
 man/po4a/po/es.po                            | 1036 ++++++++++++++-----------
 man/po4a/po/fr.po                            | 1040 +++++++++++++++-----------
 man/po4a/po/ja.po                            | 1027 ++++++++++++++-----------
 man/po4a/po/pt.po                            | 1030 ++++++++++++++-----------
 t/Dh_Lib/control-parsing.t                   |   36 +
 t/Dh_Lib/debian/changelog                    |    5 +
 t/Dh_Lib/debian/control                      |   19 +
 t/Test/DH.pm                                 |    3 +-
 t/buildsystems/debian/control                |    1 +
 t/dh_compress.t                              |   22 +
 35 files changed, 4080 insertions(+), 2725 deletions(-)

diff --cc debian/changelog
index c0e983c,6067770..afb1cc7
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,104 +1,110 @@@
+ debhelper (10.10.5) unstable; urgency=medium
+ 
+   * meson.pm: Add missing import of generated_file that broke
+     cross building.
+   * Dh_Lib: Fix regression where an empty line before the source
+     paragraph in d/control would cause parse error.
+     (Closes: #879762)
+ 
+  -- Niels Thykier <niels at thykier.net>  Thu, 26 Oct 2017 19:10:51 +0000
+ 
+ debhelper (10.10.4) unstable; urgency=medium
+ 
+   * meson.pm: Keep the meson cross file until dh_clean is
+     called as otherwise ninja tries and fails to regenerate the
+     build rules.  Thanks to Helmut Grohne for reporting the
+     bug.  (Closes: #879658)
+   * dh_dwz: Add new experimental tool to run dwz(1) to deduplicate
+     ELF debugging symbols.  It should be generally be run before
+     dh_strip (as dh_strip compresses the debug symbols and dwz
+     expects uncompressed debug symbols).  (Closes: #878888)
+   * dwz.pm: New sequence to add dh_dwz to the sequence.
+   * d/control: Add a Suggets on dwz for the optional dh_dwz tool.
+   * Dh_Lib.pm: Fix regression where the source section would not
+     be parsed leading to dbgsym packages possibly getting an
+     incorrect value in the Section field.  Thanks to Mihai
+     Moldovan for reporting the issue.  (Closes: #879667)
+ 
+  -- Niels Thykier <niels at thykier.net>  Wed, 25 Oct 2017 06:00:13 +0000
+ 
+ debhelper (10.10.3) unstable; urgency=medium
+ 
+   * dh_strip: Skip the entire directory when an exclude rule
+     parameter matches it.
+   * dh_fixperms: Improve the documentation to assume less familarity
+     with "Rules-Requires-Root" (R³).
+   * dh_usrlocal: Ditto.
+   * dh_builddeb: Ditto.
+   * dh_usrlocal: Correct the group name when creating directories
+     owned by "root:staff".  Thanks to Paul Gevers for reporting
+     the bug.  (Closes: #879643)
+   * dh_usrlocal: Fix inverted boolean logic that made dh_usrlocal
+     ignore ownership of directories when it should have preserved
+     them.
+ 
+  -- Niels Thykier <niels at thykier.net>  Mon, 23 Oct 2017 21:24:08 +0000
+ 
+ debhelper (10.10.2) unstable; urgency=medium
+ 
+   * Dh_Lib: Fix uninitialized warning in find_hardlinks that
+     broke dh_compress's ability to deal with hardlinks.  Thanks
+     to Ondřej Surý for finding the bug.
+ 
+  -- Niels Thykier <niels at thykier.net>  Sun, 22 Oct 2017 21:21:58 +0000
+ 
+ debhelper (10.10.1) unstable; urgency=medium
+ 
+   * debhelper.pod: Document that all tools by default must be run
+     in the root of an unpacked source.
+   * dh: Clarify that --list can be run anywhere.
+   * dh_testroot: Temporarily cope with being run outside a source
+     root.  (Closes: #879478)
+   * dh_testroot: Update manpage to mention its new scope.
+   * d/control: Bump (build-)dependency on dpkg to 1.19.0.3~.  That
+     was technically necessary already in the previous upload.
+ 
+  -- Niels Thykier <niels at thykier.net>  Sun, 22 Oct 2017 09:00:12 +0000
+ 
+ debhelper (10.10) unstable; urgency=medium
+ 
+   * dh_installsystemd: Improve error messages to include the actual
+     error caused by attempted to open the file.
+   * dh_systemd_enable: Ditto.
+   * dh_systemd_start: Ditto.
+   * dh_installinit: In compat 12, error out if an upstart init file
+     is provided with a reminder message about how to remove the
+     obsolete conffile.  (Closes: #876453)
+   * dh_systemd_enable: Permit missing explicitly requested file in
+     package as long as another on being acted on ships it.
+     (Closes: #878911)
+   * dh_systemd_start: Ditto.
+   * Dh_Lib.pm: Add support for R³ (Rules-Requires-Root field) to
+     enable package builds without requiring root (or only
+     selectively require root).
+   * dh_fixperms: Skip "chown" calls when R³ is set to anything but
+     "binary-targets".
+   * dh_installchangelogs: Ditto.
+   * dh_installdocs: Ditto.
+   * dh_testroot: Update check for root to support R³.
+   * makefile.pm: Call "make install" with DPKG_GAIN_ROOT_CMD when
+     R³ contains the "debhelper/upstream-make-install" keyword.
+   * dh_builddeb: Pass --root-owner-group to dpkg-deb in packages
+     with R³ (except for "binary-targets").
+   * dh_usrlocal: When R³ is enabled (and not "binary-targets"),
+     ignore the ownership/mode information on the directories.
+     Instead, the ownership "root:staff" and the mode 02775 is used.
+   * d/control: Bump (Build-)Dependency on dpkg-dev to support to
+     support R³.
+   * d/control: Set R³ to "no".
+ 
+  -- Niels Thykier <niels at thykier.net>  Sat, 21 Oct 2017 17:59:46 +0000
+ 
 +debhelper (10.9.2~bpo9+1) stretch-backports; urgency=medium
 +
 +  * Rebuild for stretch-backports.
 +
 + -- Niels Thykier <niels at thykier.net>  Thu, 19 Oct 2017 05:25:11 +0000
 +
  debhelper (10.9.2) unstable; urgency=medium
  
    [ Niels Thykier ]

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




More information about the debhelper-devel mailing list