1. 06 May, 2018 2 commits
    • Niels Thykier's avatar
      150025e0
    • Niels Thykier's avatar
      Merge tag 'debian/11.2.1' into stretch-backports · 7361dcf5
      Niels Thykier authored
      
      
      Release debhelper/11.2.1 into unstable
      
      Format: 1.8
      Date: Sun, 08 Apr 2018 08:47:35 +0000
      Source: debhelper
      Binary: debhelper dh-systemd
      Architecture: source
      Version: 11.2.1
      Distribution: unstable
      Urgency: medium
      Maintainer: Debhelper Maintainers <debhelper@packages.debian.org>
      Changed-By: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      Description:
       debhelper  - helper programs for debian/rules
       dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
      Closes: 895174 895181
      Changes:
       debhelper (11.2.1) unstable; urgency=medium
       .
         * Buildsystem.pm: Correctly pass build directory values to
           target buildsystems.  Thanks to Helmut Grohne, Adrian Bunk
           and Tobias Frost for the reports and debugging.
           (Closes: #895174, #895181)
         * Buildsystems: Avoid choosing a build system for the clean
           step if it is not necessary.  Previously, debhelper could
           choose a "random" build system that would prefer building
           in a separate build directory on the basis that the build
           directory should be removed.  With this, change we only
           choose such a build system if there is a build directory
           to remove.
      Checksums-Sha1:
       ddf845168510585021d9299e618f63b0b0d4eaab 1689 debhelper_11.2.1.dsc
       e1626da376d6e594e262cdbde3914a9c2e103777 456036 debhelper_11.2.1.tar.xz
       2d58c4211d38e4198f41638727657115664f8c46 4554 debhelper_11.2.1_source.buildinfo
      Checksums-Sha256:
       2380aee11355a444da3e9f17bcefcd8c4063c65a7df6a6176742b3911310cec7 1689 debhelper_11.2.1.dsc
       d969476a748f024381fa985813ac444eddd73995700109c3f304de711251010b 456036 debhelper_11.2.1.tar.xz
       5a862896d758a8f26b8b2ac9b3ce83971ef4aef2da9c0743686385fdd24dc4d1 4554 debhelper_11.2.1_source.buildinfo
      Files:
       f958818ca0108a2b038f2d766d218e45 1689 devel optional debhelper_11.2.1.dsc
       34eb8e89f848e2bc39b9c4072938b036 456036 devel optional debhelper_11.2.1.tar.xz
       727b2c114df3d57747b7a2bc8be3233a 4554 devel optional debhelper_11.2.1_source.buildinfo
      7361dcf5
  2. 08 Apr, 2018 3 commits
  3. 07 Apr, 2018 16 commits
  4. 06 Apr, 2018 2 commits
  5. 05 Apr, 2018 1 commit
  6. 04 Apr, 2018 8 commits
    • Mattia Rizzolo's avatar
      Changelog for 11.1.6~bpo9+1 · 0e023355
      Mattia Rizzolo authored
      
      
      Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
      0e023355
    • Mattia Rizzolo's avatar
      Revert "d/control: Remove R³ header" · 28da889a
      Mattia Rizzolo authored
      This reverts commit 82627ee5
      
      .
      
      Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
      28da889a
    • Mattia Rizzolo's avatar
      Lower the version restrictions on dpkg and dpkg-dev · 94a60dfd
      Mattia Rizzolo authored
      
      
      They are not needed anymore, as R³ support is not implied anymore, but
      requires an environment variable to be passed.
      
      Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
      94a60dfd
    • Mattia Rizzolo's avatar
      Lower the version restrictions on dpkg and dpkg-dev · 00acc47d
      Mattia Rizzolo authored
      
      
      They are not needed anymore, as R³ support is not implied anymore, but
      requires an environment variable to be passed.
      
      Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
      00acc47d
    • Niels Thykier's avatar
      makefile: Use -Oline instead of -O · 41a22f56
      Niels Thykier authored
      
      
      Signed-off-by: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      41a22f56
    • Mattia Rizzolo's avatar
      Merge tag 'debian/11.1.6' into stretch-backports · 84af2aae
      Mattia Rizzolo authored
      
      
      Release debhelper/11.1.6 into unstable
      
      Format: 1.8
      Date: Thu, 29 Mar 2018 19:26:59 +0000
      Source: debhelper
      Binary: debhelper dh-systemd
      Architecture: source
      Version: 11.1.6
      Distribution: unstable
      Urgency: medium
      Maintainer: Debhelper Maintainers <debhelper@packages.debian.org>
      Changed-By: Niels Thykier's avatarNiels Thykier <niels@thykier.net>
      Description:
       debhelper  - helper programs for debian/rules
       dh-systemd - debhelper add-on to handle systemd unit files - transitional pack
      Closes: 891546 892586 893160 894226 894227 894228 894229
      Changes:
       debhelper (11.1.6) unstable; urgency=medium
       .
         * Dh_Lib: Avoid passing invalid parameters to a function, which
           caused tons of "package ARRAY(...) is not in control info"
           warnings from dh in some cases.  It triggers when dh thinks
           the package might have architecture qualified debhelper config
           files.  The warning is harmless (besides the noise) for all
           native builds and most cross builds, but it did invalidate
           attempt to make pkgfile() use "DEB_TARGET_ARCH{,_OS}"
           (see 11.1.5~alpha1).  Thanks to Andreas Beckmann for reporting
           the issue.  (Closes: #891546)
         * dh: Refactor handling of sequences to simplify some code paths.
         * autopkgtests: Remove "use-name" tests as it no longer works.
           The debhelper module makes assumptions in which directory it is
           run from and the test breaks these assumptions.
         * debian/control: Comment out versioned dependency on make.
           It is not strictly necessary for Debian and causes issues with
           make-guile.  On the other hand, it is useful for people
           backporting debhelper on derivatives and hench leaving it as a
           comment.  (Closes: #892586)
         * debian/control: Bump dependency on dh-autoreconf for the fix for
           #889567.
         * dh_installinfo: Accept --sourcedir like the documentation says
           for compat 11.  Prevently the option was incorrectly silently
           ignored.  Thanks to Nicolas Boulenguez for the report and the
           patch.  (Closes: #894226)
         * dh_ucf.1: Apply patch from Nicolas Boulenguez to add missing
           documentation of the "--all" and non-option parameters.
           (Closes: #894228)
         * dh_installxfonts: Apply patch from Nicolas Boulenguez.  This
           ensures that the generated maintscript snippets are bit-for-bit
           reproducible when a package ships xfons in multiple fonts
           directories.  (Closes: #894227)
         * Dh_Lib: Improve the "make_symlink" code to avoid non-compliant
           symlinks when the link name was not a normalized path.  Note
           that ".."-segments are now disallowed in the link name (but not
           the link target).  Thanks to Nicolas Boulenguez for reporting
           the bug plus the test cases.  (Closes: #894229)
         * dh_installinfo: Report installed files to dh_missing.  Thanks
           to Daniel Kahn Gillmor for reporting this omission.
           (Closes: #893160)
         * Dh_Lib: Make Dh_Lib loadable again without a debian/control being
           present.  This makes the autopkgtests work again.
      Checksums-Sha1:
       b50d4735817f02f50d42e34ef5eb55094d852bba 1712 debhelper_11.1.6.dsc
       7b770b9670cb3058235adf4726e858301e83433b 453020 debhelper_11.1.6.tar.xz
       d1c628f20c5546e41047ce67806034bdfdcbb6f7 4552 debhelper_11.1.6_source.buildinfo
      Checksums-Sha256:
       b5f4747df854b3dcd1866bf1eb018b4a0ac6a225167f56d3f16d669867240a06 1712 debhelper_11.1.6.dsc
       f0c940152c0048afef20579c8e9bc6e706aaff2ca2033d23524a1592c12ee24d 453020 debhelper_11.1.6.tar.xz
       5be89bbb6fdb7b4dc121fc8a67e9c6d65bd82b4d7a3a48da05c27ad55aecaa41 4552 debhelper_11.1.6_source.buildinfo
      Files:
       f0166e8206ca2d1b736ede736857e83f 1712 devel optional debhelper_11.1.6.dsc
       5718d7295ffb1e51d6ac9befbffab243 453020 devel optional debhelper_11.1.6.tar.xz
       fb9428eddd13412529251932961e732e 4552 devel optional debhelper_11.1.6_source.buildinfo
      Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
      84af2aae
    • Nicolas Boulenguez's avatar
      98d248f4
    • Niels Thykier's avatar
      cd80a498
  7. 29 Mar, 2018 8 commits