Your message dated Sat, 04 Feb 2006 01:32:14 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#338625: fixed in cdbs 0.4.33 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 --->From [EMAIL PROTECTED] Fri Nov 11 07:54:00 2005 Received: (at submit) by bugs.debian.org; 11 Nov 2005 15:54:00 +0000 Return-path: <[EMAIL PROTECTED]> Received: from smtp1-g19.free.fr ([212.27.42.27]) by spohr.debian.org with esmtp (Exim 4.50) id 1EabE0-0002dS-8a for [EMAIL PROTECTED]; Fri, 11 Nov 2005 07:54:00 -0800 Received: from smtp.mini-dweeb.org (mini-dweeb.org [81.56.242.187]) by smtp1-g19.free.fr (Postfix) with ESMTP id C51DA5E326 for <[EMAIL PROTECTED]>; Fri, 11 Nov 2005 16:53:58 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by smtp.mini-dweeb.org (Postfix) with ESMTP id 12DC562E463 for <[EMAIL PROTECTED]>; Fri, 11 Nov 2005 16:47:04 +0100 (CET) Received: from smtp.mini-dweeb.org ([127.0.0.1]) by localhost (velma [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22749-03 for <[EMAIL PROTECTED]>; Fri, 11 Nov 2005 16:47:00 +0100 (CET) Received: by smtp.mini-dweeb.org (Postfix, from userid 1000) id B69F062E464; Fri, 11 Nov 2005 16:46:59 +0100 (CET) From: Arnaud Fontaine <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: cdbs: problem unsetting DEB_MAKE_CLEAN_TARGET with makefile.mk X-PGP-Fingerprint: D792 B8A5 A567 B001 C342 2613 BDF2 A220 5E36 19D3 Mail-Copies-To: nobody X-Operating-System: Debian GNU/Linux X-Mailer: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-GnuPG-KeyID: 5E3619D3 Date: Fri, 11 Nov 2005 16:46:54 +0100 Message-ID: <[EMAIL PROTECTED]> User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at mini-dweeb.org Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-2.5 required=4.0 tests=BAYES_00,RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02 --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Transfer-Encoding: quoted-printable Package: cdbs Version: 0.4.32 Severity: normal Tags: patch Hello, I'm co-packaging squashfs. The upstream Makefile of squashfs-tools doesn't have clean target. Instead of doing a two line patch, i prefer using clean:: target in debian/rules. Then, i have unset DEB_MAKE_CLEAN_TARGET in debian/rules and added a clean:: target. However, i have : [...] dh_clean make -C /src/dev/Debian/packages/cdbs-clean/squashfs-2.2r2/squashfs-tools C= FLAGS=3D"-I/src/dev/Debian/packages/cdbs-clean/squashfs-2.2r2/squashfs-tool= s -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE" CXXFLAGS=3D"-g -Wall -O2" -= k || true [...] So, unsetting DEB_MAKE_CLEAN_TARGET does a make in the source directory, in contrary to DEB_MAKE_CHECK_TARGET which does nothing if unset. I have done a small patch which prints a message (like DEB_MAKE_CHECK_TARGET does) if DEB_MAKE_CLEAN_TARGET is unset. I hope it will be useful. Regards, Arnaud Fontaine =2D- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-d500 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=3DISO-8859-15) cdbs depends on no packages. Versions of packages cdbs recommends: ii autotools-dev 20050803.1 Update infrastructure for conf= ig.{ ii debhelper 5.0.3 helper programs for debian/rul= es =2D- no debconf information =2D-=20 Arnaud Fontaine <[EMAIL PROTECTED]> - http://www.andesi.org/ | GPG Public Key available on pgp.mit.edu | Fingerprint: D792 B8A5 A567 B001 C342 2613 BDF2 A220 5E36 19D3 --=-=-= Content-Disposition: attachment; filename=makefile.mk.diff Content-Transfer-Encoding: quoted-printable =2D-- makefile.mk.old 2005-11-11 15:28:12.000000000 +0100 +++ makefile.mk 2005-11-11 15:41:16.000000000 +0100 @@ -39,7 +39,12 @@ =20 clean:: makefile-clean makefile-clean:: =2D $(DEB_MAKE_INVOKE) -k $(DEB_MAKE_CLEAN_TARGET) || true + @if test -n "$(DEB_MAKE_CLEAN_TARGET)"; then \ + echo $(DEB_MAKE_INVOKE) -k $(DEB_MAKE_CLEAN_TARGET); \ + $(DEB_MAKE_INVOKE) -k $(DEB_MAKE_CLEAN_TARGET) || true; \ + else \ + echo "DEB_MAKE_CLEAN_TARGET unset, not running clean"; \ + fi rm -f debian/stamp-makefile-build =20 common-install-arch common-install-indep:: common-install-impl --=-=-=-- --==-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBDdLzyvfKiIF42GdMRAqOmAKCD+t5WNQfl1k1STW33ss4oGkAUuwCfbL3Q k1L7mRMwE8v3KdwVlDC/IvM= =9BNy -----END PGP SIGNATURE----- --==-=-=--
--- End Message ---
--- Begin Message --->From [EMAIL PROTECTED] Sat Feb 04 01:40:27 2006 Received: (at 338625-close) by bugs.debian.org; 4 Feb 2006 09:40:27 +0000 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1F5JmA-0007jm-JI; Sat, 04 Feb 2006 01:32:14 -0800 From: Peter Eisentraut <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.65 $ Subject: Bug#338625: fixed in cdbs 0.4.33 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 04 Feb 2006 01:32:14 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: cdbs Source-Version: 0.4.33 We believe that the bug you reported is fixed in the latest version of cdbs, which is due to be installed in the Debian FTP archive: cdbs_0.4.33.dsc to pool/main/c/cdbs/cdbs_0.4.33.dsc cdbs_0.4.33.tar.gz to pool/main/c/cdbs/cdbs_0.4.33.tar.gz cdbs_0.4.33_all.deb to pool/main/c/cdbs/cdbs_0.4.33_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. Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated cdbs 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: Sat, 4 Feb 2006 00:07:53 +0100 Source: cdbs Binary: cdbs Architecture: source all Version: 0.4.33 Distribution: unstable Urgency: low Maintainer: CDBS Hackers <[EMAIL PROTECTED]> Changed-By: Peter Eisentraut <[EMAIL PROTECTED]> Description: cdbs - common build system for Debian packages Closes: 260408 281053 282959 284231 285244 294537 301667 311517 327151 338625 344383 Changes: cdbs (0.4.33) unstable; urgency=low . * Added myself to uploaders * Allow specifying a makefile (makefile-vars.mk) (closes: #282959) * Skip cleaning if DEB_MAKE_CLEAN_TARGET is unset (makefile.mk) (closes: #338625) * Add unpatch target for dpatch-edit-patch (dpatch.mk) (closes: #284231) * Remove debian/patched/ on clean (dpatch.mk) (closes: #285244) * Remove leading comma in Build-Depends line (buildcore.mk) (closes: #294537) * Propagate CPPFLAGS (autotools-vars.mk) (closes: #301667) * Recognize "changelog" as upstream changelog name (debhelper.mk) (closes: #311517) * cdbs-edit-patch: Use debian/rules clean instead of debclean (closes: #327151) * cdbs-edit-patch: Create debian/patches directory (closes: #344383) * Fix typo in documentation (closes: #260408) * Add missing parentheses in python-distutils.mk (closes: #281053) Files: 1ac84228eab2ff1dc5eaeed9439545c1 1067 devel optional cdbs_0.4.33.dsc 0491bf556197f0a7e870045ff32ae34a 203479 devel optional cdbs_0.4.33.tar.gz 6c574a0680bec19d6a91a7b867e96dd6 335332 devel optional cdbs_0.4.33_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD5HEATTx8oVVPtMYRAoeNAKC1K9Yfw/r9YkqEk6woNrGzULB4JwCfZCyA gD46/L+bKwEhZ3ud73LIoXs= =nWLB -----END PGP SIGNATURE-----
--- End Message ---

