bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#101697: marked as done (gnumach: debian/rules build doesn't)


From: Debian Bug Tracking System
Subject: Bug#101697: marked as done (gnumach: debian/rules build doesn't)
Date: Tue, 21 Aug 2001 14:48:02 -0500

Your message dated Tue, 21 Aug 2001 21:43:47 +0200
with message-id <20010821214347.C1861@212.23.136.22>
and subject line closing fixed bug
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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Jun 2001 22:58:05 +0000
>From robbe@orcus.priv.at Wed Jun 20 17:58:05 2001
Return-path: <robbe@orcus.priv.at>
Received: from 212186010174.11.tuwien.teleweb.at (hoss.orcus.priv.at) 
[::ffff:212.186.10.174] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15Cquv-0004H4-00; Wed, 20 Jun 2001 17:57:45 -0500
Received: by hoss.orcus.priv.at (Postfix, from userid 1000)
        id BB9D9EF22; Thu, 21 Jun 2001 00:57:39 +0200 (CEST)
From: Robert Bihlmeyer <robbe@orcus.priv.at>
Subject: gnumach: debian/rules build doesn't
To: submit@bugs.debian.org
X-Mailer: bug 3.3.9
Message-Id: <20010620225739.BB9D9EF22@hoss.orcus.priv.at>
Date: Thu, 21 Jun 2001 00:57:39 +0200 (CEST)
Delivered-To: submit@bugs.debian.org

Package: gnumach
Version: 1:1.2-10
Severity: important

The gnumach package expects to be built via dpkg-buildpackage, and doesn't
cope with good ole "debian/rules build". Naughty.

Patch follows. I've changed the make var names for consistency, so that
"debian/rules build DEB_BUILD_GNU_TYPE=foo" works the same as
"DEB_BUILD_GNU_TYPE=foo debian/rules build"

--- gnumach-1.2/debian/rules    Sun May 27 09:44:44 2001
+++ gnumach-1.2+/debian/rules   Sat May 26 18:53:12 2001
@@ -17,8 +17,8 @@
 # The name of the package (for example, `emacs').
 package   := gnumach
 package-dev := gnumach-dev
-BUILDARCH := $(DEB_BUILD_GNU_TYPE)
-HOSTARCH := $(DEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 
 # Configuration variables (these should be pretty generic)
 CC = cc
@@ -131,7 +132,7 @@
        --enable-ni52 --enable-ni65 \
        --enable-lance \
        --enable-tlan \
-       --build=$(BUILDARCH) --host=$(HOSTARCH)
+       --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
        touch stamp-configure
 
 all build: stamp-build


---------------------------------------
Received: (at 101697-done) by bugs.debian.org; 21 Aug 2001 19:43:51 +0000
>From Marcus.Brinkmann@ruhr-uni-bochum.de Tue Aug 21 14:43:51 2001
Return-path: <Marcus.Brinkmann@ruhr-uni-bochum.de>
Received: from porta.u64.de [194.77.88.106] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15ZHRG-0000zU-00; Tue, 21 Aug 2001 14:43:51 -0500
Received: from (localhost) [212.23.136.22] (mail)
        by porta.u64.de with asmtp (Exim 3.12 #1 (Debian))
        id 15ZI18-0006zs-00; Tue, 21 Aug 2001 22:20:54 +0200
Received: from marcus by localhost with local (Exim 3.32 #1 (Debian))
        id 15ZHRD-0000cu-00
        for <101697-done@bugs.debian.org>; Tue, 21 Aug 2001 21:43:47 +0200
Date: Tue, 21 Aug 2001 21:43:47 +0200
From: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
To: 101697-done@bugs.debian.org
Subject: closing fixed bug
Message-ID: <20010821214347.C1861@212.23.136.22>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.20i
Sender: Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>
Delivered-To: 101697-done@bugs.debian.org

thanks

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org brinkmd@debian.org
Marcus Brinkmann              GNU    http://www.gnu.org    marcus@gnu.org
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]