[debhelper-devel] [debhelper] annotated tag debian/10.6.3 created (now 18b6452)

Niels Thykier nthykier at moszumanska.debian.org
Sun Jul 9 08:29:22 UTC 2017


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

nthykier pushed a change to annotated tag debian/10.6.3
in repository debhelper.

        at  18b6452   (tag)
   tagging  f5a22e8e17dd1061c2d8338a4af585e0d69394a2 (commit)
  replaces  debian/10.6.2
 tagged by  Niels Thykier
        on  Sun Jul 9 08:28:40 2017 +0000

- Log -----------------------------------------------------------------
Release debhelper/10.6.3 into unstable

Format: 1.8
Date: Sun, 09 Jul 2017 08:24:34 +0000
Source: debhelper
Binary: debhelper dh-systemd
Architecture: source
Version: 10.6.3
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: 867246
Changes:
 debhelper (10.6.3) unstable; urgency=medium
 .
   * Makefile: Use "dpkg-parsechangelog -S" rather than
     "dpkg-parsechangelog | grep".
   * debhelper.pod: Use substitution to ensure examples always use the
     recommended compatibility level.
   * Dh_Lib.pm: Embed tool versions into autoscripts so lintian can
     extract and display them.  Tools that want to rely on this
     feature should set "$main::VERSION" to the version of the tool.
   * dh_install: Rewrite and re-enable optimization so it
     deterministically and gracefully handles cases like #866405.
   * dh: Support new "pkgfile-logged" hint, which can be used by
     helpers that log what files they install.  It enables dh to
     see that it may need to run a helper that would install no
     files, but log what it would have done to avoid making
     dh_missing complain.  Thanks to Michael Stapelberg for
     reporting the issue and testing the fix.  (Closes: #867246)
   * PROGRAMMING: Document how to write "logging" helpers that work
     with dh_missing.
Checksums-Sha1:
 6cd6b8fe22b5ee2907a2f3cb257b750f33cd7181 1733 debhelper_10.6.3.dsc
 ceb0f6b8833827c55fbd11d2e91de393f1374092 411868 debhelper_10.6.3.tar.xz
 4ff437ad2f1620b9de883aee58450b737db4fe3d 4605 debhelper_10.6.3_source.buildinfo
Checksums-Sha256:
 a5774b09914124b36725cc0c582dcbe275f4f6882855a95ab76acd8ad20abd7d 1733 debhelper_10.6.3.dsc
 b0bb4b726b6bee43bbcc56ab7f390205014a1de71141c8ea4fec0c056ccf28be 411868 debhelper_10.6.3.tar.xz
 d2126245f8cbf03b7801549616234ad2c5c0c333b65fea02ed9f987963a6a6bd 4605 debhelper_10.6.3_source.buildinfo
Files:
 2051ec6b6f371f22555e2723777a2415 1733 devel optional debhelper_10.6.3.dsc
 6a8189a60434df58cba73be111a8e000 411868 devel optional debhelper_10.6.3.tar.xz
 c9e32301501a0379f5908479464a9634 4605 devel optional debhelper_10.6.3_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAllh6TgACgkQBUu7n32A
ZEJBaw/7BbgUH4z0Kh+xrvRjAXo8cPiZ8rqhmiXiN9fn54yD4PAGWRQsaaWbsTjI
pWzrVX4fT5l4aWLBnKPSYxYht6lXZlGalwdMFyKhK9J3WvlBO4NWebNIWOQ4DGmu
/ivkWWv8C7/beMcxFmI0hjeGQVOhsRkb0n2SjXbjwMq3L2fu5NTPZ0J4IOa43L+M
JzTanIDE6TAcoPBO+UvQJCLhC58zvLHDrF7TdTMr5ZIDSf43JkvSLRnCxt3p9uQH
jhEQC6qCYfCJq3k0I9GePqMNL0T6ge1t1rYFHPZzYNMjrrg31P85pf9DqfuOLeUu
iHdj2yrJnU7AFpLOsaR/Y1+oTi6WcMLPTepRcADWCT63+9BATOjj4+WAUZpHQngZ
sHiTR++vAOx1XmyWnUyQ8S37uq17ixXQh3BuB4e4tJRppmEiJAb7Vi/PwnbpvG5Q
I+jsesck3cRMr2n/MlKzG5wAsd1pAv2EESAXlZ8pe0uaKjXgePTFSTS5g5Lm9P2P
JUJyiV28KVUbS7e5kAJPO8kxxbP5fzpDO47YANmnYYnMFws2WCYejrvWcaACahUZ
s+KP8gYDDpdl4kOS2AWourpBAVCCSJDuBY5YF80tq2bhbLMf7z92+du9nDjjA0+k
Syfk8oE+H0PBLObAegcFutycg8h7Iywqd/POHnPh/KaKTYz8tjg=
=8TRd
-----END PGP SIGNATURE-----

Niels Thykier (12):
      Makefile: Optimize dpkg-parsechangelog call
      debhelper.pod: Subst recommended compat version into examples
      Regenerate POT and PO files
      debhelper.pod: Add heading just above compat list
      Dh_Lib: Embed tool versions into auto-generated snippets
      Dh_Lib.pm: Avoid discouraged "use vars"
      debhelper.pod: Announce betas on d-d-a at l.d.o OR d-d at l.d.o
      dh_install: Bulk install sources
      d/changelog: Fix typo
      dh: Support pkgfile and pkgfile-logged PROMISE hints
      PROGRAMMING: Document how to write logging helpers
      Release debhelper/10.6.3 into unstable

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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