Your message dated Tue, 8 May 2007 06:59:47 +0300
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422734: dpkg-buildpackage should use DH_ALWAYS_EXCLUDE
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: dpkg
Version: 1.13.25
Severity: wishlist
Hi!
The package for which I'm responsible (latex-cjk) now uses GIT
upstream. I have set
export DH_ALWAYS_EXCLUDE=.git
but still debuild complains about binary data in the .git directory.
Currently I need to use "debuild -i.git -I.git" to get things working
correctly. This is quite annoying.
I would make the following suggestion: when DH_ALWAYS_EXCLUDE is set,
put "-iX -IX" automatically behind dpkg-buildpackage. That would be a
big help, and makes IMHO a lot of sense.
Best regards
Danai SAE-HAN
韓達耐
--
題目:《戲答元珍》
作者:歐陽修(1007-1072)
春風疑不到天涯,二月山城未見花。
殘雪壓枝猶有桔,凍雷驚筍欲抽芽。
夜聞歸雁生鄉思,病入新年感物華。
曾是洛陽花下客,野芳雖晚不須嗟。
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'sarge-unsupported')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.20-1-amd64 (SMP w/1 CPU core)
Locale: LANG=nl_BE.UTF-8, LC_CTYPE=nl_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dpkg depends on:
ii coreutils 5.97-5.3 The GNU core utilities
ii libc6 2.5-5 GNU C Library: Shared libraries
dpkg recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
On Tue, 2007-05-08 at 02:07:08 +0200, Danai SAE-HAN =?UTF-8?Q? ?= wrote:
> Package: dpkg
> Version: 1.13.25
> Severity: wishlist
> The package for which I'm responsible (latex-cjk) now uses GIT
> upstream. I have set
> export DH_ALWAYS_EXCLUDE=.git
> but still debuild complains about binary data in the .git directory.
>
> Currently I need to use "debuild -i.git -I.git" to get things working
> correctly. This is quite annoying.
>
> I would make the following suggestion: when DH_ALWAYS_EXCLUDE is set,
> put "-iX -IX" automatically behind dpkg-buildpackage. That would be a
> big help, and makes IMHO a lot of sense.
This would be a layer violation, dpkg should not know anything
about debhelper. Also I get the impression you are mixing the binary
and source package creation concepts there. You should be generating a
clean source package from which you build the stuff, in which case the
DH_ALWAYS_EXCLUDE option is unneeded.
Also note that debuild is not part of dpkg, but you could use something
like DEBUILD_DPKG_BUILDPACKAGE_OPTS for that, or call dpkg-source
directly, also you can use -i w/o an argument which will use the
default exclusion list for the diff.
I'm thus closing this bug report.
regards,
guillem
--- End Message ---