[debhelper-devel] [debhelper] 01/02: dh_install: Push removal of --{list, fail}-missing to c12

Niels Thykier nthykier at moszumanska.debian.org
Wed Oct 11 05:37:32 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit eaf711cbd860c50efcdd780c714583655ddb8a59
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Oct 11 05:34:34 2017 +0000

    dh_install: Push removal of --{list,fail}-missing to c12
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debhelper.pod    | 13 ++++++-------
 debian/changelog |  7 +++++++
 dh_install       |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/debhelper.pod b/debhelper.pod
index e956f18..d51a46e 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -609,12 +609,6 @@ The B<makefile> buildsystem now passes B<INSTALL=install
 
 =item -
 
-The B<--list-missing> and B<--fail-missing> in B<dh_install> has been
-removed.  Please use B<dh_missing> and its corresponding options,
-which can also see the files installed by other helpers.
-
-=item -
-
 The B<autoconf> buildsystem now passes B<--runstatedir=/run> to
 F<./configure>.
 
@@ -714,7 +708,6 @@ Changes from v11 are:
 
 =over 8
 
-
 =item -
 
 The B<-s> (B<--same-arch>) option is removed.  Please use B<-a> (B<--arch>) instead.
@@ -741,6 +734,12 @@ provide a useful error message.  This detection will be removed in
 compatibility 12, where the string will be interpreted as a literal
 command and fail with a "command not found" error.
 
+=item -
+
+The B<--list-missing> and B<--fail-missing> in B<dh_install> has been
+removed.  Please use B<dh_missing> and its corresponding options,
+which can also see the files installed by other helpers.
+
 =back
 
 =back
diff --git a/debian/changelog b/debian/changelog
index 4d2c647..3eef0e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (10.9.2) UNRELEASED; urgency=medium
+
+  * dh_install: Defer the removal of --list-missing and
+    --fail-missing until compat 12.
+
+ -- Niels Thykier <niels at thykier.net>  Wed, 11 Oct 2017 05:32:09 +0000
+
 debhelper (10.9.1) unstable; urgency=medium
 
   [ Niels Thykier ]
diff --git a/dh_install b/dh_install
index 269e123..7126109 100755
--- a/dh_install
+++ b/dh_install
@@ -145,7 +145,7 @@ $srcdir = $dh{SOURCEDIR} if defined $dh{SOURCEDIR};
 my $missing_files = 0;
 
 if ($dh{LIST_MISSING} || $dh{FAIL_MISSING}) {
-	deprecated_functionality('Please use dh_missing --list-missing/--fail-missing instead', 11);
+	deprecated_functionality('Please use dh_missing --list-missing/--fail-missing instead', 12);
 }
 
 # Support for -X flag.

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