Your message dated Sun, 09 Dec 2012 01:32:31 +0000
with message-id <[email protected]>
and subject line Bug#616046: fixed in blt 2.4z-5
has caused the Debian Bug report #616046,
regarding blt: support for cross-compiling
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.)
--
616046: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616046
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: blt
Version: 2.4z-4.2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
Hi there,
Please consider the attached patch from Peter Pearse
<[email protected]> which adds support for cross-compilation to the
blt package by passing the necessary options to configure.
Cheers,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
[email protected] [email protected]
=== modified file 'debian/rules'
--- debian/rules 2009-12-04 09:28:09 +0000
+++ debian/rules 2011-03-02 02:38:48 +0000
@@ -4,15 +4,25 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
# useful variables
v = 2.4
dtmp = $(shell pwd)/debian/tmp
-CONFIGURE = ./configure --prefix=/usr/ --mandir=/usr/share/man \
+ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+ CONFIGURE = CC=$(DEB_HOST_GNU_TYPE)-gcc
+endif
+
+CONFIGURE += ./configure --prefix=/usr/ --mandir=/usr/share/man \
--with-cflags="-O2 -g -D_REENTRANT"
+ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+ CONFIGURE += --host $(DEB_HOST_GNU_TYPE) --build $(DEB_BUILD_GNU_TYPE)
+endif
+
# Now, the build targets...
build: build-stamp
--- End Message ---
--- Begin Message ---
Source: blt
Source-Version: 2.4z-5
We believe that the bug you reported is fixed in the latest version of
blt, which is due to be installed in the Debian FTP archive.
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.
Frank Lichtenheld <[email protected]> (supplier of updated blt 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.8
Date: Sat, 08 Dec 2012 23:12:32 +0100
Source: blt
Binary: blt blt-dev blt-demo
Architecture: source all amd64
Version: 2.4z-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Frank Lichtenheld <[email protected]>
Description:
blt - extension library for Tcl/Tk - run-time package
blt-demo - extension library for Tcl/Tk - demos and examples
blt-dev - extension library for Tcl/Tk - development files
Closes: 350362 350363 473006 525860 536409 616046
Changes:
blt (2.4z-5) unstable; urgency=low
.
* QA Upload.
* Change maintainer to QA Group.
* Apply patch by Peter Pearse to enable cross-building.
Closes: #616046
* debian/ cleanup:
- Bump debhelper compat to 9
- Remove Conflicts and Replaces for packages not
in oldstable (that is all of them)
- Use dpkg-buildflags
- Add watch file
.
blt (2.4z-4.2) unstable; urgency=low
.
* Non-maintainer upload.
* Add tcl8.5 check in library/pkgIndex.tcl.in. (Closes: #525860).
+ Thanks to Bill Metzenthen for the fix.
* Update config.sub,config.guess files. (Closes: #536409).
* Fix section and typo in blt.doc-base.
* Move Homepage from package descriptions to source stanza.
* Make clean not ignore errors.
* Replace deprecated ${Source-Version} with ${binary:Version}.
.
blt (2.4z-4.1) unstable; urgency=low
.
* NMU (needed to build python-tk against tk8.5).
* Based on the patch made in Ubuntu:
- Build for tk8.5, drop the tk8.3 build, still keep the build for
tk8.4. Closes: #473006.
- debian/control: Drop {tcl,tk}8.3 dependencies, add {tcl,tk}8.5
dependencies.
- debian/rules: Do not build the library for Tcl 8.3.
- debian/hackshlibs: Do not try to mangle 8.3 libraries.
- Apply patch from Fedora to build with tk8.5.
* In dh_makeshlibs bump the version to 2.4z-4.1, first version providing
tk8.5 libs.
* Fix typos in hiertable and treeview man pages. Closes: #350362, #350363.
Checksums-Sha1:
47b5dda197f780c0a15fc9ab9524b230a21409b7 1112 blt_2.4z-5.dsc
3fdcacc4cee1135e230b0b5c6a78f0efcb3d49e3 145558 blt_2.4z-5.diff.gz
f3bbed488089922772d68cb436b22f443bad9702 615462 blt-demo_2.4z-5_all.deb
4ab21151af6797b58cc71b1fae6191e1b4168971 1724720 blt_2.4z-5_amd64.deb
30b5b9efb30421d59c3d2fe638d5c8df55e885e8 1530580 blt-dev_2.4z-5_amd64.deb
Checksums-Sha256:
b7fd7d14d2396375ba1acc0def64b51ed5b420f36093730c4f20fc43ffe9f1de 1112
blt_2.4z-5.dsc
464a39846e0dea4a66c951696fa4bc3b33b5ee0d2d8c357ea5564481e05e8bb1 145558
blt_2.4z-5.diff.gz
20a553ddfad9ce5d7b1d6509469eec91dbfd55445d6ca7bbe7c801dcefb6f47f 615462
blt-demo_2.4z-5_all.deb
8f36397cc7b666151feb250c355db8678541e673bafb5162e978ccfcf938f5b2 1724720
blt_2.4z-5_amd64.deb
981922bc8b13e2b10767eed7dc5603f993e520c2d6dfcc8a14e8382faefcdf1e 1530580
blt-dev_2.4z-5_amd64.deb
Files:
23639c799e2768758f0184925ad99202 1112 devel optional blt_2.4z-5.dsc
40e02d273df1033f360ec5460d18399c 145558 devel optional blt_2.4z-5.diff.gz
4a967e588414da59008e59eb894d0159 615462 devel optional blt-demo_2.4z-5_all.deb
5df79f10283a7b4dac9e47320a8c386c 1724720 libs optional blt_2.4z-5_amd64.deb
b8b54f31cc22801e1c8b61f6be37efaf 1530580 devel optional
blt-dev_2.4z-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAlDD5lwACgkQQbn06FtxPfD7TwCgr64UEShLmaQJlk1JDRd6ipHp
2jEAnRvpslKx73OOJzucz1TBi/YjVCPZ
=xZsn
-----END PGP SIGNATURE-----
--- End Message ---