[Reproducible-commits] [debhelper] 54/61: dh_installdocs: Remove non-idempotence remark

Mattia Rizzolo mattia at mapreri.org
Sat Apr 4 18:37:39 UTC 2015


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

mapreri-guest pushed a commit to branch pu/reproducible_builds
in repository debhelper.

commit 45a45453bf02dada2017a6d45b541cbb276d95b9
Author: Niels Thykier <niels at thykier.net>
Date:   Fri Apr 3 10:14:28 2015 +0200

    dh_installdocs: Remove non-idempotence remark
    
    It used to do maintainer scripts.  However that feature is now done
    via triggers and accordingly the remark is now unncessary.
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 2 ++
 dh_installdocs   | 4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 65e6dc9..a00b8be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -78,6 +78,8 @@ debhelper (9.20150101.1) UNRELEASED; urgency=medium
     file (replacing the generated one).  (Closes: #676168)
   * dh_installdeb: In compat 10, stop installing the maintainer-provided
     shlibs file as it is now done by dh_makeshlibs instead.
+  * dh_installdocs: Remove remark about dh_installdocs not being
+    idempotent as it no longer adds anything to maintainer scripts.
 
   [ Bernhard R. Link ]
   * Dh_lib: apply patch from Guillem Jover to support case-insensitive
diff --git a/dh_installdocs b/dh_installdocs
index 8ad00bc..6db4b8d 100755
--- a/dh_installdocs
+++ b/dh_installdocs
@@ -134,10 +134,6 @@ Note that B<dh_installdocs> will happily copy entire directory hierarchies if
 you ask it to (similar to B<cp -a>). If it is asked to install a
 directory, it will install the complete contents of the directory.
 
-Note that this command is not idempotent. L<dh_prep(1)> should be called
-between invocations of this command. Otherwise, it may cause multiple
-instances of the same text to be added to maintainer scripts.
-
 =cut
 
 my %docdir_created;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debhelper.git



More information about the Reproducible-commits mailing list