Your message dated Mon, 11 Feb 2008 19:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465117: fixed in xdemineur 2.1.1-12
has caused the Debian Bug report #465117,
regarding xdemineur: mass bug filing for cross build support
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
465117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465117
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xdemineur
Version: 2.1.1-11
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: crossbuilt

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 file to cross-build in Debian,
following recommendations in autotools-dev.


*** ../crossbuild.diff
--- xdemineur-2.1.1.debian/debian/rules 
+++ xdemineur-2.1.1.emdebian/debian/rules 
@@ -8,6 +8,13 @@
 TMPDIR = `pwd`/debian/xdemineur
 
 include /usr/share/dpatch/dpatch.make
+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=CC=$(DEB_HOST_GNU_TYPE)-gcc
+else
+CROSS=
+endif
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
      CFLAGS += -O0
@@ -19,7 +26,7 @@
 xdemineur: patch
        dh_testdir
        xmkmf
-       $(MAKE) CFLAGS+=$(CFLAGS)
+       $(MAKE) CFLAGS+=$(CFLAGS) $(CROSS)
        touch build-stamp
 
 clean: unpatch


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

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

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: xdemineur
Source-Version: 2.1.1-12

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

xdemineur_2.1.1-12.diff.gz
  to pool/main/x/xdemineur/xdemineur_2.1.1-12.diff.gz
xdemineur_2.1.1-12.dsc
  to pool/main/x/xdemineur/xdemineur_2.1.1-12.dsc
xdemineur_2.1.1-12_amd64.deb
  to pool/main/x/xdemineur/xdemineur_2.1.1-12_amd64.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.
Ralf Treinen <[EMAIL PROTECTED]> (supplier of updated xdemineur 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, 11 Feb 2008 20:01:41 +0100
Source: xdemineur
Binary: xdemineur
Architecture: source amd64
Version: 2.1.1-12
Distribution: unstable
Urgency: low
Maintainer: Ralf Treinen <[EMAIL PROTECTED]>
Changed-By: Ralf Treinen <[EMAIL PROTECTED]>
Description: 
 xdemineur  - Yet another minesweeper for X
Closes: 465117
Changes: 
 xdemineur (2.1.1-12) unstable; urgency=low
 .
   * debian/rules: apply patch by Neil Williams (thanks!) to support
     cross-platform package building (closes: Bug#465117).
   * Install desktop file in /usr/share/applications, instead of
     /usr/share/gnome/apps or /usr/share/applnk.
Files: 
 9b59914b709bd3bea37b7deceb93b12b 619 games optional xdemineur_2.1.1-12.dsc
 a0603a4cc92cc691db1bda369a9077b3 5111 games optional xdemineur_2.1.1-12.diff.gz
 b7d5c5603548272c5ce41d3c80a1915e 20610 games optional 
xdemineur_2.1.1-12_amd64.deb

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

iD8DBQFHsJuqtzWmSeC6BMERAiQbAKD88C0F5fd47bdHwvj+vgYRq0xToACgwbx9
HoINoVOJw8snkHK0td2rdgU=
=OaBJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to