[Build-common-hackers] Bug#293483: marked as done (arts.rules example encourages unconditional use of --with-alsa)
Debian Bug Tracking System
owner@bugs.debian.org
Fri, 04 Feb 2005 21:03:07 -0800
Your message dated Fri, 04 Feb 2005 23:47:13 -0500
with message-id <E1CxHqj-0007t4-00@newraff.debian.org>
and subject line Bug#293483: 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; 3 Feb 2005 19:04:33 +0000
>From rmh@debian.org Thu Feb 03 11:04:33 2005
Return-path: <rmh@debian.org>
Received: from 174.red-62-57-140.user.auna.net (khazad.dyndns.org) [62.57.140.174]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CwmHI-00082n-00; Thu, 03 Feb 2005 11:04:33 -0800
Received: from rmh by khazad.dyndns.org with local (Exim 4.34)
id 1CwmAz-0005ZC-8i; Thu, 03 Feb 2005 19:58:01 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Robert Millan <rmh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: arts.rules example encourages unconditional use of --with-alsa
X-Mailer: reportbug 3.5
Date: Thu, 03 Feb 2005 19:58:01 +0100
Message-Id: <E1CwmAz-0005ZC-8i@khazad.dyndns.org>
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: cdbs
Version: 0.4.26-1.1
Severity: important
The following line in arts.rules is utterly wrong:
DEB_CONFIGURE_EXTRA_FLAGS := --with-alsa
Since alsa is Linux-specific, it should be something like:
ifeq ($(DEB_HOST_GNU_SYSTEM), linux)
DEB_CONFIGURE_EXTRA_FLAGS := --with-alsa
endif
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i386)
Kernel: GNU/kFreeBSD 5.3-2
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
-- no debconf information
---------------------------------------
Received: (at 293483-close) by bugs.debian.org; 5 Feb 2005 04:53:02 +0000
>From katie@ftp-master.debian.org Fri Feb 04 20:53:01 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 1CxHwL-00010y-00; Fri, 04 Feb 2005 20:53:01 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1CxHqj-0007t4-00; Fri, 04 Feb 2005 23:47:13 -0500
From: Robert Millan <rmh@debian.org>
To: 293483-close@bugs.debian.org
X-Katie: $Revision: 1.55 $
Subject: Bug#293483: fixed in cdbs 0.4.26-2
Message-Id: <E1CxHqj-0007t4-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 04 Feb 2005 23:47:13 -0500
Delivered-To: 293483-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: 2
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 293483@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-----