Your message dated Tue, 05 Feb 2008 12:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451147: fixed in dialog 1.1-20071028-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)

--- Begin Message ---
Package: dialog
Version: 1.1-20070930-1
Severity: wishlist
Tags: patch

dialog needs a simple patch to support cross-building by detecting
the cross environment in debian/rules and passing --build and 
--host to ./configure.

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.

Thanks.


*** crossbuild.diff
--- dialog-1.1-20071028/debian/rules 
+++ dialog.new/debian/rules 
@@ -24,6 +24,15 @@
 INSTALL_SCRIPT = install
 STRIP = true
 
+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))
+CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+CC=$(DEB_HOST_GNU_TYPE)-gcc
+else
+CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   CFLAGS += -O2
 endif
@@ -34,7 +43,7 @@
 
 build:
        CC="$(CC)" CFLAGS="$(CFLAGS)" ./configure --prefix=/usr \
-               --enable-nls --with-ncursesw
+               --enable-nls --with-ncursesw $(CROSS)
        $(MAKE)
        touch build
 


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dialog depends on:
ii  debianutils               2.27           Miscellaneous utilities specific t
ii  libc6                     2.6.1-6        GNU C Library: Shared libraries
ii  libncursesw5              5.6+20071013-1 Shared libraries for terminal hand

dialog recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: dialog
Source-Version: 1.1-20071028-2

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

dialog_1.1-20071028-2.diff.gz
  to pool/main/d/dialog/dialog_1.1-20071028-2.diff.gz
dialog_1.1-20071028-2.dsc
  to pool/main/d/dialog/dialog_1.1-20071028-2.dsc
dialog_1.1-20071028-2_i386.deb
  to pool/main/d/dialog/dialog_1.1-20071028-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.
Santiago Vila <[EMAIL PROTECTED]> (supplier of updated dialog 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,  5 Feb 2008 13:30:06 +0100
Source: dialog
Binary: dialog
Architecture: source i386
Version: 1.1-20071028-2
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila <[EMAIL PROTECTED]>
Changed-By: Santiago Vila <[EMAIL PROTECTED]>
Description: 
 dialog     - Displays user-friendly dialog boxes from shell scripts
Closes: 451147
Changes: 
 dialog (1.1-20071028-2) unstable; urgency=low
 .
   * Modified debian/rules to support cross compilation. Closes: #451147.
Files: 
 efc987513ddd97bb98701d6d261b5577 593 misc optional dialog_1.1-20071028-2.dsc
 8d93a8d9093c22dd3437cff08ccaf876 9103 misc optional 
dialog_1.1-20071028-2.diff.gz
 239764b6671c093d0918f96009182254 245830 misc optional 
dialog_1.1-20071028-2_i386.deb

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

iD8DBQFHqFgDd9Uuvj7yPNYRAljLAJ9H61JlIC93lXe6THh4vpIluX+TXQCdF6mL
1l7ctzLc4IB6HRwgm2aAXKw=
=NarC
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to