Your message dated Thu, 29 Jun 2017 13:09:00 +0000
with message-id <[email protected]>
and subject line Re: debhelper: please consider implementing dh_move
has caused the Debian Bug report #357807,
regarding debhelper: please consider implementing dh_move
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.)
--
357807: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357807
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debhelper
Version: 5.0.25
Severity: wishlist
Hi,
consider a big source package building two binary packages, b1 and b2.
Upstream Makefile installs everything to debian/b1, and the maintainer
wishes to move a small number of files from b1 to b2.
Currently, she can either use the deprecated dh_movefiles with the
--sourcefile option, or use dh_install with explicit rm afterwards, or
have upstream install to debian/tmp and use dh_install to move all
files to b1 and b2 (which needs all files in b1 listed in b1.install).
Please consider implementing a per-file --move option for dh_install,
or a new dh_move script which uses package.move as input file with
semantics similiar to dh_install.
Greetings
Marc
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Versions of packages debhelper depends on:
ii binutils 2.16.1cvs20060117-1 The GNU assembler, linker and bina
ii coreutils [fileutils 5.94-1 The GNU core utilities
ii dpkg-dev 1.13.16 package building tools for Debian
ii file 4.17-1 Determines file type using "magic"
ii html2text 1.3.2a-3 An advanced HTML to text converter
ii perl 5.8.8-3 Larry Wall's Practical Extraction
ii po-debconf 1.0 manage translated Debconf template
debhelper recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, 19 Mar 2006 17:17:24 +0100 Marc Haber
<[email protected]> wrote:
> Package: debhelper
> Version: 5.0.25
> Severity: wishlist
>
> Hi,
>
> consider a big source package building two binary packages, b1 and b2.
> Upstream Makefile installs everything to debian/b1, and the maintainer
> wishes to move a small number of files from b1 to b2.
>
> Currently, she can either use the deprecated dh_movefiles with the
> --sourcefile option, or use dh_install with explicit rm afterwards, or
> have upstream install to debian/tmp and use dh_install to move all
> files to b1 and b2 (which needs all files in b1 listed in b1.install).
>
> Please consider implementing a per-file --move option for dh_install,
> or a new dh_move script which uses package.move as input file with
> semantics similiar to dh_install.
>
> Greetings
> Marc
>
> [...]
Hi,
I am closing this bug as I believe it is implemented via debhelper
compat 9's executable config files along with dh-exec's install-rename
feature. At least, I seem to remember a remarkably similar use-case was
documented in dh-exec's README.
Thanks,
~Niels
--- End Message ---