Your message dated Wed, 7 Mar 2007 12:31:11 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#413821: debhelper: per-architecture .install files
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.42
Severity: wishlist
Hi,
I normally use the --fail-missing option to dh_install to catch errors
in the package build process. In the uclibc package, some parts are not
built on all architectures, so missing bits make the build process fail
here.
It would be nice if it were possible to specify per-architecture
..install files (ideally, overriding the common package.install file) so
I can acknowledge this and still use the error checking provided here.
Simon
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Versions of packages debhelper depends on:
ii binutils 2.17-3 The GNU assembler, linker and bina
ii coreutils 5.97-5.3 The GNU core utilities
ii dpkg-dev 1.13.25 package building tools for Debian
ii file 4.17-5 Determines file type using "magic"
ii html2text 1.3.2a-3 An advanced HTML to text converter
ii perl 5.8.8-7 Larry Wall's Practical Extraction
ii po-debconf 1.0.8 manage translated Debconf template
debhelper recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Simon Richter wrote:
> I normally use the --fail-missing option to dh_install to catch errors
> in the package build process. In the uclibc package, some parts are not
> built on all architectures, so missing bits make the build process fail
> here.
>
> It would be nice if it were possible to specify per-architecture
> ..install files (ideally, overriding the common package.install file) so
> I can acknowledge this and still use the error checking provided here.
In some rare cases, you may want to have different versions of these
files for different architectures. If files named debian/pack‐
age.foo.arch exist, where "arch" is the same as the output of "dpkg
--print-architecture", then they will be used in preference to other,
more general files.
-- debhelper.1
(Although actually it's dpkg-architecture -qDEB_HOST_ARCH)
--
see shy jo
signature.asc
Description: Digital signature
--- End Message ---