[Build-common-hackers] Bug#276599: marked as done (embed shell commands in control.in)

Debian Bug Tracking System owner@bugs.debian.org
Fri, 04 Feb 2005 21:03:04 -0800


Your message dated Fri, 04 Feb 2005 23:47:13 -0500
with message-id <E1CxHqj-0007t2-00@newraff.debian.org>
and subject line Bug#276599: fixed in cdbs 0.4.26-2
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; 14 Oct 2004 23:52:47 +0000
>From rmh@khazad.dyndns.org Thu Oct 14 16:52:47 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 1CIFOn-0000j2-00; Thu, 14 Oct 2004 16:52:47 -0700
Received: from rmh by khazad.dyndns.org with local (Exim 4.34)
	id 1CIFLz-0006Yg-KE; Fri, 15 Oct 2004 01:49:51 +0200
Content-Type: multipart/mixed; boundary="===============0317396363=="
MIME-Version: 1.0
From: Robert Millan <rmh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: embed shell commands in control.in
X-Mailer: reportbug 2.99.5
Date: Fri, 15 Oct 2004 01:49:49 +0200
Message-Id: <E1CIFLz-0006Yg-KE@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.

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

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

This patch improves the DEB_AUTO_UPDATE_DEBIAN_CONTROL feature so that you
can embed shell commands in control.in.  For example, your control.in could
include hacks like:

  Build-Depends: libgpm-dev [`type-handling any linux-gnu`]

-- 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 (ignored: LC_ALL set to C)

-- no debconf information

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

diff -ur cdbs-0.4.23.old/1/rules/buildcore.mk.in cdbs-0.4.23/1/rules/buildcore.mk.in
--- cdbs-0.4.23.old/1/rules/buildcore.mk.in	2004-09-24 19:42:07.000000000 +0200
+++ cdbs-0.4.23/1/rules/buildcore.mk.in	2004-10-15 01:24:24.000000000 +0200
@@ -105,6 +105,7 @@
 ifneq ($(DEB_AUTO_UPDATE_DEBIAN_CONTROL),)
 	cat debian/control.in \
 	| sed "s/@cdbs@/$(CDBS_BUILD_DEPENDS)/g" \
+	| sed -e "s/^/echo \"/g" -e "s/$$/\"/g" | $(SHELL) \
 	> debian/control
 endif
 

--===============0317396363==--

---------------------------------------
Received: (at 276599-close) by bugs.debian.org; 5 Feb 2005 04:53:02 +0000
>From katie@ftp-master.debian.org Fri Feb 04 20:53: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 1CxHwM-00011H-00; Fri, 04 Feb 2005 20:53:02 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CxHqj-0007t2-00; Fri, 04 Feb 2005 23:47:13 -0500
From: Robert Millan <rmh@debian.org>
To: 276599-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#276599: fixed in cdbs 0.4.26-2
Message-Id: <E1CxHqj-0007t2-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 04 Feb 2005 23:47:13 -0500
Delivered-To: 276599-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: 

Source: cdbs
Source-Version: 0.4.26-2

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.26-2.dsc
  to pool/main/c/cdbs/cdbs_0.4.26-2.dsc
cdbs_0.4.26-2.tar.gz
  to pool/main/c/cdbs/cdbs_0.4.26-2.tar.gz
cdbs_0.4.26-2_all.deb
  to pool/main/c/cdbs/cdbs_0.4.26-2_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 276599@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: Sat,  5 Feb 2005 05:21:05 +0100
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.26-2
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: 276599 293483
Changes: 
 cdbs (0.4.26-2) unstable; urgency=low
 .
   * Add myself to Uploaders.
   * Conditionalise use of --with-alsa in arts.rules example (only used on
     linux-gnu).  (Closes: #293483)
   * Support embedding of shell commands in control.in.  (Closes: #276599)
   * For Cpu/System detection, also understand [cpu: foo] and [system: bar].
Files: 
 92fdc9eaada14b9de226114add188bdb 929 devel optional cdbs_0.4.26-2.dsc
 3fc2035ff4fb0b0f35013295d7d60a64 213318 devel optional cdbs_0.4.26-2.tar.gz
 2117f8594190ea36c5c65e9bd3efc3f8 63502 devel optional cdbs_0.4.26-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/kFreeBSD)

iD8DBQFCBEpeC19io6rUCv8RApu8AJoC/xo+ClzlVr/zUqYxfqpE3ELkzQCcDPOS
xYO8m0YInafnIL35LFDKJmc=
=evfh
-----END PGP SIGNATURE-----