[Build-common-hackers] Bug#296984: marked as done (cdbs: simple-patchsys.mk does not remove *.log in each of $DEB_PATCHDIRS)

Debian Bug Tracking System owner@bugs.debian.org
Wed, 18 May 2005 04:48:16 -0700


Your message dated Wed, 18 May 2005 07:32:17 -0400
with message-id <E1DYMmf-0002Iy-00@newraff.debian.org>
and subject line Bug#296984: fixed in cdbs 0.4.29
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Feb 2005 08:06:24 +0000
>From asp16@alu.ua.es Sat Feb 26 00:06:24 2005
Return-path: <asp16@alu.ua.es>
Received: from 84-120-77-228.onocable.ono.com (chistera.yi.org) [84.120.77.228] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1D4wxw-0004NU-00; Sat, 26 Feb 2005 00:06:23 -0800
Received: from userid 1000 by chistera.yi.org with local (Exim 4.44) 
	  id 1D4wxb-0000NA-9M
	  for submit@bugs.debian.org; Sat, 26 Feb 2005 09:05:59 +0100
Date: Sat, 26 Feb 2005 09:05:59 +0100
From: Adeodato =?iso-8859-1?Q?Sim=F3?= <asp16@alu.ua.es>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: cdbs: simple-patchsys.mk does not remove *.log in each of $DEB_PATCHDIRS
Message-ID: <20050226080559.GA1415@chistera.yi.org>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="ZGiS0Q5IWpPtfppv"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-No-CC: Please respect my Mail-Followup-To header
User-Agent: Mutt/1.5.7i
Delivered-To: submit@bugs.debian.org
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-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
	HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

Package: cdbs
Version: 0.4.27-1
Severity: normal
Tags: patch

Hello,

  simple-patchsys.mk has the following:

    clean:: reverse-patches
            rm -f debian/patches/*.log

  However, patches can be in each of the dirs listed in $(DEB_PATCHDIRS), 
  so it is possible that *.log files are left after clean.

  The attached patch fixes this issue.

  Thanks,

-- 
Adeodato Simó
    EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
Military justice is to justice what military music is to music.
                -- Groucho Marx

--ZGiS0Q5IWpPtfppv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="simple-patchsys.diff"

--- simple-patchsys.mk~	2005-02-26 09:03:11.644095772 +0100
+++ simple-patchsys.mk	2005-02-26 09:03:58.718861351 +0100
@@ -64,7 +64,9 @@
 post-patches:: apply-patches
 
 clean:: reverse-patches
-	rm -f debian/patches/*.log
+	for dir in $(DEB_PATCHDIRS) ; do \
+	    rm -f $$dir/*.log ; \
+	done
 
 # The patch subsystem 
 apply-patches: pre-build debian/stamp-patched

--ZGiS0Q5IWpPtfppv--


---------------------------------------
Received: (at 296984-close) by bugs.debian.org; 18 May 2005 11:46:03 +0000
>From katie@ftp-master.debian.org Wed May 18 04:46:02 2005
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DYMzy-0004Xq-00; Wed, 18 May 2005 04:46:02 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1DYMmf-0002Iy-00; Wed, 18 May 2005 07:32:17 -0400
From: Robert Millan <rmh@debian.org>
To: 296984-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#296984: fixed in cdbs 0.4.29
Message-Id: <E1DYMmf-0002Iy-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 18 May 2005 07:32:17 -0400
Delivered-To: 296984-close@bugs.debian.org
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-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
X-Spam-Level: 
X-CrossAssassin-Score: 9

Source: cdbs
Source-Version: 0.4.29

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.29.dsc
  to pool/main/c/cdbs/cdbs_0.4.29.dsc
cdbs_0.4.29.tar.gz
  to pool/main/c/cdbs/cdbs_0.4.29.tar.gz
cdbs_0.4.29_all.deb
  to pool/main/c/cdbs/cdbs_0.4.29_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 296984@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert Millan <rmh@debian.org> (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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 18 May 2005 12:52:21 +0200
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.29
Distribution: unstable
Urgency: low
Maintainer: CDBS Hackers <build-common-hackers@lists.alioth.debian.org>
Changed-By: Robert Millan <rmh@debian.org>
Description: 
 cdbs       - common build system for Debian packages
Closes: 295250 296763 296984 299010 300465 301692 305488 307342 308664 308983
Changes: 
 cdbs (0.4.29) unstable; urgency=low
 .
   * The "back from vac" release.
 .
   * Add DEB_PATCHES initialisation.  (Closes: #295250, #296763, #300465)
     - 1/rules/dpatch.mk.in
   * Don't call update-config after reverting patches.  (Closes: #299010)
     - 1/rules/simple-patchsys.mk.in
     - 1/rules/dpatch.mk.in
   * Make sure CDBS_BUILD_DEPENDS is _always_ initialised.  (Closes: #308664)
     - 1/rules/buildvars.mk.in: Initialise it with "build-essential".
     - 1/rules/buildcore.mk.in: Strip "build-essential" which isn't needed.
   * Fix minor syntax error in CDBS_BUILD_DEPENDS construction.
     - 1/class/autotools-vars.mk.in
   * Turn patchutils weak dependency into versioned (>= 0.2.25).
     (Closes: #308983)
     - 1/rules/simple-patchsys.mk.in
     - 1/rules/dpatch.mk.in
   * Fix for parsing of double quotes in control file generation.  This is
     related to #301607.  Thanks Jonas Smedegaard.
     - 1/rules/buildcore.mk.in
   * Clean *.log files from each dir listed in $(DEB_PATCHDIRS).  Thanks
     Adeodato Simo.  (Closes: #296984)
     - 1/rules/simple-patchsys.mk.in
   * Add perl-modules support to CDBS_BUILD_DEPENDS.  (Closes: #305488)
     - 1/class/perlmodule.mk.in
   * Add $(DEB_PYTHON_COMPILE_VERSION) to python command.  Thanks Bastian
     Kleineidam.  (Closes: #307342)
     - 1/class/python-distutils.mk.in
   * Fix typo in automake weak dependencies.  (Closes: #301692)
     - 1/class/autotools-vars.mk
Files: 
 3142d616de9a7773f94029c50a75e556 922 devel optional cdbs_0.4.29.dsc
 164c626c6c58f3547b880de0322c91bf 218983 devel optional cdbs_0.4.29.tar.gz
 3a5aebc574fe70f80ca974ff7cc1a775 67082 devel optional cdbs_0.4.29_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCix9dC19io6rUCv8RAiNIAJ48EQEjAReKfDXNbOS5s4VF2jtmEwCcCqsq
5lV2/MgkW4WJAn7G9yD/cI0=
=r+4m
-----END PGP SIGNATURE-----