Your message dated Thu, 8 Jun 2006 16:04:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#372195: dh_install either broken or contradicts
documentation
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: debhelper
Version: 5.0.35
The problem may be one of the following:
1. Either documentation, as included in script itself and encountered in
converted manual is incorrect.
2. Or dh_install behaves quite different from what is desired.
In POD documentation of the dh_install version 5.0.35 lines 59 to 63
clearly states that as a result the file[s] specified must be copied to
directory that has roughly the name debian/package/path/to/file, where
the path/to/file is the path we put into debian/package.install.
As it seen in file dh_make version 5.0.35 lines 162 to 189 current
implementation uses as a target dirrectory result from the call to
tmpdir($package). tmpdir may return as a result debian/tmp when compat
level required is 1 or no compat file in debian dirrecotry. This leads
to unpredictable and undocumented behaviour when source and destination
dirrectories are the same debian/tmp.
Either documentation should state that dh_install may install into
debian/tmp when compatibility level required is 1 or unspecified. Or
implementation should be fixed and should use debian/$package instead of
$tmp along the lines 162 to 189.
NOTE: The preciding description as well suits version 4.2.32 of the
dh_install script (current stable).
--
Regards,
Andrei Zaparii
--- End Message ---
--- Begin Message ---
Andrei Zaparii wrote:
> Either documentation should state that dh_install may install into
> debian/tmp when compatibility level required is 1 or unspecified.
debhelper(1) documents this:
V1 This is the original debhelper compatibility level, and so it is
the default one. In this mode, debhelper will use debian/tmp as the
package tree directory for the first binary package listed in the
control file, while using debian/<package> for all other packages
listed in the control file.
This mode is deprecated.
V2 In this mode, debhelper will consistently use debian/<package> as
the package tree directory for every package that is built.
--
see shy jo
signature.asc
Description: Digital signature
--- End Message ---