Your message dated Thu, 14 Feb 2008 11:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#450512: fixed in dash 0.5.4-7
has caused the Debian Bug report #450512,
regarding dash: long term mass bug filing for cross building 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.)


-- 
450512: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450512
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dash
Version: 0.5.4-2
Severity: wishlist
Tags: patch

The Debian cross building support has been recently rewritten and dash
now fails to cross compile due to a missing call to dpkg-architecture.

The attached patch for debian/rules simply sets $(CC) according to the 
results of the call to dpkg-architecture.

-- 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 dash depends on:
ii  libc6                         2.6.1-6    GNU C Library: Shared libraries

dash recommends no packages.

-- debconf information:
  dash/sh: false
--- dash.old/debian/rules       2007-11-07 19:14:46.000000000 +0000
+++ dash-0.5.4/debian/rules     2007-11-07 19:15:35.000000000 +0000
@@ -6,6 +6,14 @@
 CFLAGSUDEB =-nostdinc -g -DREALLY_SMALL -Wall
 STRIP =strip
 
+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))
+CC=$(DEB_HOST_GNU_TYPE)-gcc
+else
+CC=gcc
+endif
+
 DIET_ARCHS =alpha amd64 arm hppa i386 ia64 mips mipsel powerpc ppc64 s390 sparc
 ARCH ?=$(shell dpkg-architecture -qDEB_HOST_ARCH)
 ifeq (,$(findstring $(ARCH),$(DIET_ARCHS)))

--- End Message ---
--- Begin Message ---
Source: dash
Source-Version: 0.5.4-7

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

ash_0.5.4-7_all.deb
  to pool/main/d/dash/ash_0.5.4-7_all.deb
dash_0.5.4-7.diff.gz
  to pool/main/d/dash/dash_0.5.4-7.diff.gz
dash_0.5.4-7.dsc
  to pool/main/d/dash/dash_0.5.4-7.dsc



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.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated dash 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, 13 Feb 2008 19:19:53 +0000
Source: dash
Binary: dash ash
Architecture: all source
Version: 0.5.4-7
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
Changed-By: Gerrit Pape <[EMAIL PROTECTED]>
Description: 
 ash        - compatibility package for dash
 dash       - POSIX-compliant shell
Closes: 450512 458425
Changes: 
 dash (0.5.4-7) unstable; urgency=low
 .
   * debian/po/nl.po: [INTL:nl] New po-debconf translation in Dutch for dash
     (thx Tim Dijkstra, closes: #458425).
   * debian/rules: apply patch for cross building support, slightly modified
     (thx Neil Williams, closes: #450512).
Files: 
 aff0168d1b123ff2c5c3037196c8e0fa 587 shells optional dash_0.5.4-7.dsc
 e97607222965dee5400f386bb389fa44 124425 shells optional dash_0.5.4-7.diff.gz
 2868219638bdd164a25689cfe2521b6f 20386 shells optional ash_0.5.4-7_all.deb

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

iD8DBQFHs0nmGJoyQbxwpv8RAk1wAKCCoseSFUn8DgwTTsP/eUz3mN8WVACfUE0w
cmA/JGD1kynFNrBjo9v1L2c=
=7tkR
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to