Your message dated Sun, 8 Apr 2018 13:00:22 +0200
with message-id <20180408110022.ga16...@nicolasthinkpad.home>
and subject line close 895056
has caused the Debian Bug report #895056,
regarding Dh_Lib.pm: avoid creating empty log of installed files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
895056: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895056
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debhelper
Version: 11.1.6
Severity: wishlist
Tags: patch

In Dh_Lib.pm, "sub log_installed_files" starts with:
  return if $dh{NO_ACT};
I suggest
  return if $dh{NO_ACT} or not @patterns;
instead so that the file is only created if it is useful.
(seen with DEB_BUILD_OPTIONS=nodoc dh_installinfo).

--- End Message ---
--- Begin Message ---
My mistake.
Sorry for the noise.

--- End Message ---

Reply via email to