Your message dated Sat, 05 Feb 2005 06:48:22 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285293: fixed in gnupg 1.4.0-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; 12 Dec 2004 11:19:09 +0000
>From [EMAIL PROTECTED] Sun Dec 12 03:19:07 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 1CdRkm-0008C7-00; Sun, 12 Dec 2004 03:19:04 -0800
Received: from gniibe by mokkei.gniibe.org with local (Exim 4.34)
        id 1CdRkG-0008Ns-Sk; Sun, 12 Dec 2004 20:18:32 +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: gnupg: [PATCH] cross build
X-Mailer: reportbug 3.4
Date: Sun, 12 Dec 2004 20:18:32 +0900
Message-Id: <[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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: gnupg
Version: 1.2.5-3
Severity: wishlist

Cross-building gnupg, following patch is needed.
Could you please include this fix in next release?

  * debian/rules: Do configure --host on cross build.

 -- NIIBE Yutaka <[EMAIL PROTECTED]>  Sun, 12 Dec 2004 20:11:51 +0900

--- gnupg-1.2.5/debian/rules
+++ gnupg-1.2.5/debian/rules
@@ -11,6 +11,12 @@
 
 STRIP=strip --remove-section=.comment --remove-section=.note
 
+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
+
 install_dir=install -d -m 755
 install_file=install -m 644
 install_script=install -m 755
@@ -20,7 +26,7 @@
 
 build: patch-stamp
        $(checkdir)
-       ./configure --prefix=/usr --libexecdir=/usr/lib/ --with-included-gettext
+       ./configure --prefix=/usr --libexecdir=/usr/lib/ 
--with-included-gettext $(CONFARGS)
        $(MAKE)
        touch build
 

---------------------------------------
Received: (at 285293-close) by bugs.debian.org; 5 Feb 2005 11:54:34 +0000
>From [EMAIL PROTECTED] Sat Feb 05 03:54:34 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 1CxOWH-0006rm-00; Sat, 05 Feb 2005 03:54:34 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CxOQI-0004KR-00; Sat, 05 Feb 2005 06:48:22 -0500
From: James Troup <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#285293: fixed in gnupg 1.4.0-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 05 Feb 2005 06:48:22 -0500
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: gnupg
Source-Version: 1.4.0-2

We believe that the bug you reported is fixed in the latest version of
gnupg, which is due to be installed in the Debian FTP archive:

gnupg_1.4.0-2.diff.gz
  to pool/main/g/gnupg/gnupg_1.4.0-2.diff.gz
gnupg_1.4.0-2.dsc
  to pool/main/g/gnupg/gnupg_1.4.0-2.dsc
gnupg_1.4.0-2_i386.deb
  to pool/main/g/gnupg/gnupg_1.4.0-2_i386.deb
gpgv-udeb_1.4.0-2_i386.udeb
  to pool/main/g/gnupg/gpgv-udeb_1.4.0-2_i386.udeb



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.
James Troup <[EMAIL PROTECTED]> (supplier of updated gnupg 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,  5 Feb 2005 03:03:06 +0000
Source: gnupg
Binary: gnupg gpgv-udeb
Architecture: source i386
Version: 1.4.0-2
Distribution: unstable
Urgency: low
Maintainer: James Troup <[EMAIL PROTECTED]>
Changed-By: James Troup <[EMAIL PROTECTED]>
Description: 
 gnupg      - GNU privacy guard - a free PGP replacement
 gpgv-udeb  - minimal signature verification tool (udeb)
Closes: 285293
Changes: 
 gnupg (1.4.0-2) unstable; urgency=low
 .
   * 18_ca_po_update.dpatch: re-added, updated for new upstream release.
     Thanks to Jordi Mallach <[EMAIL PROTECTED]>.
   * debian/rules (build-deb): force regeneration of ca.gmo.
 .
   * 21_strgutil_update.dpatch: new patch; pull in strgutil.c fixes from
     1.4.1rc1 to fix warnings about 'Invalid or incomplete multibyte or
     wide character' with (at least) Latin-1 encoded UIDs.
 .
   * debian/copyright: update year and version number.
 .
   * debian/rules: apply patch to enable cross-build from NIIBE Yutaka
     <[EMAIL PROTECTED]>. Closes: #285293
 .
   * debian/rules: s/DEB_HOST_ARCH/DEB_BUILD_ARCH/ as the gpgv-udeb should
     use the build architecture not host.
   * debian/rules (build-udeb): pass $(CONFARGS) to configure here too.
Files: 
 4b7bbca313a3a47e9011c505c82783ef 1304 utils standard gnupg_1.4.0-2.dsc
 539daf77ceaa780e025b5492809fc0ca 68927 utils standard gnupg_1.4.0-2.diff.gz
 01bd351fee7bec0161271ef7bfdbf521 1844664 utils standard gnupg_1.4.0-2_i386.deb
 c436617e3f860f4b38515767b0561f52 128428 debian-installer extra 
gpgv-udeb_1.4.0-2_i386.udeb

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

iQIVAwUBQgSw1tfD8TGrKpH1AQLykQ/+Ji8kBM2gs4NblpUZBErW/u0Ahsz4bmtx
Cos9PhjkSoREdlHJglbuJBbGvU7QtgMVCVncfU2Rferof7H3KPMQsmmVXmtTQFsf
lxF17CdoS8evuNT5mZXaw+ZCeUDneQ6+CebzghqYrbFklFV440K/4WI0Fo/XFrTk
SPKsFFJV+v9sOABwMj7CBrqmN6sQ462sM/CSeNGsXo5yxWMWwpefwClXQenFVN96
fVc3nYFqETFX0Ztzb/ejoANMBRIVN4S/tpXB8ZEddpfCVi7v+gmDe+TI4VUp11Zm
gJd0ImJDjm+qhOJFAoEH3rnW7TnGVu1k3n36HBrEFSq5vEfwYhjlYRbNnvmsvnmY
T/xhxpFcA+h461NL+wRK/1VXiKAr7NIA+DqiBNkC8zFui4hka44omdPX3avdgOXv
nxoMiQnZz36gELIiJ4d9z0CLN4JNGLy/rHPj47gVYdwsa/OYOVXWI9x1MMgsuJD8
wkky9mauvddzfYIL8kD77gdUzo/eX3woUVvf1np0BKRiY9ChF9Y6oQeMmd+sTNKn
E9NHAHcoGXI6H5WAvAzBVXDrEAVXzogMTQxEyq8LQSfDZ0ZM7lhMOoeQSSjjEsJy
7+NygcY5NvYx2pELL61fIzOfyy+OtEu8iE+cVwBFEKkPl8Iu9iksUyMwI83ZoSTU
PXqaI8LcnIg=
=eNNp
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to