Your message dated Wed, 15 Jun 2005 11:02:03 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#283723: fixed in tar 1.15.1-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; 30 Nov 2004 22:32:35 +0000
>From [EMAIL PROTECTED] Tue Nov 30 14:32:35 2004
Return-path: <[EMAIL PROTECTED]>
Received: from hawthorn.m17n.org (mokkei.gniibe.org) [192.47.44.64]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CZGXz-0002sP-00; Tue, 30 Nov 2004 14:32:35 -0800
Received: from gniibe by mokkei.gniibe.org with local (Exim 4.34)
id 1CZGXU-0000vm-HA; Wed, 01 Dec 2004 07:32:04 +0900
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: NIIBE Yutaka <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: tar: [PATCH] cross build
X-Mailer: reportbug 2.63
Date: Wed, 01 Dec 2004 07:32:04 +0900
Message-Id: <[EMAIL PROTECTED]>
Sender: NIIBE Yutaka <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: tar
Version: 1.14-2
Severity: wishlist
Could you please include following fix for cross build?
* debian/rules: Cross build support.
Don't invoke 'make check, do configure --host, on cross build.
-- NIIBE Yutaka <[EMAIL PROTECTED]> Wed, 1 Dec 2004 07:26:51 +0900
--- tar-1.14/debian/rules
+++ tar-1.14/debian/rules
@@ -3,12 +3,18 @@
# This is the debhelper compatability version to use.
export DH_COMPAT=2
+DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+CONFARGS = --host=$(DEB_HOST_GNU_TYPE)
+endif
+
configure: configure-stamp
configure-stamp:
dh_testdir
RSH="/usr/bin/rsh" CFLAGS="-O2 -g -Wall" ./configure --prefix=/usr \
- --infodir=`pwd`/debian/tar/usr/share/info
+ --infodir=`pwd`/debian/tar/usr/share/info $(CONFARGS)
touch configure-stamp
@@ -17,8 +23,9 @@
dh_testdir
$(MAKE)
+ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
(cd tests ; $(MAKE) check-TESTS)
-
+endif
touch build-stamp
clean:
---------------------------------------
Received: (at 283723-close) by bugs.debian.org; 15 Jun 2005 15:08:03 +0000
>From [EMAIL PROTECTED] Wed Jun 15 08:08:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DiZUp-0004Bg-00; Wed, 15 Jun 2005 08:08:03 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DiZP1-0006B8-00; Wed, 15 Jun 2005 11:02:03 -0400
From: Bdale Garbee <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#283723: fixed in tar 1.15.1-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 15 Jun 2005 11:02:03 -0400
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=-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:
Source: tar
Source-Version: 1.15.1-2
We believe that the bug you reported is fixed in the latest version of
tar, which is due to be installed in the Debian FTP archive:
tar_1.15.1-2.diff.gz
to pool/main/t/tar/tar_1.15.1-2.diff.gz
tar_1.15.1-2.dsc
to pool/main/t/tar/tar_1.15.1-2.dsc
tar_1.15.1-2_i386.deb
to pool/main/t/tar/tar_1.15.1-2_i386.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bdale Garbee <[EMAIL PROTECTED]> (supplier of updated tar 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: Tue, 14 Jun 2005 23:42:40 -0600
Source: tar
Binary: tar
Architecture: source i386
Version: 1.15.1-2
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee <[EMAIL PROTECTED]>
Changed-By: Bdale Garbee <[EMAIL PROTECTED]>
Description:
tar - GNU tar
Closes: 283723 308815 310158 310830 313900
Changes:
tar (1.15.1-2) unstable; urgency=low
.
* patch from LaMont to fix gcc-4.0 error in the test suite,
closes: #308815, #310830
* patch for de.po from Jens Seidel, closes: #313900
* fix amanda upstream URL in the info pages, closes: #310158
* patch from NIIBE Yutaka to support cross builds, closes: #283723
Files:
43d8b156111514a677ae7663ef7b637b 556 base required tar_1.15.1-2.dsc
f808fbd4d92376f9a9a41a2221fd16f1 17897 base required tar_1.15.1-2.diff.gz
2118f3e7b1f64d62968c055069b1f887 756338 base required tar_1.15.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCsD8AZKfAp/LPAagRAtekAJ9EmwHOIW43fv6W6lTZtTexYrdEBwCff9k7
ZRoO1J5iIdVpILSV9CTLwmw=
=dZ04
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]