Your message dated Wed, 26 Oct 2005 19:02:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300606: fixed in amaya 9.2.1-1
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; 20 Mar 2005 18:32:54 +0000
>From [EMAIL PROTECTED] Sun Mar 20 10:32:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pizarro.unex.es [158.49.8.2] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DD5EL-0007c5-00; Sun, 20 Mar 2005 10:32:53 -0800
Received: from localhost (almendralejo.unex.es [158.49.8.199])
by pizarro.unex.es (Postfix/MJ-1.08) with ESMTP id D60C9A1CD2
for <[EMAIL PROTECTED]>; Sun, 20 Mar 2005 19:32:51 +0100 (CET)
Received: from pizarro.unex.es ([158.49.8.2])
by localhost (emilio [158.49.17.20]) (amavisd-new, port 10024)
with ESMTP id 29720-08 for <[EMAIL PROTECTED]>;
Sun, 20 Mar 2005 19:33:41 +0100 (CET)
Received: from guadiana.unex.es (guadiana.unex.es [158.49.17.23])
by pizarro.unex.es (Postfix/MJ-1.08) with ESMTP id 2E3D6A1CAF
for <[EMAIL PROTECTED]>; Sun, 20 Mar 2005 19:32:51 +0100 (CET)
Received: from cantor.unex.es ([158.49.18.105])
by guadiana.unex.es with esmtp (Exim 3.35 #1 (Debian))
id 1DD5EJ-00069s-00
for <[EMAIL PROTECTED]>; Sun, 20 Mar 2005 19:32:51 +0100
Date: Sun, 20 Mar 2005 19:32:25 +0100 (CET)
From: Santiago Vila <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: amaya: non-portable debian/rules
Message-ID: <[EMAIL PROTECTED]>
X-Debbugs-Cc: [EMAIL PROTECTED]
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at unex.es
Delivered-To: [EMAIL PROTECTED]
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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: amaya
Version: 8.5-1
Tags: patch
Please don't use `dpkg --print-architecture`-linux in debian/rules,
as that will only work for Linux architectures.
Use dpkg-architecture instead. For example, like this:
diff -ru amaya-8.5.orig/debian/rules amaya-8.5/debian/rules
--- amaya-8.5.orig/debian/rules 2005-03-20 19:13:41.000000000 +0100
+++ amaya-8.5/debian/rules 2005-03-20 19:24:13.000000000 +0100
@@ -6,6 +6,9 @@
SOURCE:=amaya-src-8.5.tgz
+DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+
build: build-stamp
build-stamp: patch-stamp
dh_testdir
@@ -28,7 +31,7 @@
-mkdir Amaya/BUILD
cd Amaya/BUILD && ../configure --prefix=/usr --datadir=/usr/lib \
--without-graphic-libs --with-dav --with-gtk \
- `dpkg --print-architecture`-linux
+ --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
cd Amaya/BUILD && make CFLAGS="-O2 -g -Wall" all amaya
touch build-stamp
Thanks.
---------------------------------------
Received: (at 300606-close) by bugs.debian.org; 27 Oct 2005 02:08:08 +0000
>From [EMAIL PROTECTED] Wed Oct 26 19:08:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EUx5l-0005aD-00; Wed, 26 Oct 2005 19:02:09 -0700
From: Anand Kumria <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#300606: fixed in amaya 9.2.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 26 Oct 2005 19:02:09 -0700
Delivered-To: [EMAIL PROTECTED]
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-Level:
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-CrossAssassin-Score: 6
Source: amaya
Source-Version: 9.2.1-1
We believe that the bug you reported is fixed in the latest version of
amaya, which is due to be installed in the Debian FTP archive:
amaya_9.2.1-1.diff.gz
to pool/main/a/amaya/amaya_9.2.1-1.diff.gz
amaya_9.2.1-1.dsc
to pool/main/a/amaya/amaya_9.2.1-1.dsc
amaya_9.2.1-1_i386.deb
to pool/main/a/amaya/amaya_9.2.1-1_i386.deb
amaya_9.2.1.orig.tar.gz
to pool/main/a/amaya/amaya_9.2.1.orig.tar.gz
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anand Kumria <[EMAIL PROTECTED]> (supplier of updated amaya 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 13 Aug 2005 10:02:46 +1000
Source: amaya
Binary: amaya
Architecture: source i386
Version: 9.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Anand Kumria <[EMAIL PROTECTED]>
Changed-By: Anand Kumria <[EMAIL PROTECTED]>
Description:
amaya - Web Browser, HTML Editor and Testbed for Draft W3C standards
Closes: 207756 262283 300606 328338 329668 331082 335117
Changes:
amaya (9.2.1-1) unstable; urgency=low
.
* New maintainer (thanks Steve for all your efforts) (Closes: #329668)
* New upstream releases (Closes: #262283)
* Make debian/rule more portable (Closes: #300606)
* Rebuild against latest libpng (Closes: #207756, #328338, #331082)
* Use a newer automake (Closes: #335117)
Files:
1a6fbf32167b1b23e8174479242f97e2 705 web optional amaya_9.2.1-1.dsc
68192cd858df484a3cbf63792be61394 22759011 web optional amaya_9.2.1.orig.tar.gz
978612cd2946c772d82697d369bccb64 26994 web optional amaya_9.2.1-1.diff.gz
f22776120802011b5550d970541dfd9d 9953070 web optional amaya_9.2.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iQCVAwUBQ2As9GRmcAD8BdppAQLpngQAwt5a8Y84nVpaUCyEwHtdBnjuQhyD+ydl
IZlCQJfWawhS/cW1uhZ8QehzfFPg59BHyeF2UzOLskM76w4dEmvxOnQZxvxhME5t
gagpm6705B+ZlA3p6fFAJGILxQ+kPeQRd7zbGwtJVNiWMzBfRavsjjYs487SSKdK
g4hJBpZyJ5g=
=I2/C
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]