[ubuntu/lucid] fltk1.1 1.1.10-2 (Accepted)
Ubuntu Installer
archive at ubuntu.com
Wed Jan 20 01:49:24 GMT 2010
fltk1.1 (1.1.10-2) unstable; urgency=low
* src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid now
otherwise fails to link on the Hurd (with complaints that libfltk.so.1
contains undefined references to pthread_mutexattr_*).
* debian/source.lintian-overrides: retire per Lintian 2.3.1. (See #553264.)
fltk1.1 (1.1.10-1) unstable; urgency=low
* New upstream release.
* {fluid,test}/Makefile: link against all directly referenced libraries,
even if they are also indirect dependencies, to fix build errors with
binutils-gold, which defaults to --no-add-needed. (Closes: #554365.)
fltk1.1 (1.1.10~rc3-1) unstable; urgency=low
* New upstream release candidate.
fltk1.1 (1.1.10~rc2-3) unstable; urgency=low
* debian/FLTKConfig.cmake: belatedly advance FLTK_VERSION_PATCH to 10.
* debian/{fluid,source}.lintian-overrides: override spurious Lintian
diagnostics; fluid.desktop's command is legitimate, as is the
artificial debian/CMakeCache.txt discussed in #553264.
fltk1.1 (1.1.10~rc2-2) unstable; urgency=low
* debian/libfltk1.1.symbols: prepare for the GCC 4.4 transition by
tagging three symbols (for inline methods) emitted *only* by GCC 4.3.x
as optional. (Closes: #551612; LP: #455418.)
fltk1.1 (1.1.10~rc2-1) unstable; urgency=low
* New upstream release candidate.
* debian/copyright: extend date range through 2009.
* fluid/*: revert i18n patch (#333401); although I still support the
general idea, it proved problematic in practice. (Translated strings
weren't always properly isolated to the GUI, and the only translation
wasn't actively maintained anyway.)
* debian/fluid.install: update accordingly. (No more fluid.mo.)
* Update Spanish Debconf translation, thanks to Franciso Javier Cuadrado.
(Closes: #513692.) Apologies for the delay; the submission was slightly
late for lenny, and as such no longer merited an upload on its own.
* debian/control:
- List ${misc:Depends} in Depends across the board, as future Debhelper
versions could conceivably generate content for it.
- Clean up Section fields: libfltk1.1 is already implicitly in libs, and
libfltk1.1-dbg is in the newfangled debug section nowadays. ;-)
- Advance Standards-Version to 3.8.3. (No further changes required.)
- Require debhelper (>= 7.0.50) for further rules simplification.
* debian/rules:
- On alpha, lock in a version of 1.1.10~rc2 for symbols introduced when
building with GCC 4.3, which is now the default on that platform too.
- Simplify further per debhelper 7.0.50+'s override_dh_* support.
Date: Wed, 20 Jan 2010 01:44:03 +0000
Changed-By: Matthias Klose <matthias.klose at canonical.com>
Maintainer: Aaron M. Ucko <ucko at debian.org>
Origin: Debian/testing
https://launchpad.net/ubuntu/lucid/+source/fltk1.1/1.1.10-2
-------------- next part --------------
Origin: Debian/testing
Format: 1.7
Date: Wed, 20 Jan 2010 01:44:03 +0000
Source: fltk1.1
Binary: fluid, libfltk1.1-dev, libfltk1.1, libfltk1.1-dbg, fltk1.1-doc, fltk1.1-games
Architecture: source
Version: 1.1.10-2
Distribution: lucid
Urgency: low
Maintainer: Aaron M. Ucko <ucko at debian.org>
Changed-By: Matthias Klose <matthias.klose at canonical.com>
Closes: 513692 551612 554365
Launchpad-Bugs-Fixed: 455418
Changes:
fltk1.1 (1.1.10-2) unstable; urgency=low
.
* src/Makefile: link libfltk.so.1.1 against -lpthread, as fluid now
otherwise fails to link on the Hurd (with complaints that libfltk.so.1
contains undefined references to pthread_mutexattr_*).
* debian/source.lintian-overrides: retire per Lintian 2.3.1. (See #553264.)
.
fltk1.1 (1.1.10-1) unstable; urgency=low
.
* New upstream release.
* {fluid,test}/Makefile: link against all directly referenced libraries,
even if they are also indirect dependencies, to fix build errors with
binutils-gold, which defaults to --no-add-needed. (Closes: #554365.)
.
fltk1.1 (1.1.10~rc3-1) unstable; urgency=low
.
* New upstream release candidate.
.
fltk1.1 (1.1.10~rc2-3) unstable; urgency=low
.
* debian/FLTKConfig.cmake: belatedly advance FLTK_VERSION_PATCH to 10.
* debian/{fluid,source}.lintian-overrides: override spurious Lintian
diagnostics; fluid.desktop's command is legitimate, as is the
artificial debian/CMakeCache.txt discussed in #553264.
.
fltk1.1 (1.1.10~rc2-2) unstable; urgency=low
.
* debian/libfltk1.1.symbols: prepare for the GCC 4.4 transition by
tagging three symbols (for inline methods) emitted *only* by GCC 4.3.x
as optional. (Closes: #551612; LP: #455418.)
.
fltk1.1 (1.1.10~rc2-1) unstable; urgency=low
.
* New upstream release candidate.
* debian/copyright: extend date range through 2009.
* fluid/*: revert i18n patch (#333401); although I still support the
general idea, it proved problematic in practice. (Translated strings
weren't always properly isolated to the GUI, and the only translation
wasn't actively maintained anyway.)
* debian/fluid.install: update accordingly. (No more fluid.mo.)
* Update Spanish Debconf translation, thanks to Franciso Javier Cuadrado.
(Closes: #513692.) Apologies for the delay; the submission was slightly
late for lenny, and as such no longer merited an upload on its own.
* debian/control:
- List ${misc:Depends} in Depends across the board, as future Debhelper
versions could conceivably generate content for it.
- Clean up Section fields: libfltk1.1 is already implicitly in libs, and
libfltk1.1-dbg is in the newfangled debug section nowadays. ;-)
- Advance Standards-Version to 3.8.3. (No further changes required.)
- Require debhelper (>= 7.0.50) for further rules simplification.
* debian/rules:
- On alpha, lock in a version of 1.1.10~rc2 for symbols introduced when
building with GCC 4.3, which is now the default on that platform too.
- Simplify further per debhelper 7.0.50+'s override_dh_* support.
Files:
6dad4fc2b971bbf21397d4c0b70398f8 39582 libs optional fltk1.1_1.1.10-2.diff.gz
4998dc28562199463e4ca0cc094890f3 1361 libs optional fltk1.1_1.1.10-2.dsc
e6378a76ca1ef073bcb092df1ef3ba55 2668372 libs optional fltk1.1_1.1.10.orig.tar.gz
More information about the Lucid-changes
mailing list