[debhelper-devel] [debhelper] annotated tag debian/10.10 created (now 62f2908)
Niels Thykier
nthykier at moszumanska.debian.org
Sat Oct 21 18:08:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
nthykier pushed a change to annotated tag debian/10.10
in repository debhelper.
at 62f2908 (tag)
tagging a5e895b5d224acedb3585c9fa6db91c7e057c3c8 (commit)
replaces debian/10.9.2
tagged by Niels Thykier
on Sat Oct 21 18:07:10 2017 +0000
- Log -----------------------------------------------------------------
Release debhelper/10.10 into unstable
Format: 1.8
Date: Sat, 21 Oct 2017 17:59:46 +0000
Source: debhelper
Binary: debhelper dh-systemd
Architecture: source
Version: 10.10
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: 876453 878911
Changes:
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".
Checksums-Sha1:
b0eb65b81ea22e1e034ad7fbb9673925d2ebb2e6 1766 debhelper_10.10.dsc
97755a50cbdfd8ab6042c381d2a4eb8e6aa206cb 427004 debhelper_10.10.tar.xz
d06fa91ccbc1c5ead2d9d252bc88fe0646454b83 4519 debhelper_10.10_source.buildinfo
Checksums-Sha256:
56c3c637d8dcb43a5605092b23005866f671671c717ae339ad8ebede9dcdc0ab 1766 debhelper_10.10.dsc
61be3a7ce7000088320af83139d0a1c1f765e4e5cd2a053edc5e65433e012f19 427004 debhelper_10.10.tar.xz
173c92c1a912f81bb650aa7cbe2d148750f1269509f288592482a5c0bec00d64 4519 debhelper_10.10_source.buildinfo
Files:
6622752d41beab466a2374781d2a6876 1766 devel optional debhelper_10.10.dsc
fda6cbcfa5d15b2d35bdabeb7331528c 427004 devel optional debhelper_10.10.tar.xz
6083b2217ecf9583ef902aa85a4d66d4 4519 devel optional debhelper_10.10_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAlnrjM4ACgkQBUu7n32A
ZEIDoRAAhdZkSlKzPeuM7YSakdkj1BieT67Xox61z59uMdyikmyGQpBsB3mGlis5
1cfE9x74VPIeenO42rHZXYyvaze5DqvzS55G8PVetmQfPXr0/brxayprz5b0Oubk
VwLekM6BRFUkltB/C//E71clocgGWp6/5Vpib82Yi6wcIcBfsoHUhSc1kjij9bSh
6lRvhT20QPbaDGzM7EmKjMFf3BqEbi1fz9LaHVSenNFZfmvwVeFVT48ecGnUU+YS
0f7qdsuZunOQkI2XBZZORb95c7XRN80K3mRC+et8Aqy1RmMX8w1EYHzVaTDTwnSS
vg6e/et5c0oKOoR+BZXXgLkEU6QR+nkbT3bwsR1VxzZnkkWm/l02/af7gMwsSbZB
pdhIPaqF+Z9Ks4OManK0Mx7KpE4vplUhNrAV3Yfd7/pMnKQSZOpeIhc2sw5LsrdX
iW+mFArToUcLBS+YU5XaLyJXbe6EQqRBZmGvvmaoXZ1yA7Z3VUcMYpiC++ILF0H9
Xqz2f5oQX4mjnMrQpP9Ey9uMxowjfza6Zw90kNM/Y+oxdyyj8ObXL5D7eOiawRBl
MWxeaaF+aKMVx9mwdMOpBJuh2s6Zopf+hnaTWaoVL4krcbtUD08pqorUljbbv7Pq
Gd6/dnRDvlZemn1n8hLvkregvUDmflPq6ctoZyFDAuYDFNlTcrY=
=0bmK
-----END PGP SIGNATURE-----
Niels Thykier (16):
Include $! in error messages
dh_strip: Avoid potential unsafe stat(_) call
dh_installinit: Remove upstart support [c12]
dh_installinit: Reject upstart init files [c12]
Create a helper for locating the dbgsym tmpdir
Extract a find_hardlinks function
dh_systemd_*: Fix incorrect error for "missing" files
Add minimal R³ support for debhelper
makefile.pm: Support R³ for calling make install as root
dh_builddeb: Pass --root-owner-group to dpkg-deb under R³
dh_usrlocal: Under R³, always use "root:staff" + mode 02775
Dh_Lib: Add a kill-switch for R³ (for -backports)
d/control: Set R³ to "no"
dh_installinit: Fix typo
Regenerate POT and PO files
Release debhelper/10.10 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