[Build-common-hackers] Bug#280365: marked as done (DEB_AUTO_CLEANUP_RCS)

Debian Bug Tracking System owner@bugs.debian.org
Wed, 18 May 2005 03:18:23 -0700


Your message dated Wed, 18 May 2005 12:03:15 +0200
with message-id <20050518100315.GA14625@aragorn>
and subject line ack NMUs
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; 8 Nov 2004 22:28:15 +0000
>From rmh@khazad.dyndns.org Mon Nov 08 14:28:15 2004
Return-path: <rmh@khazad.dyndns.org>
Received: from 86.red-80-24-13.pooles.rima-tde.net (khazad.dyndns.org) [80.24.13.86] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CRHzi-0001B8-00; Mon, 08 Nov 2004 14:28:15 -0800
Received: from rmh by khazad.dyndns.org with local (Exim 4.34)
	id 1CRHxi-0003ya-5a; Mon, 08 Nov 2004 23:26:10 +0100
Content-Type: multipart/mixed; boundary="===============1138888733=="
MIME-Version: 1.0
From: Robert Millan <rmh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: DEB_AUTO_CLEANUP_RCS
X-Mailer: reportbug 3.1
Date: Mon, 08 Nov 2004 23:26:10 +0100
Message-Id: <E1CRHxi-0003ya-5a@khazad.dyndns.org>
Sender: <rmh@khazad.dyndns.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1138888733==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: cdbs
Version: 0.4.25-1
Severity: wishlist
Tags: patch

This patch implements DEB_AUTO_CLEANUP_RCS.  When enabled, this will make cdbs
cleanup files left by RCS systems (CVS, .cvsignore, etc) automaticaly after
unpacking the source tarball.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.2.1-7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

-- no debconf information

--===============1138888733==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="cdbs.diff"

diff -ur cdbs-0.4.25.old/1/rules/tarball.mk.in cdbs-0.4.25/1/rules/tarball.mk.in
--- cdbs-0.4.25.old/1/rules/tarball.mk.in	2004-09-24 19:01:16.000000000 +0200
+++ cdbs-0.4.25/1/rules/tarball.mk.in	2004-11-08 23:14:49.000000000 +0100
@@ -64,7 +64,21 @@
 _cdbs_tar_verbose = -v
 endif
 
+ifeq (, $(_cdbs_bootstrap))
+ifeq ($(DEB_AUTO_CLEANUP_RCS), yes)
+CDBS_BUILD_DEPENDS    := $(CDBS_BUILD_DEPENDS), cdbs (>= x.y)
+endif
+endif
+
 pre-build:: $(_cdbs_tarball_stamps)
+ifeq ($(DEB_AUTO_CLEANUP_RCS), yes)
+	for i in CVS .svn \{arch\} .arch-ids ; do \
+		find $(DEB_SRCDIR) -type d -name $$i | xargs rm -rf ; \
+	done
+	for i in .cvsignore svn-commit.tmp .arch-inventory ; do \
+		find $(DEB_SRCDIR) -type f -name $$i | xargs rm -f ; \
+	done
+endif
 
 $(addsuffix .gz,$(_cdbs_tarball_stamp_base)) $(addsuffix .tgz,$(_cdbs_tarball_stamp_base)):
 	tar -C $(_cdbs_tarball_dir) $(_cdbs_tar_verbose) -xzf $(patsubst stamp-%,%,$(notdir $@))

--===============1138888733==--

---------------------------------------
Received: (at 280365-done) by bugs.debian.org; 18 May 2005 10:02:55 +0000
>From rmh@debian.org Wed May 18 03:02:55 2005
Return-path: <rmh@debian.org>
Received: from 216.red-62-57-140.user.auna.net (aragorn) [62.57.140.216] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DYLOA-0000B0-00; Wed, 18 May 2005 03:02:55 -0700
Received: from rmh by aragorn with local (Exim 4.50)
	id 1DYLOV-0001ta-Ld; Wed, 18 May 2005 12:03:15 +0200
Date: Wed, 18 May 2005 12:03:15 +0200
From: Robert Millan <rmh@debian.org>
To: 284101-done@bugs.debian.org, 249931-done@bugs.debian.org,
	277672-done@bugs.debian.org, 280365-done@bugs.debian.org,
	290940-done@bugs.debian.org, 293197-done@bugs.debian.org
Subject: ack NMUs
Message-ID: <20050518100315.GA14625@aragorn>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Sender: Robert Millan <rmh@debian.org>
Organisation: free as in freedom
User-Agent: Mutt/1.5.9i
Delivered-To: 280365-done@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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 3


Acknowledging my own NMUs.

-- 
 .''`.   Proudly running Debian GNU/kFreeBSD unstable/unreleased (on UFS2+S)
: :' :
`. `'    http://www.debian.org/ports/kfreebsd-gnu
  `-