[debhelper-devel] [debhelper] branch master updated (1a01069 -> 6f92291)
Niels Thykier
nthykier at moszumanska.debian.org
Sat Apr 8 08:58:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
nthykier pushed a change to branch master
in repository debhelper.
from 1a01069 t: Add "auto buildable" tests for meson + ninja
new 444b225 Move dh_install’s --{list,fail}-missing to dh_missing
new 597a12e dh_install: Uninstalled files should still fail
new 7274bbf log_installed_files: Compute the helper name automatically
new 0b399b3 log_installed_files: Support it being called multiple times
new 26e3471 t: Quiet dh_missing.t test
new 0b6764b doc/PROGRAMMING: Correct log_installed_files
new 5fba091 dh_installman: Log installed manpages
new d091304 dh_installman: always log manpages for all packages
new 5c1ae23 dh_missing: Proper error messages for missing $srcdir
new 96fcbde dh_install: Mark --(list|fail)-missing as deprecated
new 19edb2e dh_missing: Note that it requires an option to do something
new f7cf5b5 dh: Include dh_missing in the sequence after dh_fixperms
new be3fdab dh_install: Only call dh_missing if necessary
new feee940 dh_missing: Note which tools have reported installed files
new 3e422d5 dh_install: Pass --sourcedir to dh_missing
new 73d00ee dh_installdocs: Recommend dh_install for upstream docs in some cases
new 6f92291 d/changelog: Add entries for recent changes
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Debian/Debhelper/Dh_Lib.pm | 14 ++
debhelper.pod | 6 +
debian/changelog | 16 ++-
dh | 1 +
dh_install | 65 ++++-----
dh_installdocs | 5 +
dh_installman | 7 +-
dh_missing | 167 ++++++++++++++++++++++
doc/PROGRAMMING | 9 ++
t/dh_missing/Makefile | 6 +
t/{dh_installdocs => dh_missing}/debian/changelog | 0
t/{dh_installinit => dh_missing}/debian/compat | 0
t/{dh_installdocs => dh_missing}/debian/control | 0
t/dh_missing/debian/foo.install | 1 +
t/dh_missing/dh_missing.t | 50 +++++++
t/dh_missing/file-for-foo | 1 +
16 files changed, 305 insertions(+), 43 deletions(-)
create mode 100755 dh_missing
create mode 100644 t/dh_missing/Makefile
copy t/{dh_installdocs => dh_missing}/debian/changelog (100%)
copy t/{dh_installinit => dh_missing}/debian/compat (100%)
copy t/{dh_installdocs => dh_missing}/debian/control (100%)
create mode 100644 t/dh_missing/debian/foo.install
create mode 100755 t/dh_missing/dh_missing.t
create mode 100644 t/dh_missing/file-for-foo
--
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