[Build-common-hackers] Bug#218862: marked as done (cdbs: fill DEB_*_GNU_{SYSTEM,CPU} in buildvars.mk)

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


Your message dated Fri, 09 Jan 2004 00:47:08 -0500
with message-id <E1AepUC-0000fI-00@auric.debian.org>
and subject line Bug#218862: 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; 3 Nov 2003 01:38:21 +0000
>From rmh@khazad.dyndns.org Sun Nov 02 19:38:17 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 1AGTfa-0005lS-00; Sun, 02 Nov 2003 19:38:14 -0600
Received: from rmh by aragorn with local (Exim 3.36 #1 (Debian))
	id 1AGTfp-0002p7-00; Mon, 03 Nov 2003 02:38:29 +0100
Content-Type: multipart/mixed; boundary="===============1166760232=="
MIME-Version: 1.0
From: Robert Millan <rmh@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: cdbs: fill DEB_*_GNU_{SYSTEM,CPU} in buildvars.mk
X-Mailer: reportbug 2.36
Date: Mon, 03 Nov 2003 02:38:29 +0100
Message-Id: <E1AGTfp-0002p7-00@aragorn>
Sender: <rmh@khazad.dyndns.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0
	tests=BAYES_60,HAS_PACKAGE,PATCH_UNIFIED_DIFF,UPPERCASE_25_50
	version=2.53-bugs.debian.org_2003_11_1
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_11_1 (1.174.2.15-2003-03-30-exp)

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

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

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

Hi!

This patch adds the lines in buildvars.mk to fill the missing
dpkg-architecture variables: DEB_{HOST,BUILD}_GNU_{SYSTEM,CPU}

It does also replace "=" with "?=" in assignments, in order to save
time in case dpkg-buildpackage already set these variables.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux aragorn 2.4.22-1-k7 #5 Sat Oct 4 14:11:12 EST 2003 i686
Locale: LANG=ca_ES@euro, LC_CTYPE=ca_ES@euro

-- no debconf information


--===============1166760232==
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.13.old/1/rules/buildvars.mk.in cdbs-0.4.13/1/rules/buildvars.mk.in
--- cdbs-0.4.13.old/1/rules/buildvars.mk.in	2003-08-22 20:55:00.000000000 +0200
+++ cdbs-0.4.13/1/rules/buildvars.mk.in	2003-11-03 02:31:14.000000000 +0100
@@ -54,10 +54,14 @@
 
 # Miscellaneous bits
 DEB_ARCH = $(shell dpkg --print-architecture)
-DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
-DEB_BUILD_ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
+DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_BUILD_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM)
+DEB_BUILD_GNU_CPU ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 ifeq ($(words $(DEB_PACKAGES)),1)
 	DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_PACKAGES))

--===============1166760232==--

---------------------------------------
Received: (at 218862-close) by bugs.debian.org; 9 Jan 2004 17:35:11 +0000
>From katie@auric.debian.org Fri Jan 09 11:35:10 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-0000yK-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-0000fI-00; Fri, 09 Jan 2004 00:47:08 -0500
From: Colin Walters <walters@debian.org>
To: 218862-close@bugs.debian.org
X-Katie: $Revision: 1.43 $
Subject: Bug#218862: fixed in cdbs 0.4.15
Message-Id: <E1AepUC-0000fI-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Fri, 09 Jan 2004 00:47:08 -0500
Delivered-To: 218862-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 218862@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-----