[debhelper-devel] [Git][debian/debhelper][master] dh_installinfo: Report installed files to dh_missing

Niels Thykier gitlab at salsa.debian.org
Thu Mar 29 16:39:51 UTC 2018


Niels Thykier pushed to branch master at Debian / debhelper


Commits:
64c70b07 by Niels Thykier at 2018-03-29T16:38:03+00:00
dh_installinfo: Report installed files to dh_missing

Signed-off-by: Niels Thykier <niels at thykier.net>

- - - - -


2 changed files:

- debian/changelog
- dh_installinfo


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,9 @@ debhelper (11.1.6) UNRELEASED; urgency=medium
     that ".."-segments are now disallowed in the link name (but not
     the link target).  Thanks to Nicolas Boulenguez for reporting
     the bug plus the test cases.  (Closes: #894229)
+  * dh_installinfo: Report installed files to dh_missing.  Thanks
+    to Daniel Kahn Gillmor for reporting this omission.
+    (Closes: #893160)
 
  -- Niels Thykier <niels at thykier.net>  Mon, 26 Feb 2018 19:32:52 +0000
 


=====================================
dh_installinfo
=====================================
--- a/dh_installinfo
+++ b/dh_installinfo
@@ -93,6 +93,8 @@ foreach my $package (getpackages()) {
 		push @info, @ARGV;
 	}
 
+	log_installed_files($package, @info);
+
 	next if $skip_install or $nodocs;
 
 	if (@info) {



View it on GitLab: https://salsa.debian.org/debian/debhelper/commit/64c70b076b344407e273ba18c5fd60a4da58186e

---
View it on GitLab: https://salsa.debian.org/debian/debhelper/commit/64c70b076b344407e273ba18c5fd60a4da58186e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debhelper-devel/attachments/20180329/4607678e/attachment-0001.html>


More information about the debhelper-devel mailing list