dh-exec (0.23.3)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.25 > 0.23.3
- Git: https://github.com/algernon/dh-exec.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://github.com/algernon/dh-exec
- Last scan: 2021-03-06 15:16:32+00
- Next scan: 2021-03-07 14:42:00+00
- Debian changelog in Git:
dh-exec (0.25) UNRELEASED; urgency=medium
* Use secure copyright file specification URI.
* Bump debhelper from old 9 to 12.
* Change priority extra to priority optional.
* Drop unnecessary dependency on dh-autoconf.
-- Debian Janitor <janitor@jelmer.uk> Fri, 25 Oct 2019 20:16:58 +0000
- This branch is 10 commits ahead of tag dh-exec-0.23
- Git log:
commit f0ceb8b2f6200dd19bedde336720c24d38bf58b3
Author: Debian Janitor <janitor@jelmer.uk>
Date: Fri Oct 25 20:17:57 2019 +0000
Drop unnecessary dependency on dh-autoconf.
Fixes lintian: useless-autoreconf-build-depends
See https://lintian.debian.org/tags/useless-autoreconf-build-depends.html for more details.
commit 9580c75bd03d67361053dba12ae3aae1badb4e31
Author: Debian Janitor <janitor@jelmer.uk>
Date: Fri Oct 25 20:17:40 2019 +0000
Change priority extra to priority optional.
Fixes lintian: priority-extra-is-replaced-by-priority-optional
See https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html for more details.
commit fa378def193241737826c121261d1178b3f93365
Author: Debian Janitor <janitor@jelmer.uk>
Date: Fri Oct 25 20:17:23 2019 +0000
Bump debhelper from old 9 to 12.
Fixes lintian: package-uses-old-debhelper-compat-version
See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.
commit 901031068db9daf33cfd3e4a16a9a7d6eb560b1b
Author: Debian Janitor <janitor@jelmer.uk>
Date: Fri Oct 25 20:17:06 2019 +0000
Use secure copyright file specification URI.
Fixes lintian: insecure-copyright-format-uri
See https://lintian.debian.org/tags/insecure-copyright-format-uri.html for more details.
commit 288d977faf081b78219d8d914d08b0d8467cad72
Author: Edward Betts <edward@4angle.com>
Date: Fri Sep 1 11:17:44 2017 +0100
correct spelling mistake
commit b6596742cec3710432740e1a9caebd6b904c88e3
Author: Gergely Nagy <algernon@madhouse-project.org>
Date: Fri Oct 7 11:30:34 2016 +0200
Bump Standards-Version to 3.9.8.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
commit fab63999173d4693c08521a9b09933e02aca52c0
Author: Gergely Nagy <algernon@madhouse-project.org>
Date: Fri Oct 7 10:45:46 2016 +0200
Add /debian/debhelper-build-stamp to .gitignore
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
commit a92e18250953279a5393e0426d7616736cc9a5dd
Author: Gergely Nagy <algernon@madhouse-project.org>
Date: Fri Oct 7 10:45:03 2016 +0200
Fix dh_install --fail-missing w/ arch-only/arch-indep
When in an arch-only or arch-indep build session,
DH_CONFIG_ACT_ON_PACKAGES should be ignored, otherwise --fail-missing
will be very, very upset.
Thanks to Ferenc Wágner for reporting the issue. Fixes Debian#831786.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
commit f6dee5a7566f30ca77904e97fc4e0638387c0540
Author: Gergely Nagy <algernon@madhouse-project.org>
Date: Tue Jan 12 09:40:17 2016 +0100
t: Add a few more tests
Added a few more tests to t/test_install_copy.bats, to make sure the
existing behaviour is not broken.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
commit ef2b851418d0ffe03b9a515737aaa9ba354c5e9b
Author: Gergely Nagy <algernon@madhouse-project.org>
Date: Mon Jan 11 10:20:51 2016 +0100
dh-exec-install-move: New script to move files
To allow one to move a file into one package, and the rest from the same
to another, introduce dh-exec-install-move, and a new syntax (filenames
prefixed with =>).
Closes: Debian#498067
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>