Your message dated Wed, 14 Nov 2007 22:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#450490: fixed in bsdmainutils 6.1.9
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: bsdmainutils
Version: 6.1.8
Severity: wishlist
Tags: patch

bsdmainutils needs a simple patch to support cross-building by detecting
the cross environment in debian/rules and passing a modified $(CC) to
$(MAKE).

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.


-- 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 bsdmainutils depends on:
ii  bsdutils                  1:2.13-10      Basic utilities from 4.4BSD-Lite
ii  debianutils               2.27           Miscellaneous utilities specific t
ii  libc6                     2.6.1-6        GNU C Library: Shared libraries
ii  libncurses5               5.6+20071013-1 Shared libraries for terminal hand

bsdmainutils recommends no packages.

-- no debconf information
--- bsdmainutils.old/debian/rules	2006-11-23 20:10:25.000000000 +0000
+++ bsdmainutils-6.1.8/debian/rules	2007-11-07 15:32:38.000000000 +0000
@@ -2,6 +2,14 @@
 
 SHELL+= -e
 #export DH_VERBOSE=1
+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
 
 # support noopt; nostrip is handled dh_strip
 CFLAGS = -g
@@ -13,7 +21,7 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	$(MAKE)
+	$(MAKE) $(CROSS)
 	touch build-stamp
 
 clean:

--- End Message ---
--- Begin Message ---
Source: bsdmainutils
Source-Version: 6.1.9

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

bsdmainutils_6.1.9.dsc
  to pool/main/b/bsdmainutils/bsdmainutils_6.1.9.dsc
bsdmainutils_6.1.9.tar.gz
  to pool/main/b/bsdmainutils/bsdmainutils_6.1.9.tar.gz
bsdmainutils_6.1.9_i386.deb
  to pool/main/b/bsdmainutils/bsdmainutils_6.1.9_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.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated bsdmainutils 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: Wed, 14 Nov 2007 23:30:00 +0100
Source: bsdmainutils
Binary: bsdmainutils
Architecture: source i386
Version: 6.1.9
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 bsdmainutils - collection of more utilities from FreeBSD
Closes: 450490
Changes: 
 bsdmainutils (6.1.9) unstable; urgency=medium
 .
   * Applied patch from Neil Williams <[EMAIL PROTECTED]> to add cross build
     support (Closes: #450490).
Files: 
 c4ea0322d2b0f8e673752a41cada94ba 520 utils important bsdmainutils_6.1.9.dsc
 4638c31206f2e02111c1b10cb71a309c 171652 utils important 
bsdmainutils_6.1.9.tar.gz
 45f9feae5c973ffc48c1a311caecca8e 171952 utils important 
bsdmainutils_6.1.9_i386.deb

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

iD8DBQFHO3fh+C5cwEsrK54RAtyDAKDIYTlQVJu63FenL9hR2CmiXErjzwCgzHcO
8W09+BOE9tDgaFLr8DKDNjk=
=CFyq
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to