Your message dated Fri, 09 May 2008 13:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468774: fixed in dh-make 0.45
has caused the Debian Bug report #468774,
regarding The debian/rules generated by dh-make causes lintian warning
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.)
--
468774: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468774
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: debhelper
Version: 5.0.53
Severity: wishlist
--- Please enter the report below this line. ---
Hi,
I used dh-make to generate (among others) a debian/rules file for a package.
In that file, the 'clean:' rule mentions "-$(MAKE) clean".
The leading slash of that command causes lintian to complain about
possible "make clean" errors being ignored during the package build.
(debian-rules-ignores-make-clean-error)
I'm reporting this as "wishlist", since debian/rules is supposed to be edited
by hand anyway, so IMHO the presence of the leading dash is more a "lack of
confort" than a bug.
The problem is present in the single binary, multiple binary, library, and
kernel module dh-make templates ; attached is a patch that corrects it.
Best regards.
--
David
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686
Debian Release: lenny/sid
500 unstable www.debian-multimedia.org
500 unstable havtknut.tihlde.org
500 unstable ftp.gajim.org
500 unstable ftp.fr.debian.org
500 unstable download.tuxfamily.org
500 testing security.debian.org
--- Package information. ---
Depends (Version) | Installed
============================-+-==============
perl (>= 5.6.0-16) | 5.8.8-7
coreutils | 5.97-5.4
file (>= 3.23-1) | 4.21-3
dpkg-dev (>= 1.13.13) | 1.14.5
html2text | 1.3.2a-3
binutils | 2.18~cvs20070812-1
po-debconf | 1.0.9
--- /usr/share/debhelper/dh_make/debiank/rules 2007-01-07 23:27:42.000000000 +0100
+++ dh_make/debiank/rules 2007-08-28 21:48:56.000000000 +0200
@@ -125,7 +125,7 @@
rm -f build-arch-stamp build-indep-stamp #CONFIGURE_STAMP#
# Add here commands to clean up after the build process.
- -#CLEAN#
+ #CLEAN#
dh_clean
--- /usr/share/debhelper/dh_make/debianl/rules 2006-06-02 13:03:28.000000000 +0200
+++ dh_make/debianl/rules 2007-08-28 21:49:01.000000000 +0200
@@ -46,7 +46,7 @@
rm -f build-stamp #CONFIGURE_STAMP#
# Add here commands to clean up after the build process.
- -#CLEAN#
+ #CLEAN#
dh_clean#PRESERVE#
--- /usr/share/debhelper/dh_make/debianm/rules 2006-06-02 13:03:27.000000000 +0200
+++ dh_make/debianm/rules 2007-08-28 21:49:13.000000000 +0200
@@ -51,7 +51,7 @@
rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
# Add here commands to clean up after the build process.
- -#CLEAN#
+ #CLEAN#
dh_clean#PRESERVE#
--- /usr/share/debhelper/dh_make/debians/rules 2006-06-02 13:03:28.000000000 +0200
+++ dh_make/debians/rules 2007-08-28 21:48:21.000000000 +0200
@@ -39,7 +39,7 @@
rm -f build-stamp #CONFIGURE_STAMP#
# Add here commands to clean up after the build process.
- -#CLEAN#
+ #CLEAN#
dh_clean#PRESERVE#
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
Source: dh-make
Source-Version: 0.45
We believe that the bug you reported is fixed in the latest version of
dh-make, which is due to be installed in the Debian FTP archive:
dh-make_0.45.dsc
to pool/main/d/dh-make/dh-make_0.45.dsc
dh-make_0.45.tar.gz
to pool/main/d/dh-make/dh-make_0.45.tar.gz
dh-make_0.45_all.deb
to pool/main/d/dh-make/dh-make_0.45_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.
Craig Small <[EMAIL PROTECTED]> (supplier of updated dh-make 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.7
Date: Fri, 09 May 2008 22:41:38 +1000
Source: dh-make
Binary: dh-make
Architecture: source all
Version: 0.45
Distribution: unstable
Urgency: low
Maintainer: Craig Small <[EMAIL PROTECTED]>
Changed-By: Craig Small <[EMAIL PROTECTED]>
Description:
dh-make - tool that converts source archives into Debian package source
Closes: 352017 383495 409694 422203 423707 424953 428228 431316 431316 432667
445678 445766 445768 445773 447752 448854 448854 453896 453896 464948 468774
Changes:
dh-make (0.45) unstable; urgency=low
.
[ Craig Small ]
* Finally (I hope) fixed manpage.xml.ex Closes: #383495
* lib control uses binary:Version Closes: #428228
* Added Homepage: tag to control file Closes: #445678
* CMakeList.txt is not a document Closes: #422203
* Offering use of dpatch. Closes: #409694
* init.d.lsb fixes from JFS Closes: #445766, #445768, #445773
* Crosscompile patch added Closes: #423707
* init.d.lsb stop_server() errcode fixed Closes: #448854
* Fixed init.d.ex running Closes: #453896
* Typo in dh_make org -> orig Closes: #431316
* Changed package-default.ex to package.default.ex Closes: #424953
* Updated to debhelper version 6 in package and templates
* Added examples to man page Closes: #352017
* Fixed distclean target Closes: #432667
[ Tobias Toedter ]
* Fix typo in dh_make message. Closes: #431316
* Fix typo in init.d.lsb, thanks to Yauhen Kharuzhy. Closes: #448854
* Correct errors in init.d, thanks to Marcos Talau. Closes: #453896
* Ignore a missing Makefile in clean targets, but not other errors.
Thanks to Sune Vuorela. Closes: #468774
* Update to Standards-Version 3.7.3 in generated templates, thanks
to Nelson A. de Oliveira. Closes: #464948
* Use untranslated dates for manpages. Closes: #447752
Files:
29e767bf2b410e15b275890c8c716af7 482 devel optional dh-make_0.45.dsc
8882b7a537928ddb8e798ede0a306e40 37978 devel optional dh-make_0.45.tar.gz
265b410142c174ea80e51280c7e3728c 40634 devel optional dh-make_0.45_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIJEavx2zlrBLK36URAhQmAKCGYAG0DV9r4tTuZy236ZGke19R2wCffzYV
zWIuNw7CZUQSYSyru+xJTnw=
=He56
-----END PGP SIGNATURE-----
--- End Message ---