[Build-common-hackers] Bug#217131: marked as done (cdbs: add feature to (optionaly) run auto{conf,make})

Debian Bug Tracking System owner@bugs.debian.org
Fri, 09 Jan 2004 11:49:07 -0600


Your message dated Fri, 09 Jan 2004 00:47:08 -0500
with message-id <E1AepUC-0000fG-00@auric.debian.org>
and subject line Bug#217131: fixed in cdbs 0.4.15
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; 22 Oct 2003 19:45:34 +0000
>From rmh@khazad.dyndns.org Wed Oct 22 14:45:34 2003
Return-path: <rmh@khazad.dyndns.org>
Received: from 86.red-80-24-13.pooles.rima-tde.net (aragorn) [80.24.13.86] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1ACOvD-0005Y0-00; Wed, 22 Oct 2003 14:45:34 -0500
Received: from rmh by aragorn with local (Exim 3.36 #1 (Debian))
	id 1ACOun-0003wZ-00; Wed, 22 Oct 2003 21:45:05 +0200
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: cdbs: add feature to (optionaly) run auto{conf,make}
X-Mailer: reportbug 2.34
Date: Wed, 22 Oct 2003 21:45:03 +0200
Message-Id: <E1ACOun-0003wZ-00@aragorn>
Sender: <rmh@khazad.dyndns.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-6.5 required=4.0
	tests=BAYES_01,HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_10_21
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_21 (1.174.2.15-2003-03-30-exp)

Package: cdbs
Version: 0.4.13
Severity: wishlist
Tags: patch

Hi!

This patch adds a feature to run auto{conf,make} when the package maintainer
wants to do so by enabling it in debian/rules.

For example, in debian/rules:

DEB_AUTO_UPDATE_AUTOMAKE=1.7
DEB_AUTO_UPDATE_AUTOCONF=2.50

This will get autotools.mk to run aclocal, automake and autoconf in the source
tree before invoking ./configure. As for aclocal, it will only be run when
"aclocal.m4" is present, and in addition the "-I m4" parameter will be passed
only when the "m4" directory is present either.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux aragorn 2.2.25 #1 Fri Jun 20 19:28:33 EST 2003 i686
Locale: LANG=ca_ES@euro, LC_CTYPE=ca_ES@euro

-- no debconf information


---------------------------------------
Received: (at 217131-close) by bugs.debian.org; 9 Jan 2004 17:36:55 +0000
>From katie@auric.debian.org Fri Jan 09 11:36:55 2004
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AepV3-0000yX-00; Thu, 08 Jan 2004 23:48:01 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AepUC-0000fG-00; Fri, 09 Jan 2004 00:47:08 -0500
From: Colin Walters <walters@debian.org>
To: 217131-close@bugs.debian.org
X-Katie: $Revision: 1.43 $
Subject: Bug#217131: fixed in cdbs 0.4.15
Message-Id: <E1AepUC-0000fG-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Fri, 09 Jan 2004 00:47:08 -0500
Delivered-To: 217131-close@bugs.debian.org

Source: cdbs
Source-Version: 0.4.15

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

Debian distribution maintenance software
pp.
Colin Walters <walters@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,  7 Jan 2004 19:18:10 +0000
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.15
Distribution: unstable
Urgency: low
Maintainer: CDBS Hackers <build-common-hackers@lists.alioth.debian.org>
Changed-By: Colin Walters <walters@debian.org>
Description: 
 cdbs       - common build system for Debian packages
Closes: 217131 218862 225872
Changes: 
 cdbs (0.4.15) unstable; urgency=low
 .
   * Colin Walters <walters@debian.org>:
     - Don't lose if DEB_PATCHDIRS_READONLY isn't defined (Closes: #225872)
     - Apply patch from Robert Millan to add some variables like
       DEB_HOST_GNU_TYPE to buildvars.mk.in (Closes: #218862)
     - Apply patch from Robert Millan to add variables for automatically
       rerunning the autotools: DEB_AUTO_UPDATE_LIBTOOL, DEB_AUTO_UPDATE_AUTOMAKE,
       and DEB_AUTO_UPDATE_AUTOCONF.  Beware that these do not have corresponding
       reverse actions in the clean rule.  If you want to avoid your diff being
       bloated, you'll have to use a separate build dir.  (Closes: #217131).
Files: 
 e34dff1d0ba41b1fafc27fd9e3fcd39a 842 devel optional cdbs_0.4.15.dsc
 8055265a839ec19f9a471384a25417d0 218800 devel optional cdbs_0.4.15.tar.gz
 ff8649ed665f16805ba4ab0e91d4d749 66162 devel optional cdbs_0.4.15_all.deb

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

iD8DBQE//j2QOIkJWWp2WGURAoxUAJ4kPw9mDMYYESwzJVGh38lNCJfUhQCaA2No
X59GQ8rWLJlpspA2eX2LqEU=
=zaZp
-----END PGP SIGNATURE-----