Your message dated Sun, 10 Feb 2008 20:47:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#465111: fixed in file 4.23-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: file
Version: 4.23-1
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, including not passing --host
unless it differs from --build. The patch is a little more involved than
others because $(CC) also needs to be overridden when crossbuilding.
*** ../crossbuild.diff
--- file-4.23.debian/debian/rules
+++ file-4.23.emdebian/debian/rules
@@ -9,6 +9,12 @@
# from having to guess our platform (since we know it already)
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 LD=$(DEB_HOST_GNU_TYPE)-ld
+else
+CROSS= --build=$(DEB_BUILD_GNU_TYPE)
+endif
# HOWMANY is the number of bytes looked at by file
CFLAGS = -DHOWMANY=0x18000
@@ -29,7 +35,7 @@
# Configuring package
mv config.sub config.sub.upstream && ln -s /usr/share/misc/config.sub
mv config.guess config.guess.upstream && ln -s
/usr/share/misc/config.guess
- CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --datadir=\$${prefix}/share
--mandir=\$${prefix}/share/man --enable-fsect-man5
+ CFLAGS="$(CFLAGS)" ./configure $(CROSS) --prefix=/usr
--datadir=\$${prefix}/share --mandir=\$${prefix}/share/man --enable-fsect-man5
rm config.sub && mv config.sub.upstream config.sub
rm config.guess && mv config.guess.upstream config.guess
-- 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/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 file depends on:
ii libc6 2.7-6 GNU C Library: Shared libraries
ii libmagic1 4.23-1 File type determination library us
file recommends no packages.
-- no debconf information
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: file
Source-Version: 4.23-2
We believe that the bug you reported is fixed in the latest version of
file, which is due to be installed in the Debian FTP archive:
file_4.23-2.diff.gz
to pool/main/f/file/file_4.23-2.diff.gz
file_4.23-2.dsc
to pool/main/f/file/file_4.23-2.dsc
file_4.23-2_i386.deb
to pool/main/f/file/file_4.23-2_i386.deb
libmagic-dev_4.23-2_i386.deb
to pool/main/f/file/libmagic-dev_4.23-2_i386.deb
libmagic1_4.23-2_i386.deb
to pool/main/f/file/libmagic1_4.23-2_i386.deb
python-magic-dbg_4.23-2_i386.deb
to pool/main/f/file/python-magic-dbg_4.23-2_i386.deb
python-magic_4.23-2_i386.deb
to pool/main/f/file/python-magic_4.23-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.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated file 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: Sun, 10 Feb 2008 20:16:00 +0100
Source: file
Binary: file libmagic1 libmagic-dev python-magic python-magic-dbg
Architecture: source i386
Version: 4.23-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description:
file - Determines file type using "magic" numbers
libmagic-dev - File type determination library using "magic" numbers
(developmen
libmagic1 - File type determination library using "magic" numbers
python-magic - File type determination library using "magic" numbers (Python
bin
python-magic-dbg - File type determination library using "magic" numbers
(Python bin
Closes: 465111
Changes:
file (4.23-2) unstable; urgency=low
.
* Applied patch from Neil Williams <[EMAIL PROTECTED]> to add crossbuild
support to debian/rules (Closes: #465111).
Files:
4d17f210dd7ee0bfdd9b7d3cdd18e760 753 utils standard file_4.23-2.dsc
3b13690a55f301f5d59c7e4e67406120 41440 utils standard file_4.23-2.diff.gz
07aad7a06a994e7d2890e72aa1797dd1 40990 utils standard file_4.23-2_i386.deb
4cdf48524455adc9f9dffcb88b45f4bc 342470 libs standard libmagic1_4.23-2_i386.deb
27c4aa6e5aab1e4ea696e0c1e3a32e5b 74586 libdevel optional
libmagic-dev_4.23-2_i386.deb
cc8836192c1afb1348d107b2bcae003d 30548 python extra
python-magic_4.23-2_i386.deb
c159967901674079217afb922a0d3724 29088 python extra
python-magic-dbg_4.23-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHr1mC+C5cwEsrK54RAkezAKCVfpf9kjZtvgcEA4wxg8C2oL5EXQCfXTDb
Gkm2JYJwMh7p2qn1KcSX4jY=
=IX9w
-----END PGP SIGNATURE-----
--- End Message ---