Your message dated Thu, 21 Sep 2017 13:32:00 +0000
with message-id <[email protected]>
and subject line Re: debhelper: inconsistent behaviour of dh_install* commands
wrt debian/tmp/ handling
has caused the Debian Bug report #548664,
regarding debhelper: inconsistent behaviour of dh_install* commands wrt
debian/tmp/ handling
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 [email protected]
immediately.)
--
548664: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548664
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debhelper
Version: 7.4.2
Severity: normal
Hi,
with compat level 7, dh_install will fall back to look for files in
debian/tmp. It's the only dh_install* command that behaves that way
though. Imo all[1] dh_install* commands should behave consistently and fall
back to look for files in debian/tmp, i.e. behave like dh_install
Thanks for considering.
Michael
[1] Well, the ones that allow to specify a file list, like e.g.
dh_installman, dh_installinfo, dh_installdocs or dh_installexamples
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.31.1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages debhelper depends on:
ii binutils 2.19.91.20090927-1 The GNU assembler, linker and bina
ii dpkg-dev 1.15.4 Debian package development tools
ii file 5.03-1 Determines file type using "magic"
ii html2text 1.3.2a-14 advanced HTML to text converter
ii man-db 2.5.6-3 on-line manual pager
ii perl 5.10.0-25 Larry Wall's Practical Extraction
ii perl-base 5.10.0-25 minimal Perl system
ii po-debconf 1.0.16 tool for managing templates file t
debhelper recommends no packages.
Versions of packages debhelper suggests:
ii dh-make 0.50 tool that converts source archives
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 10.6
On Mon, 28 Sep 2009 05:18:59 +0200 Michael Biebl <[email protected]> wrote:
> Package: debhelper
> Version: 7.4.2
> Severity: normal
>
> Hi,
>
> with compat level 7, dh_install will fall back to look for files in
> debian/tmp. It's the only dh_install* command that behaves that way
> though. Imo all[1] dh_install* commands should behave consistently and fall
> back to look for files in debian/tmp, i.e. behave like dh_install
>
> Thanks for considering.
>
> Michael
>
> [1] Well, the ones that allow to specify a file list, like e.g.
> dh_installman, dh_installinfo, dh_installdocs or dh_installexamples
>
> [...]
This feature was added in debhelper 10.6 when running the (still
experimental) compat 11 per:
"""
debhelper (10.6) unstable; urgency=medium
[...]
* dh_installdocs: In compat 11, automatically fall back to debian/tmp
if the files are not found in ".". Furthermore, accept the option
--sourcedir with the same meaning as dh_install.
* dh_installexamples: Ditto.
* dh_installinfo: Ditto.
* dh_installman: Ditto.
"""
Thanks,
~Niels
--- End Message ---