1. 27 Apr, 2020 2 commits
    • Niels Thykier's avatar
      Release debhelper/13~bpo10+1 · ec454cdf
      Niels Thykier authored
      
      
      Signed-off-by: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      ec454cdf
    • Niels Thykier's avatar
      Merge tag 'debian/13' into buster-backports · 0f9b6bff
      Niels Thykier authored
      
      
      Release debhelper/13
      
      Format: 1.8
      Date: Wed, 15 Apr 2020 14:44:56 +0000
      Source: debhelper
      Architecture: source
      Version: 13
      Distribution: unstable
      Urgency: medium
      Maintainer: Debhelper Maintainers <debhelper@packages.debian.org>
      Changed-By: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      Closes: 955568
      Changes:
       debhelper (13) unstable; urgency=medium
       .
         [ Niels Thykier ]
         * debian/changelog: Fix typo of a bug number in the 12.10
           entry.  Thanks to Andy Caldwell for reporting it.
         * Dh_Lib.pm: Flag compat 9 as deprecated as announced in
           https://lists.debian.org/debian-devel-announce/2020/02/msg00000.html
         * dh_install: Remove trailing slashes from value to the --sourcedir
           parameter. This avoids dh_install computing an incorrect directory
           name.  Thanks to Mihai Moldovan for reporting the issue.
           (Closes: #955568)
         * dh_missing: Ditto.
         * SequencerUtil.pm/dh: Fix bug where the long forms of --builddirectory
           and --sourcedirectory might be ignored by dh causing it to skip
           dh_auto_* when it should not.  This is in practice only a problem in
           compat 13 as long form of arguments are not optimized in compat 12 or
           earlier.
       .
         [ Chris Leick ]
         * debhelper.pod: Fix typos.
         * dh_makeshlibs: Ditto.
         * dh: Ditto.
       .
         [ Helmut Grohne ]
         * perl_makemaker.pm: Add missing import of "warning" function.
      Checksums-Sha1:
       660f5e3a5c89b840b957839275857e40540da165 1827 debhelper_13.dsc
       208dac4db4b52fd79f40a7f27e83545c52414206 526028 debhelper_13.tar.xz
       cb02f84930d5c4d5a5ed193479fca94659a5a3f5 4569 debhelper_13_source.buildinfo
      Checksums-Sha256:
       96f5b24bcd5735ca666e96026854b9b8232d2fff62f3a3ef613b93559008c0e6 1827 debhelper_13.dsc
       7f584975ec42af8cf375c059e96aa85b388a40b756ba291f949b357b7af541f3 526028 debhelper_13.tar.xz
       b6079ca88b6b916ca7b09cb573dea0fea364ab8e42999f69738482fb8de781fd 4569 debhelper_13_source.buildinfo
      Files:
       c70d3503aa1e0f4396b96fb4d90bb0c4 1827 devel optional debhelper_13.dsc
       b9043b6857caf4c6a382a3f72f0d2367 526028 devel optional debhelper_13.tar.xz
       b255d5b43057a163b008af7021ad81f0 4569 devel optional debhelper_13_source.buildinfo
      0f9b6bff
  2. 15 Apr, 2020 7 commits
  3. 04 Apr, 2020 1 commit
  4. 29 Mar, 2020 2 commits
  5. 25 Mar, 2020 1 commit
  6. 24 Mar, 2020 1 commit
  7. 15 Mar, 2020 3 commits
  8. 06 Mar, 2020 1 commit
  9. 04 Mar, 2020 1 commit
  10. 24 Feb, 2020 1 commit
  11. 09 Feb, 2020 2 commits
  12. 02 Feb, 2020 1 commit
  13. 01 Feb, 2020 4 commits
    • Niels Thykier's avatar
      Release debhelper/12.9~bpo10+1 · 0cc9a62f
      Niels Thykier authored
      
      
      Signed-off-by: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      0cc9a62f
    • Niels Thykier's avatar
      Merge tag 'debian/12.9' into buster-backports · b6e5c002
      Niels Thykier authored
      
      
      Release debhelper/12.9
      
      Format: 1.8
      Date: Mon, 27 Jan 2020 20:45:05 +0000
      Source: debhelper
      Architecture: source
      Version: 12.9
      Distribution: unstable
      Urgency: medium
      Maintainer: Debhelper Maintainers <debhelper@packages.debian.org>
      Changed-By: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      Closes: 568897 885994 949396 949538 949635
      Changes:
       debhelper (12.9) unstable; urgency=medium
       .
         [ Niels Thykier ]
         * debhelper.7: Clarify how DH_OPTIONS works and that some
           third-party tools may ignore it if they do not support
           it.  Thanks to Andrej Shadura for reporting the issue
           over IRC.
         * doc/PROGRAMMING: Introduce a section on the NOOP PROMISE
           comment.
         * dh: In compat 13, skip calls to hook and override targets
           for dh_auto_test, dh_dwz and dh_strip.  Thanks to
           Mike Hommey for suggesting it.  (Closes: #568897)
         * Dh_Getopt.pm: Remove support for "--ignore".  No package
           uses it any more.  For most parts, it has been replaced
           by the "3.0 (quilt)" source format.
         * debian/changelog: Clarify that substitutions change in
           12.8 only apply to the maintscript file (and not
           maintainer scripts) for dh_installdeb.
         * debhelper.7: Improve text in compat 13 section.
         * autoconf.pm: Only consider "configure" as an autoconf
           script if it is a file (and not a directory).  Thanks to
           Andrius Merkys for reporting the bug and providing a
           patch.  (Closes: #949396)
         * debian/control: Bump Standards-Version to 4.5.0 - no
           changes required.
         * dh_shlibdeps: Pass "--" in front of filenames passed to
           file(1).  Thanks to Christoph Biedl for the suggestion.
           (Closes: #949538)
         * dh_strip: Ditto
         * dh.1: Improve documentation for override targets and
           include a section on the new hook target.
           (Closes: #885994)
         * Dh_Lib.pm: Make it possible to disable the command
           logging by passing "inhibit_log => 1" to the init sub.
           Furthermore, the logging is now only enabled when init
           is called (and not disabled by that option or
           inhibit_log()).  This prevents Dh_Lib from triggering
           a log write just by being loaded.
         * dh: Refactor addon loading.  As a side-effect, dh no
           longer leaks as many functions into the scope of addons.
           Addons depending on the previous behaviour may now fail
           due to calls to undefined subroutintes and will need to
           be fixed.
         * dh_installinitramfs.1: Correct the name of localized
           versions of dh_installinitramfs so that man can find
           them.
       .
         [ Thorsten Glaser ]
         * dh_auto_*: Make it possible to disable build systems by
           passing --buildsystem=none.  Previously this would
           require overriding each and every dh_auto_* tool.
           (Closes: #949635)
      Checksums-Sha1:
       d6760cfaea25b56d0b3d235d33e64db07e9e1729 1835 debhelper_12.9.dsc
       f6deb32e6c3983371baa4bdda0e327506b4ba5a8 521116 debhelper_12.9.tar.xz
       f325d2834f397c56da86205c9d29f0b04ca8ca00 4613 debhelper_12.9_source.buildinfo
      Checksums-Sha256:
       7db1ce578c248d92824af25638fea8c0c02595ecfb4be1445ac18bd76cee5f54 1835 debhelper_12.9.dsc
       d627404c45a9f4012624fd38f1dac22cb66bbae6c0d158abf01a9785d2154a97 521116 debhelper_12.9.tar.xz
       497fa5cd6034bc5c392b0938681ad94ec305a161f78f3ebeded5bb101e60d223 4613 debhelper_12.9_source.buildinfo
      Files:
       566fc7cc7cd59c36073234b29ff29a20 1835 devel optional debhelper_12.9.dsc
       b3cf3a7d68a98299f9a11bc4370d43f7 521116 devel optional debhelper_12.9.tar.xz
       6963248dc97bf4db79d1b0682e825271 4613 devel optional debhelper_12.9_source.buildinfo
      b6e5c002
    • Niels Thykier's avatar
    • Niels Thykier's avatar
      5988237f
  14. 27 Jan, 2020 4 commits
  15. 26 Jan, 2020 9 commits