Your message dated Sun, 10 May 2009 21:47:52 +0000
with message-id <[email protected]>
and subject line Bug#527256: fixed in debhelper 7.2.10
has caused the Debian Bug report #527256,
regarding please provide an easy way to override/add arguments to MAKE calls
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.)
--
527256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527256
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debhelper
Version: 7.2.9
Severity: wishlist
Hi,
I have a package which needs me to pass 'PREFIX=/usr' to the $MAKE
call in the build rule and 'DESTDIR=$(CURDIR)/debian/package DOC="NEWS
TODO CONTRIBUTORS" PREFIX=/usr' in the install rule. I have not found
an easier way to achieve this with debhelper than using
override_dh_auto_build and override_dh_auto_install rules. However,
instead of overriding the complete $MAKE call, it would be nice if
there were environment variables that dh listens to which tell what
arguments are to be passed to $MAKE.
In my case this proposal would turn this debian/rules:
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
$(MAKE) PREFIX=/usr
override_dh_auto_install:
$(MAKE) install DESTDIR=$(CURDIR)/debian/package DOC="NEWS TODO
CONTRIBUTORS" PREFIX=/usr
into for example this:
#!/usr/bin/make -f
DH_AUTO_BUILD_TARGET += PREFIX=/usr
DH_AUTO_INSTALL_TARGET += install PREFIX=/usr
DESTDIR=$(CURDIR)/debian/hot-babe DOC="NEWS TODO CONTRIBUTORS"
%:
dh $@
Cheers,
Fabian
--
Dipl.-Phys. Fabian Greffrath
Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum
Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail: [email protected]
--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 7.2.10
We believe that the bug you reported is fixed in the latest version of
debhelper, which is due to be installed in the Debian FTP archive:
debhelper_7.2.10.dsc
to pool/main/d/debhelper/debhelper_7.2.10.dsc
debhelper_7.2.10.tar.gz
to pool/main/d/debhelper/debhelper_7.2.10.tar.gz
debhelper_7.2.10_all.deb
to pool/main/d/debhelper/debhelper_7.2.10_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[email protected]> (supplier of updated debhelper package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 10 May 2009 13:07:08 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 7.2.10
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[email protected]>
Changed-By: Joey Hess <[email protected]>
Description:
debhelper - helper programs for debian/rules
Closes: 527256 527464 527990
Changes:
debhelper (7.2.10) unstable; urgency=low
.
* Close COMPAT_IN filehandle. Closes: #527464
* dh_auto_configure: Clarify man page re adding configure
parameters. Closes: #527256
* dh_auto_configure: Pass packlist=0 when running Makefile.PL,
in case it is a Build.PL passthru, to avoid it creating
the .packlist file. Closes: #527990
Checksums-Sha1:
02e1739969fada75d0d8af4ada6cecebf635518c 910 debhelper_7.2.10.dsc
542d60c29014ef96e4507a2eb75d45db555cc3c9 296243 debhelper_7.2.10.tar.gz
0f63a98df6b819bdebf4251143270edcde69ceaf 546336 debhelper_7.2.10_all.deb
Checksums-Sha256:
3377b5d3cc7bc3f39a32083b6765ae1ef66115f4e69a49259b8095a0ef79e0f8 910
debhelper_7.2.10.dsc
ae12a2ea46daa1285227e382b0846e778f9a94890b85d908837cb1f4f920dc3e 296243
debhelper_7.2.10.tar.gz
a717a3dc22b46e68b3ada539470b4fba349dee6df06d1bcc73647f9f7f07d805 546336
debhelper_7.2.10_all.deb
Files:
283462e106ca8ffc603ab7763d5913b7 910 devel optional debhelper_7.2.10.dsc
a56800283b6ba44a9ec7605dbef880ef 296243 devel optional debhelper_7.2.10.tar.gz
421e3954b59087cfd70dd7dfae2c95f5 546336 devel optional debhelper_7.2.10_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKBwor2tp5zXiKP0wRAoYtAJ41s5lr81g4KXQwKlDhwl2/U88igwCguEZ4
VI9JUtZjbfpqccvRgIIzuDk=
=sCeL
-----END PGP SIGNATURE-----
--- End Message ---