Your message dated Mon, 24 Dec 2007 15:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451188: fixed in nano 2.0.7-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)

--- Begin Message ---
Package: nano
Version: 2.0.6-2
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: crossbuilt

--- Please enter the report below this line. ---

In line with the other cross-building support bugs:
http://lists.debian.org/debian-devel/2007/11/msg00116.html

This patch is necessary to allow nano to cross-build in Debian.

This occurs because the cross building tools have been rewritten to
support CC_FOR_BUILD for packages that compile internal build tools 
and therefore the tools no longer explicitly override the MAKEFLAGS.

The patch also fixes the previous support that switched HOST with
BUILD, causing the normal Debian build to actually use a cross-compiler
(and a cross build - in my case - to try to build for amd64 on arm
instead of for arm on amd64).

Thanks.


--- nano.old/debian/rules       2007-11-13 23:46:25.000000000 +0000
+++ nano-2.0.6/debian/rules     2007-11-13 23:44:42.000000000 +0000
@@ -10,6 +10,11 @@
 DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+confflags= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+confflags= --build $(DEB_BUILD_GNU_TYPE)
+endif
 
 CFLAGS  = -Wall -g
 CFTINY  = -Wall -g -Os -fomit-frame-pointer
@@ -28,9 +33,7 @@
 COMMON_CONFIG := --cache-file=$(CURDIR)/config.cache \
                        --prefix=/usr --mandir=\$${prefix}/share/man \
                        --infodir=\$${prefix}/share/info --srcdir='..' \
-                       --sysconfdir=/etc \
-                       --host $(DEB_BUILD_GNU_TYPE) \
-                       --build $(DEB_HOST_GNU_TYPE)
+                       --sysconfdir=/etc $(confflags)
 
 build: patch-stamp build-stamp
 build-stamp: build-arch


--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.22-2-amd64

Debian Release: lenny/sid
  500 unstable        www.linux.codehelp.co.uk 
  500 unstable        www.emdebian.org 
  500 unstable        ftp.uk.debian.org 

--- Package information. ---
Depends           (Version) | Installed
===========================-+-===========
libc6            (>= 2.5-5) | 2.6.1-6
libncursesw5     (>= 5.4-5) | 5.6+20071013-1




-- 


Neil Williams
=============
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/

Attachment: pgpEvDxXT6uAp.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: nano
Source-Version: 2.0.7-1

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

nano-tiny_2.0.7-1_i386.deb
  to pool/main/n/nano/nano-tiny_2.0.7-1_i386.deb
nano-udeb_2.0.7-1_i386.udeb
  to pool/main/n/nano/nano-udeb_2.0.7-1_i386.udeb
nano_2.0.7-1.diff.gz
  to pool/main/n/nano/nano_2.0.7-1.diff.gz
nano_2.0.7-1.dsc
  to pool/main/n/nano/nano_2.0.7-1.dsc
nano_2.0.7-1_i386.deb
  to pool/main/n/nano/nano_2.0.7-1_i386.deb
nano_2.0.7.orig.tar.gz
  to pool/main/n/nano/nano_2.0.7.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.
Jordi Mallach <[EMAIL PROTECTED]> (supplier of updated nano 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: Mon, 24 Dec 2007 15:19:01 +0100
Source: nano
Binary: nano-tiny nano-udeb nano
Architecture: source i386
Version: 2.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach <[EMAIL PROTECTED]>
Changed-By: Jordi Mallach <[EMAIL PROTECTED]>
Description: 
 nano       - free Pico clone with some new features
 nano-tiny  - free Pico clone with some new features - tiny build
 nano-udeb  - free Pico clone with some new features - tiny build (udeb)
Closes: 435617 451188 451659 451693
Changes: 
 nano (2.0.7-1) unstable; urgency=low
 .
   * The "Volem TV3" release.
   * New upstream release.
     - GNU nano is now released under the GPL3+ and GPL3+/GFDL1.2 for docs.
     - fixes bad detection of MAC/DOS file format (closes: #451659)
   * debian/copyright: reflect copyright changes.
   * debian/rules:
     - apply patch from Neil Williams to allow cross building of the
       package (closes: #451188).
     - remove empty /usr dir from nano-udeb.
   * debian/nano.doc-base.manual, debian/nano.doc-base.faq: add doc-base
     registration for the texinfo documentation and the HTML FAQ
     (closes: #451693).
   * debian/prerm: fix pico alternative removal (thanks Luca Capello,
     closes: 435617).
   * debian/menu: Update to new Debian menu structure.
   * debian/control:
     - add Homepage field.
     - update Standards Version to 3.7.3.0.
     - drop build-dep on dpatch, not used for now.
Files: 
 3a8d9919a0b1b0dff5debf867b9aae40 731 editors optional nano_2.0.7-1.dsc
 16187fed2bdefec6275ece6401ce4cd2 1363684 editors optional 
nano_2.0.7.orig.tar.gz
 19430a5aacf208d50f78693c1ae611ae 24702 editors optional nano_2.0.7-1.diff.gz
 5fb333e9c19c0a6dd5c6bd76aa1a58d3 584268 editors important nano_2.0.7-1_i386.deb
 4101475facb3c7d2211ba64a5ebff874 164004 editors optional 
nano-tiny_2.0.7-1_i386.deb
 cee990b1e6b7b6edf9fb1370b5fa775b 27478 debian-installer standard 
nano-udeb_2.0.7-1_i386.udeb
Package-Type: udeb

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

iD8DBQFHb8X+JYSUupF6Il4RApfLAJ0b+aOmZztFRHhweog4ikv20O3zXgCfVjiP
gA2lEfaKWB/WOqxjTEGHCdc=
=GZ+r
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to