[ubuntu/oneiric] fltk1.3 1.3.0-5 (Accepted)

Micah Gersten launchpad at micahscomputing.com
Tue Aug 9 01:13:50 UTC 2011


fltk1.3 (1.3.0-5) unstable; urgency=low

  * debian/control: Correct g++ build dependency epoch, yielding (>= 4:4.6).

fltk1.3 (1.3.0-4) unstable; urgency=low

  * debian/control: Build-depend on g++ (>= 1:4.6), now available everywhere.
  * debian/*.symbols: Use *.symbols.gcc46 on all architectures.

fltk1.3 (1.3.0-3) unstable; urgency=low

  * debian/fluid.NEWS: Clean up extra close braces that accidentally slipped in.
  * debian/control:
    - Clean up a stray newline in libfltk1.3-dbg's description.
    - Belatedly add texlive-font-utils to Build-Depends-Indep for epstopdf.
  * Upload to unstable.

fltk1.3 (1.3.0-2) experimental; urgency=low

  * debian/*.symbols:
    - Clean up stray ~gcc44 version suffixes.
    - Properly mark symbols specific to builds with GCC 4.6 (the default
      on most platforms nowadays) or 4.4 (still default on ia64 and sparc),
      with the help of new debian/*.symbols.gcc{44,46} files.

fltk1.3 (1.3.0-1) experimental; urgency=low

  * New upstream release; no longer a snapshot, but still uploaded to
    experimental for now because fluid 1.3 will require formal changes to
    some .fl files per http://www.fltk.org/str.php?L2259.
  * debian/*.symbols: Update accordingly, eliding detailed history.
    (Treat unversioned dependencies as sufficient for symbols present as
    of the first snapshot that entered Debian in early October, and
    nominally require 1.3.0 for anything introduced afterwards.)
  * debian/rules: Configure --with-links, which is no longer the default,
    but remains necessary for libfltk1.3-compat-headers.
  * debian/control:
    - Simplify Build-Depends-Indep to doxygen-latex.
    - Prepare for the libjpeg 8 transition by build-depending on, and
      having libfltk1.3-dev suggest, the virtual libjpeg-dev package.
    - Declare Standards-Version: 3.9.2.  (Already compliant.)
  * debian/fltk1.3-doc.lintian-overrides (new): tolerate Doxygen-supplied
    jquery.js per #630982.
  * debian/copyright: Update years.
  * debian/watch: Resteer to official releases, only available in .gz form.
  * .gitignore: Additionally ignore documentation/fltk.pdf.
  * Build for multiarch.
    - debian/FLTK{Config,Libraries-noconfig}.cmake: add .in extensions and
      un-hardcode the library directory.
    - debian/compat: Advance to 9.
    - debian/control: Advance build dependency on debhelper to (>= 8.1.3).
      Add Multi-Arch: same and Pre-Depends: ${misc:Pre-Depends} for
      libfltk*1.3 and Multi-Arch: foreign for fluid, libfltk1.3-compat-headers,
      fltk1.3-doc, and fltk1.3-games (likely overkill in some cases).
    - debian/libfltk*1.3*.install: Match multi-arch paths.
    - debian/rules: Pass a multi-arch libdir to configure, and substitute it
      in *.cmake.in (which however remain in /usr/lib/fltk for now).

fltk1.3 (1.3~r8114-1) experimental; urgency=low

  * New upstream snapshot.
  * debian/libfltk{,-gl}1.3.symbols: update to reflect recent changes.
  * debian/libfltk1.3-dev.docs: update per upstream README.* reorganization.
  * debian/FLTKConfig.cmake: belatedly set FLTK_CAIRO_FOUND to TRUE.
  * debian/FLTKLibraries-noconfig.cmake: trim stated dependencies,
    particularly for shared libraries.
  * debian/control: promote some suggestions to recommendations:
    - fluid -> fltk1.3-doc (for the help browser)
    - libfltk1.3-dev -> fluid (few users entirely hand-craft UIs)
    - libfltk1.3-dev -> libglu1-mesa-dev | libgl-dev (for <FL/glu.h>)
  * Thanks to Yuri D'Elia for suggesting that I review the above three files.
  * src/fl_font_xft.cxx: revert XFT->core name mapping, which upstream has
    implemented in a slightly different fashion.
  * debian/rules: enable "CP936" (GBK) CJK encoding support.
  * debian/fluid.lintian-overrides: retire per upstream fluid.desktop
    simplification.

fltk1.3 (1.3~r7794-1) experimental; urgency=low

  * New upstream snapshot.
  * debian/watch: belatedly update for the 1.3 branch and snapshots thereof.
  * debian/copyright: convert to machine-readable DEP-5 format and note that
    licensing isn't entirely uniform (but that most exceptions pertain to
    convenience copies of libraries that Debian builds refrain from using).
  * debian/libfltk1.3.symbols: update to reflect recent changes.
  * src/fl_font_xft.cxx (load_xfont_for_xft2): map the usual XFT aliases
    to corresponding typical core font family names, as proposed in
    http://www.fltk.org/str.php?L2215.

fltk1.3 (1.3~r7710-1) experimental; urgency=low

  * New upstream source base, from the UTF-8-based 1.3 branch.
    (Closes: #229702.)
  * Update per new SONAMEs (libfltk*.so.1.3).
  * Split shared libraries into individual packages.
  * Split compatibility header links into their own package, rather than
    (ab)using Debconf.  [Translators, sorry to discard your contributions.]
    (Closes: #196003, LP: #267486.)
  * debian/copyright:
    - Update list of major contributors per CREDITS.
    - Note extension of upstream copyright through 2010.
  * debian/compat: advance to 8, as it is safe to do so.
  * debian/control:
    - Advance debhelper requirement to (>= 8) per the above.
    - Advance dpkg-dev requirement to (>= 1.15.7) for dpkg-buildflags.
    - Generally clean up relationships; don't worry about anything pre-etch,
      and wildcard the build-dep on libasound2-dev to [linux-any].
    - Update B-D-I per switch from htmldoc to doxygen and LaTeX.
    - Build-depend on libcairo2-dev and pkg-config for (new) Cairo support;
      likewise, arrange for -dev package to suggest libcairo2-dev.
    - Set Vcs-* fields to point to (new) personal git.d.o repository.
    - Declare compatibility with Policy version 3.9.1.
  * debian/rules:
    - Obtain baseline {C,CXX,LD}FLAGS from dpkg-buildflags rather than
      relying on them to be in the environment courtesy of dpkg-buildpackage.
    - Stop passing -D_REENTRANT, which is not only obsolete but redundant.
    - Adjust (along with .docs, .doc-base, and .manpages files) for new
      documentation layout and build procedure.
    - Update (along with .cmake and -dev.links files), per new CMake setup
      (not directly used, but exposed via -dev package).
    - Drop redundant configure flags; add --enable-cairo and update .symbols
      file accordingly.  (Not using --enable-cairoext at this point; Cairo
      support remains experimental, and fully enabling it would yield a
      dependency cycle between libfltk.so.1.3 and libfltk_cairo.so.1.3.)
    - Set CAIROLIBS to just -lcairo; FLTK doesn't directly use libpixman-1.
  * cairo/Makefile:
    - Link shared libraries against $(CAIROLIBS).
    - Fix install target to make relative symlinks.
  * configure(.in): allow -ldl into LIBS after all, as libfltk now uses it.
  * debian/source/{format,options,patch-header}: advance to 3.0 (quilt),
    albeit in single-debian-patch mode per VCS use, for .orig.tar.bz2 support.
  * fluid/fluid.desktop: replace the Exec command (which used cd) with a Perl
    one-liner for compatibility with more desktop environments. (LP: #569518.)
  * debian/fluid.lintian-overrides: adjust accordingly.
  * debian/fluid.NEWS: new; note change in handling empty functions per
    http://www.fltk.org/str.php?L2259 and how to compensate for it.
  * fltk-config.in: strip -[gO]* from --c(xx)flags output. (LP: #606032.)
  * test/Makefile: link XDBE-using apps (color_chooser, image, list_visuals,
    and tiled_image) against -lXext for compatibility with gold.
  * debian/libfltk1.3-dev.docs: new; install README.{123,CMake_use,cairo}.
  * debian/fltk1.3-doc.examples: deploy new upstream examples subtree.
  * (debian/).gitignore: Direct git to ignore content generated during build.

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.

fltk1.1 (1.1.9-6) unstable; urgency=low

  * The "belated translation updates keep rolling in" release.
  * Update Japanese Debconf translation, thanks to Hideki Yamane.
    (Closes: #494052.)

fltk1.1 (1.1.9-5) unstable; urgency=low

  * Update Swedish Debconf translation, thanks to Martin Ågren.
    (Closes: #491533.)

fltk1.1 (1.1.9-4) unstable; urgency=low

  * Debian still defaults to GCC 4.2 on alpha at present (2008-06-11);
    strip symbols introduced when building with 4.3 regardless of actual
    compiler version so that when the transition occurs, the generated
    dependencies will be suitably tight.

fltk1.1 (1.1.9-3) unstable; urgency=low

  * Fl_Choice's post-1.1.7 policy of insisting on a white background in
    the default scheme doesn't work so well when the user has requested a
    white (or nearly white) foreground; revert to honoring the user's
    background choice as well in such cases.  (Closes: #484660.)
  * Update symbols file, as building with GCC 4.3 appears to have
    introduced a handful of new symbols.
  * Declare compliance with Policy 3.8.0.  (No changes required.)

fltk1.1 (1.1.9-2) unstable; urgency=low

  * Tweak fl_xfont emulation to map generic font names (sans, etc.) to
    customary equivalents (such as helvetica).  (Closes: #481026.)

fltk1.1 (1.1.9-1) unstable; urgency=medium

  * New upstream release after all, with bug fixes that didn't quite
    manage to make 1.1.8.
  * Migrate from CDBS to Debhelper 7, adding a build dependency on
    dpkg-dev (>= 1.14.17) for baseline CFLAGS determination.

fltk1.1 (1.1.8-1) unstable; urgency=medium

  * Final upstream 1.1.8 (and 1.1.x) release; no functional changes from rc3.

fltk1.1 (1.1.8~rc3-1) unstable; urgency=low

  * New upstream release candidate.
  * Drop debian/rules logic to fix games' .desktop Categories, which
    upstream has now modernized.
  * Install cmake modules into /usr/lib/fltk and add a dummy cache, per
    FindFLTK.cmake's expectations.  (Closes: #437967.)

fltk1.1 (1.1.8~rc2-2) unstable; urgency=medium

  * Restore single-line fltk-config --libs output for compatibility with
    callers that expected such, even though they probably meant to use
    --ld(static)flags anyway.  (Closes: #470327.)

fltk1.1 (1.1.8~rc2-1) unstable; urgency=low

  * New upstream release candidate.

fltk1.1 (1.1.8~rc1-2) unstable; urgency=low

  * Fix upstream fl_read_image() regression in dealing with
    double-buffered windows.  (Closes: #469089.)

fltk1.1 (1.1.8~rc1-1) unstable; urgency=low

  * New upstream release candidate.
  * Reformat copyright file slightly to ensure legal validity (per Lintian).
  * Readjust fltk1.1-doc's doc-base section to Programming/C++ per
    doc-base 0.8.10.
  * Add a libfltk1.1.symbols file to permit looser reverse dependencies in
    many cases.
  * Formally move to Debhelper 6, bumping the cdbs requirement to 0.4.51
    to avoid #462130.
  * Update watch file to handle release candidates correctly.

fltk1.1 (1.1.7-7) unstable; urgency=low

  * Apply upstream fix (to be included in 1.1.8 if and when it ever
    materializes) for "fluid -c"'s inappropriate X usage when generating
    code for Fl_Help_View widgets.  (Closes: #455232.)
  * Adjust shared library linkage per dpkg-shlibdeps's new warnings.  The
    only remaining warnings concern libm, which g++ pulls in even when not
    explicitly asked to.
  * Belatedly modernize fltk1.1-doc's doc-base section (Apps -> Applications).
  * Declare compliance with Policy 3.7.3.
  * Debconf templates and debian/control reviewed by the debian-l10n-
    english team as part of the Smith review project.  (Closes: #452494.)
  [Debconf translation updates]
  * French.  (Closes: #453262.)
  * Basque.  (Closes: #453275.)
  * Galician.  (Closes: #453327.)
  * Vietnamese.  (Closes: #453380.)
  * Finnish.  (Closes: #453643.)
  * Portuguese.  (Closes: #453913.)
  * German.  (Closes: #454643.)
  * Czech.  (Closes: #455238.)
  * Russian.  (Closes: #455964.)

fltk1.1 (1.1.7-6) unstable; urgency=low

  * Turn fl_xfont into a smart pointer capable of on-demand
    (re)initialization so that future releases with improved core-font
    selection logic need not run it on every single font change.
  * Correct debian/watch.  (Closes: #449636.)

fltk1.1 (1.1.7-5) unstable; urgency=low

  * Ship binaries of the example games, with ALSA enabled on Linux, in a
    new fltk1.1-games package.  (NB: although upstream's names for the
    games do not appear to conflict with anything currently in Debian,
    they are sufficiently generic that the Debian packages err on the side
    of caution by prepending fl.)
  * Further streamline all executables' shared-library dependencies.
  * Move .desktop files to /usr/share/applications, as /usr/share/applnk
    is deprecated and KDE-only.  (Closes: #444063)
  * Run dh_icons for fluid and fltk1.1-games, also per #444063.
  * Modernize games' .desktop files' Categories settings as well.
  * Drop gratuitous (and typo-ridden) DEB_DH_SHLIBDEPS_ARGS setting.
  * fltk-config(.in) --compile: link FLTK dynamically.  (Closes: #441141.)
  * Declare home page centrally (per dpkg 1.14.6) rather than in descriptions.
  * Accommodate the (atypical) possibility of multi-word CC and CXX settings.
  * Declare those inter-package dependencies that need to be tight with
    ${binary:Version} rather than the deprecated ${Source-Version}.
  * Modernize fluid's Debian menu section (Apps -> Applications).
  * Expand debian/copyright; in particular, clarify that licensees have
    the option of applying newer LGPL versions (than v2.0).
  * Drop old workaround for #365085 in favor of simply requiring a new
    enough cdbs.

fltk1.1 (1.1.7-4) unstable; urgency=low

  * configure(.in), {src,test}/Makefile: drop unnecessary hardcoded
    dependencies on libXext, zlib, and libGLU, per Nathanael Nerode's
    patch; inaugurate libfltk1.1-dev's NEWS.Debian with a suitable entry.
    (Closes: #405233.)
  * debian/po/es.po: new Spanish translation for libfltk1.1-dev, courtesy
    of César Gómez Martín <cesar.gomez at gmail.com> and Manuel Porras
    Peralta, unfortunately too late for etch.  (Closes: #414453.)

fltk1.1 (1.1.7-3) unstable; urgency=low

  * debian/po/pt.po: new (European) Portuguese translation for
    libfltk1.1-dev, courtesy of Pedro Ribeiro <p.m42.ribeiro at gmail.com>.
    (Closes: #410733.)
  * Declare (preexisting) compliance with Standards-Version: 3.7.2.

fltk1.1 (1.1.7-2) unstable; urgency=low

  * debian/po/it.po: new Italian Debconf translation for libfltk1.1-dev,
    thanks to Andrea Bolognani <eof at kiyuko.org>.  (Closes: #358191.)
  * Merge in more fixes from the 1.1 branch, whose likelihood of seeing
    another upstream release is highly uncertain; bump shlibs requirement
    because these add two new public methods.
  * (Build-)depend directly on libgl(u)1-mesa-dev by default (but keep
    the alternate [build-]dependencies on virtual packages, of course).
  * Install fluid-32.xpm, and use it as fluid's menu icon.
  * Move up to debhelper compatibility level 5, and make use of cdbs
    0.4.37's automatic -dbg package handling.

fltk1.1 (1.1.7-1) unstable; urgency=low

  * New upstream release; among many other things:
    - Fixes nonsensical sentence in documentation.  (Closes: #341747.)
    - Documents new foreground()/background() paradigm.  (Closes: #343550.)
  * Enable (newly added) Xinerama support and add an appropriate build
    dependency.
  * Build with the default GCC version on all architectures, as g++-4.0 no
    longer suffers from bug #336463 as of revision 4.0.2-4.  (Closes: #342965.)
  * Generally resynch and tidy up debian/rules.
  * Rework installation slightly, and install fluid's new .desktop files.
  * Update version info in pregenerated FLTKConfig.cmake, and stop shipping
    a redundant copy of FLTKUse.cmake now that it's materialized upstream.
  * Extend fluid's internationalization to the two new fluid-generated
    modules (print_panel and template_panel) and attempt (rather
    conservatively, as I know extremely little Spanish) to bring its
    Spanish translation up to date.  Further assistance, and for that
    matter a Spanish Debconf translation, would be appreciated.
  * Resynch with upstream SVN as of Jan. 31, which just adds some belated
    bugfixes.
  * Make fltk-config(.in) list indirect dependencies only for
    --ldstaticflags (vs. --ldflags), and accordingly downgrade most of
    libfltk1.1-dev's dependencies to suggestions.

fltk1.1 (1.1.6-10) unstable; urgency=low

  * Build with g++-3.4 on mips(el) to work around GCC bug #336463.

fltk1.1 (1.1.6-9) unstable; urgency=low

  * Internationalize fluid and add a Spanish translation, all thanks to
    Miriam Ruiz.  (Closes: #333401.)
  * Backport upstream patch to use (user-specified) FL_FOREGROUND_COLOR et
    al. more widely.  (Closes: #332489.)
  * Ship .cmake files (though cmake already supplies FindFLTK.cmake).
    (Closes: #333245.)

fltk1.1 (1.1.6-8) unstable; urgency=low

  * debian/control: drop long-obsolete alternate (build-)dependencies on
    ancient versions of xlibs-dev.
  * debian/po/*: force an update to ensure a proper Report-Msgid-Bugs-To field.
  * debian/po/sv.po: new Swedish translation, thanks to Daniel Nylander
    <po at danielnylander.se>.  (Closes: #331473.)
  * BTW, libfltk1.1-dev's merged templates file should now be encoded in
    UTF-8 throughout rather than in a hodgepodge of national encodings.

fltk1.1 (1.1.6-7) unstable; urgency=medium

  * Clean up build-dependencies now that the dust from the libglu1c2
    fiasco has settled.
  * Give Fl_Check_Browser an appropriate destructor to keep it from
    leaking memory.  (Closes: #321285, but affected programs may need to
    be recompiled to get the fix.)

fltk1.1 (1.1.6-6) unstable; urgency=low

  * debian/po/vi.po: add a Vietnamese translation, thanks to Clytie
    Siddall <clytie at riverland.net.au>.  (Closes: #314172.)
  * debian/*: C++ transition.  (Closes: #317539.)
    - libfltk1.1c102 renamed back to libfltk1.1, as no package by that
      name ever appeared in a release; redundant conflicts dropped.
    - Make sure to use a post-transition libglu1c2 such as libglu1-xorg.
  * debian/control: standards-version 3.6.2 (already compliant).

fltk1.1 (1.1.6-5) unstable; urgency=medium

  * Revert previous change, which seems to have been ineffective for some
    reason, in favor of commenting out the problematic Makefile rule
    altogether.  (Closes: #310151.)
  * debian/control: Go back to specifying the URL as part of the
    description rather than via a non-standard field that doesn't seem to
    have caught on.  (Closes: #310240.)

fltk1.1 (1.1.6-4) unstable; urgency=medium

  * debian/rules: touch configure to avoid trying to run autoconf as part
    of the build.  (This got lost when converting to CDBS years ago; I
    don't know why it didn't bite any of the many intervening releases.)

fltk1.1 (1.1.6-3) unstable; urgency=medium

  * debian/po/cs.po: add a Czech translation, thanks to Miroslav Kure
    <kurem at debian.cz>.  (Closes: #308058.)
  * debian/po/ja.po: add a Japanese translation, thanks to Atsushi Shimono
    <shimono at kwasan.kyoto-u.ac.jp>.  (Closes: #309730.)

fltk1.1 (1.1.6-2) unstable; urgency=low

  * test/*.cxx: Apply patch from Andreas Jochens <aj at andaco.de> to fix
    bogus pointer->int casts, which GCC 4.0 rightly treats as errors on
    64-bit systems.  (Closes: #284168.)

fltk1.1 (1.1.6-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Remove oddly named stray po file that accidentally crept in last time.

fltk1.1 (1.1.5-2) unstable; urgency=low

  * debian/po/pt_BR.po: add a Brazilian Portuguese Debconf translation,
    thanks to Tiago Bortoletto Vaz <tiagovaz at im.ufba.br> (Closes: #281459.)
  * src/fl_font_xft.cxx: kludge in support for using the Xlib code in
    fl_font_x.cxx as a fallback, for instance to work around bugs such as
    #277602 and #281203.

fltk1.1 (1.1.5-1) unstable; urgency=medium

  * New upstream release; Debian patches merged forward as usual.
  * debian/rules:
    - stop setting DEB_MAKE_INSTALL_TARGET now that upstream supports DESTDIR.
    - resync OPTIM setting with configure(.ac).

fltk1.1 (1.1.4+1.1.5rc3-1) unstable; urgency=low

  * New upstream release candidate; Debian patches merged forward as usual.

fltk1.1 (1.1.4+1.1.5rc2-1) unstable; urgency=low

  * New upstream release candidate; Debian patches merged forward as usual.
  * debian/watch: new, in hopes of making DEHS somewhat happier; only
    marginally useful due to lack of support for release candidates, though.

fltk1.1 (1.1.4+1.1.5rc1-3) unstable; urgency=low

  * debian/control: Make libfltk1.1-dev's description slightly more detailed.
  * debian/libfltk1.1-dev.config: determine header-links's default by
    inspecting /usr/include/FL.
  * debian/libfltk1.1-dev.postrm: remove gratuitous and potentially
    fragile use of debconf.

fltk1.1 (1.1.4+1.1.5rc1-2) unstable; urgency=low

  * debian/{control,rules}: add a (new-style) libfltk1.1c102-dbg package.
  * New Debconf translations (debian/po/*.po):
    - nl [Dutch] by Luk Claes <luk.claes at ugent.be>.  (Closes: #251243.)
    - de [German] by Erik Schanze <mail at erikschanze.de>.  (Closes: #252724.)

fltk1.1 (1.1.4+1.1.5rc1-1) unstable; urgency=low

  * New upstream release candidate, incorporating the fix for #226014.
    Remaining patches ported forward (usually trivially).
  * FL/Makefile.in: revert changes (now handled more cleanly).
  * debian/libfltk1.1-dev.links: new, for the two header-related links we
    actually want.
  * debian/rules:
    - don't let CDBS pass CFLAGS to configure; FLTK's build system is
      somewhat idiosyncratic and prefers such settings in OPTIM.
    - take advantage of configure's new --without-links option.

fltk1.1 (1.1.4-6) unstable; urgency=low

  * The "Oh, so THAT'S where the promised translation went" release.
  * debian/po/fr.po: new, per Eric Madesclair <eric-m at wanadoo.fr>.
    (Closes: #232941.)

fltk1.1 (1.1.4-5) unstable; urgency=medium

  * Urgency medium due to fix for FTBFS.
  * aclocal.m4: Supply Jurij Smakov's AC_PATH_X_CORRECTED et al. from
    #233969, since FLTK does not use Xt.
  * configure(.in): Use it.

fltk1.1 (1.1.4-4) unstable; urgency=low

  * debian/changelog: fix thinko in previous entry.  (The change was to
    rules, not changelog!)
  * debian/control:
    - adjust X (build-)dependencies per 4.3 reorg.
    - add libz-dev and libgl(u)-dev as alternatives for the relevant packages.
    - rework descriptions.
  * debian/menu: quote all values, restoring Lintian cleanliness.

fltk1.1 (1.1.4-3) unstable; urgency=low

  * debian/libfltk1.1-dev.templates: gettextize despite a lack of
    translations, as this is apparently a chicken-and-egg situation.
  * debian/rules: fix DEB_DH_SHLIBDEPS_ARGS.

fltk1.1 (1.1.4-2) unstable; urgency=low

  * debian/control:
    - (Build-)depend on libxft-dev (>> 2.1.2) rather than libxft2-dev,
      which is now just a virtual alias.  (Closes: #227309.)
    - Bump build-dependency on debhelper to 4.1.46 per cdbs's advice.
  * debian/copyright: spell everything out as required.
  * debian/rules: install CREDITS per above.
  * documentation/intro.html: remove links to dead mirrors.  (Closes: #216039.)
  * src/Fl_Preferences.cxx: don't bother calling makePathForFile until we
    actually want to write something.  (Closes: #226014.)

fltk1.1 (1.1.4-1) unstable; urgency=low

  * New upstream release.

fltk1.1 (1.1.3+1.1.4rc2-2) unstable; urgency=low

  * fluid: make sure generated color specifications are actual Fl_Colors.
    (Closes: #207208).
  * debian/rules: remember to compile with -D_REENTRANT per Policy 10.2.
  * debian/control: Standards-Version 3.6.1.

fltk1.1 (1.1.3+1.1.4rc2-1) unstable; urgency=low

  * New upstream release candidate, incorporating (among MANY other things)
    most of our changes, including support for Xft 2.
  * debian/control: Standards-Version increased to 3.6.0 (no changes needed).

fltk1.1 (1.1.3+1.1.4rc1-3) unstable; urgency=low

  * debian/libfltk1.1-dev.config: increase priority of question to medium,
    since it seems to be more controversial than anticipated.  (See #196003)
  * debian/rules: clear DEB_MAKE_CHECK_TARGET to avoid breaking with
    cdbs >= 0.4.3.
  * src/fl_font_xft.cxx: make sure to set fl_xfont to something valid,
    albeit not generally the actual requested font, in fl_font().  

fltk1.1 (1.1.3+1.1.4rc1-2) unstable; urgency=medium

  * fluid/Fl_Widget_Type.cxx,src/Fl_Text_Editor.cxx:
    apply upstream's patch for STR #52 (which ate edits in most cases).

fltk1.1 (1.1.3+1.1.4rc1-1) unstable; urgency=low

  * New upstream version (1.1.4 release candidate 1).
  * FL/Makefile.in, debian/libfltk1.1-dev.{config,postinst,postrm,templates}:
    make deprecated *.h headers optional, via Debconf.  (Closes: #179503)
  * Makefile, makeinclude.in: revert DESTDIR hack.
  * configure: regenerate with Autoconf 2.57 rather than 2.13, since
    upstream uses 2.53 and the diff ends up much smaller.
  * debian/control: bump cdbs build-dep to >= 0.2.8.
  * debian/rules:
    - make sure to build libfltk1.1c102's shlibs file before calculating
      fluid's dependencies.
    - set DEB_MAKE_INSTALL_TARGET per cdbs 0.2.8.
    - set version in shlibs file automatically again.
  * debian/rules.manual: retire.
  * src/fl_font_xft.cxx:
    - upstream's fix for gl_font() is Xft1-specific; substitute a much
      cruder version that at least keeps it from segfaulting.

fltk1.1 (1.1.3-6) unstable; urgency=low

  * debian/rules: re-add -fPIC (and -W*) back to the misleadingly named OPTIM.

fltk1.1 (1.1.3-5) unstable; urgency=low

  * Sigh, properly write DEB_DH_MAKESHLIBS_ARGS in debian/rules.

fltk1.1 (1.1.3-4) unstable; urgency=low

  * Rework DESTDIR handling to avoid breaking fltk-config.

fltk1.1 (1.1.3-3) unstable; urgency=low

  * Adopted; thanks to Stefan for originally packaging it, and Ray for his
    recent build fixes.
  * Makefile: hack in DESTDIR support to make CDBS happy.
  * debian/control: Note adoption; build-dep on CDBS; bump standards version.
  * debian/copyright: Note adoption; drop (old) version number from URL.
  * debian/rules: Convert to CDBS.

fltk1.1 (1.1.3-2.5) unstable; urgency=medium

  * NMU
  * [src/Makefile] Changed linking command for libfltk_forms.so,
    libfltk_images.so and libfltk_gl to get complete inter-library dependency 
    information into them.
  * [Makefile] Changes several "break"s into "exit 1"s in order not to
    silently ignore errors.

fltk1.1 (1.1.3-2.4) unstable; urgency=medium

  * NMU.
  * [debian/rules] Touch configure.in and configure to ensure the build will
    not invoke autoconf (as the previous upload did on an m68k buildd).
  * [debian/control] Follow libpng12-0-dev -> libpng12-dev renaming.

fltk1.1 (1.1.3-2.3) unstable; urgency=medium

  * NMU.
  * [debian/control] Corrected the flwm version number in the Conflicts: line.
  * [documentation/Makefile] With htmldoc 1.8.23 some errors ((preformatted) 
    text too long) occur but the resulting files are still acceptible - ignore 
    htmldoc's exit code.

fltk1.1 (1.1.3-2.2) unstable; urgency=low

  * NMU again.
  * Fix Xft2-detection patch to include `xft-config --cflags` in CPPFLAGS
    to avoid a gratuitous, unlisted build-dependency on libttf2-dev. (Oops.)

fltk1.1 (1.1.3-2.1) unstable; urgency=low

  * NMU with maintainer's permission.
  * Persuade to build against libxft2 after all.  (Closes: #189467)
    - Declares forwards and backwards incompatibility with previous
      versions to be safe.
  * Change section of libfltk1.1-dev to libdevel.

fltk1.1 (1.1.3-2) unstable; urgency=low

  * Link in libstdc++ dynamically (!)
  * fix -L path for dh_shlibdeps

fltk1.1 (1.1.3-1) unstable; urgency=low

  * New upstream release
  * Build-Conflicts libxft2-dev, because configure scripts won't use xft if
    it's installed
  * Change xlibmesa-dev build dependency to xlibmesa-gl-dev, xlibmesa-glu-dev 

fltk1.1 (1.1.2-2) unstable; urgency=low

  * Compiled with gcc-3.2, libfltk1.1 -> libfltk1.1c102 
  * Small fix in copyright file

fltk1.1 (1.1.2-1) unstable; urgency=low

  * New upstream release

fltk1.1 (1.1.1-1) unstable; urgency=low

  * New upstream release 
  * fltk1.1-doc: Added ps and pdf docs
  * Install unformatted manpages

fltk1.1 (1.1.0-4) unstable; urgency=low

  * debian/control:
    + removed libgl-dev dependency again
    + build against libpng12-0-dev

fltk1.1 (1.1.0-3) unstable; urgency=low

  * debian/control:
    + added libgl-dev to libfltk1.1-dev's deps

fltk1.1 (1.1.0-2) unstable; urgency=low

  * debian/control:
    + fix my e-mail address
    + some Suggests: changes

fltk1.1 (1.1.0-1) unstable; urgency=low

  * Initial release (closes: #131427) (closes: #135955)

Date: Mon,  08 Aug 2011 23:37:08 +0000
Changed-By: Micah Gersten <launchpad at micahscomputing.com>
Maintainer: Aaron M. Ucko <ucko at debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/oneiric/+source/fltk1.3/1.3.0-5
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Mon,  08 Aug 2011 23:37:08 +0000
Source: fltk1.3
Binary: fluid, libfltk1.3-dev, libfltk1.3-compat-headers, libfltk1.3, libfltk-cairo1.3, libfltk-forms1.3, libfltk-gl1.3, libfltk-images1.3, libfltk1.3-dbg, fltk1.3-doc, fltk1.3-games
Architecture: source
Version: 1.3.0-5
Distribution: oneiric
Urgency: medium
Maintainer: Aaron M. Ucko <ucko at debian.org>
Changed-By: Micah Gersten <launchpad at micahscomputing.com>
Closes: 131427 135955 179503 189467 196003 207208 216039 226014 227309 229702 232941 251243 252724 281459 284168 308058 309730 310151 310240 314172 317539 321285 331473 332489 333245 333401 341747 342965 343550 358191 405233 410733 414453 437967 441141 444063 449636 452494 453262 453275 453327 453380 453643 453913 454643 455232 455238 455964 469089 470327 481026 484660 491533 494052 513692 551612 554365
Launchpad-bugs-fixed: 267486 455418 569518 606032
Files:
 e17880017043cf7c6ad02f362cd0936d 44232 libs optional fltk1.3_1.3.0-5.debian.tar.gz
 d34bf1db3bd6720d9d05217b96674b63 2263 libs optional fltk1.3_1.3.0-5.dsc
 44d5d7ba06afdd36ea17da6b4b703ca3 4111004 libs optional fltk1.3_1.3.0.orig.tar.gz
Changes:
 fltk1.3 (1.3.0-5) unstable; urgency=low
 .
   * debian/control: Correct g++ build dependency epoch, yielding (>= 4:4.6).
 .
 fltk1.3 (1.3.0-4) unstable; urgency=low
 .
   * debian/control: Build-depend on g++ (>= 1:4.6), now available everywhere.
   * debian/*.symbols: Use *.symbols.gcc46 on all architectures.
 .
 fltk1.3 (1.3.0-3) unstable; urgency=low
 .
   * debian/fluid.NEWS: Clean up extra close braces that accidentally slipped in.
   * debian/control:
     - Clean up a stray newline in libfltk1.3-dbg's description.
     - Belatedly add texlive-font-utils to Build-Depends-Indep for epstopdf.
   * Upload to unstable.
 .
 fltk1.3 (1.3.0-2) experimental; urgency=low
 .
   * debian/*.symbols:
     - Clean up stray ~gcc44 version suffixes.
     - Properly mark symbols specific to builds with GCC 4.6 (the default
       on most platforms nowadays) or 4.4 (still default on ia64 and sparc),
       with the help of new debian/*.symbols.gcc{44,46} files.
 .
 fltk1.3 (1.3.0-1) experimental; urgency=low
 .
   * New upstream release; no longer a snapshot, but still uploaded to
     experimental for now because fluid 1.3 will require formal changes to
     some .fl files per http://www.fltk.org/str.php?L2259.
   * debian/*.symbols: Update accordingly, eliding detailed history.
     (Treat unversioned dependencies as sufficient for symbols present as
     of the first snapshot that entered Debian in early October, and
     nominally require 1.3.0 for anything introduced afterwards.)
   * debian/rules: Configure --with-links, which is no longer the default,
     but remains necessary for libfltk1.3-compat-headers.
   * debian/control:
     - Simplify Build-Depends-Indep to doxygen-latex.
     - Prepare for the libjpeg 8 transition by build-depending on, and
       having libfltk1.3-dev suggest, the virtual libjpeg-dev package.
     - Declare Standards-Version: 3.9.2.  (Already compliant.)
   * debian/fltk1.3-doc.lintian-overrides (new): tolerate Doxygen-supplied
     jquery.js per #630982.
   * debian/copyright: Update years.
   * debian/watch: Resteer to official releases, only available in .gz form.
   * .gitignore: Additionally ignore documentation/fltk.pdf.
   * Build for multiarch.
     - debian/FLTK{Config,Libraries-noconfig}.cmake: add .in extensions and
       un-hardcode the library directory.
     - debian/compat: Advance to 9.
     - debian/control: Advance build dependency on debhelper to (>= 8.1.3).
       Add Multi-Arch: same and Pre-Depends: ${misc:Pre-Depends} for
       libfltk*1.3 and Multi-Arch: foreign for fluid, libfltk1.3-compat-headers,
       fltk1.3-doc, and fltk1.3-games (likely overkill in some cases).
     - debian/libfltk*1.3*.install: Match multi-arch paths.
     - debian/rules: Pass a multi-arch libdir to configure, and substitute it
       in *.cmake.in (which however remain in /usr/lib/fltk for now).
 .
 fltk1.3 (1.3~r8114-1) experimental; urgency=low
 .
   * New upstream snapshot.
   * debian/libfltk{,-gl}1.3.symbols: update to reflect recent changes.
   * debian/libfltk1.3-dev.docs: update per upstream README.* reorganization.
   * debian/FLTKConfig.cmake: belatedly set FLTK_CAIRO_FOUND to TRUE.
   * debian/FLTKLibraries-noconfig.cmake: trim stated dependencies,
     particularly for shared libraries.
   * debian/control: promote some suggestions to recommendations:
     - fluid -> fltk1.3-doc (for the help browser)
     - libfltk1.3-dev -> fluid (few users entirely hand-craft UIs)
     - libfltk1.3-dev -> libglu1-mesa-dev | libgl-dev (for <FL/glu.h>)
   * Thanks to Yuri D'Elia for suggesting that I review the above three files.
   * src/fl_font_xft.cxx: revert XFT->core name mapping, which upstream has
     implemented in a slightly different fashion.
   * debian/rules: enable "CP936" (GBK) CJK encoding support.
   * debian/fluid.lintian-overrides: retire per upstream fluid.desktop
     simplification.
 .
 fltk1.3 (1.3~r7794-1) experimental; urgency=low
 .
   * New upstream snapshot.
   * debian/watch: belatedly update for the 1.3 branch and snapshots thereof.
   * debian/copyright: convert to machine-readable DEP-5 format and note that
     licensing isn't entirely uniform (but that most exceptions pertain to
     convenience copies of libraries that Debian builds refrain from using).
   * debian/libfltk1.3.symbols: update to reflect recent changes.
   * src/fl_font_xft.cxx (load_xfont_for_xft2): map the usual XFT aliases
     to corresponding typical core font family names, as proposed in
     http://www.fltk.org/str.php?L2215.
 .
 fltk1.3 (1.3~r7710-1) experimental; urgency=low
 .
   * New upstream source base, from the UTF-8-based 1.3 branch.
     (Closes: #229702.)
   * Update per new SONAMEs (libfltk*.so.1.3).
   * Split shared libraries into individual packages.
   * Split compatibility header links into their own package, rather than
     (ab)using Debconf.  [Translators, sorry to discard your contributions.]
     (Closes: #196003, LP: #267486.)
   * debian/copyright:
     - Update list of major contributors per CREDITS.
     - Note extension of upstream copyright through 2010.
   * debian/compat: advance to 8, as it is safe to do so.
   * debian/control:
     - Advance debhelper requirement to (>= 8) per the above.
     - Advance dpkg-dev requirement to (>= 1.15.7) for dpkg-buildflags.
     - Generally clean up relationships; don't worry about anything pre-etch,
       and wildcard the build-dep on libasound2-dev to [linux-any].
     - Update B-D-I per switch from htmldoc to doxygen and LaTeX.
     - Build-depend on libcairo2-dev and pkg-config for (new) Cairo support;
       likewise, arrange for -dev package to suggest libcairo2-dev.
     - Set Vcs-* fields to point to (new) personal git.d.o repository.
     - Declare compatibility with Policy version 3.9.1.
   * debian/rules:
     - Obtain baseline {C,CXX,LD}FLAGS from dpkg-buildflags rather than
       relying on them to be in the environment courtesy of dpkg-buildpackage.
     - Stop passing -D_REENTRANT, which is not only obsolete but redundant.
     - Adjust (along with .docs, .doc-base, and .manpages files) for new
       documentation layout and build procedure.
     - Update (along with .cmake and -dev.links files), per new CMake setup
       (not directly used, but exposed via -dev package).
     - Drop redundant configure flags; add --enable-cairo and update .symbols
       file accordingly.  (Not using --enable-cairoext at this point; Cairo
       support remains experimental, and fully enabling it would yield a
       dependency cycle between libfltk.so.1.3 and libfltk_cairo.so.1.3.)
     - Set CAIROLIBS to just -lcairo; FLTK doesn't directly use libpixman-1.
   * cairo/Makefile:
     - Link shared libraries against $(CAIROLIBS).
     - Fix install target to make relative symlinks.
   * configure(.in): allow -ldl into LIBS after all, as libfltk now uses it.
   * debian/source/{format,options,patch-header}: advance to 3.0 (quilt),
     albeit in single-debian-patch mode per VCS use, for .orig.tar.bz2 support.
   * fluid/fluid.desktop: replace the Exec command (which used cd) with a Perl
     one-liner for compatibility with more desktop environments. (LP: #569518.)
   * debian/fluid.lintian-overrides: adjust accordingly.
   * debian/fluid.NEWS: new; note change in handling empty functions per
     http://www.fltk.org/str.php?L2259 and how to compensate for it.
   * fltk-config.in: strip -[gO]* from --c(xx)flags output. (LP: #606032.)
   * test/Makefile: link XDBE-using apps (color_chooser, image, list_visuals,
     and tiled_image) against -lXext for compatibility with gold.
   * debian/libfltk1.3-dev.docs: new; install README.{123,CMake_use,cairo}.
   * debian/fltk1.3-doc.examples: deploy new upstream examples subtree.
   * (debian/).gitignore: Direct git to ignore content generated during build.
 .
 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.
 .
 fltk1.1 (1.1.9-6) unstable; urgency=low
 .
   * The "belated translation updates keep rolling in" release.
   * Update Japanese Debconf translation, thanks to Hideki Yamane.
     (Closes: #494052.)
 .
 fltk1.1 (1.1.9-5) unstable; urgency=low
 .
   * Update Swedish Debconf translation, thanks to Martin Ågren.
     (Closes: #491533.)
 .
 fltk1.1 (1.1.9-4) unstable; urgency=low
 .
   * Debian still defaults to GCC 4.2 on alpha at present (2008-06-11);
     strip symbols introduced when building with 4.3 regardless of actual
     compiler version so that when the transition occurs, the generated
     dependencies will be suitably tight.
 .
 fltk1.1 (1.1.9-3) unstable; urgency=low
 .
   * Fl_Choice's post-1.1.7 policy of insisting on a white background in
     the default scheme doesn't work so well when the user has requested a
     white (or nearly white) foreground; revert to honoring the user's
     background choice as well in such cases.  (Closes: #484660.)
   * Update symbols file, as building with GCC 4.3 appears to have
     introduced a handful of new symbols.
   * Declare compliance with Policy 3.8.0.  (No changes required.)
 .
 fltk1.1 (1.1.9-2) unstable; urgency=low
 .
   * Tweak fl_xfont emulation to map generic font names (sans, etc.) to
     customary equivalents (such as helvetica).  (Closes: #481026.)
 .
 fltk1.1 (1.1.9-1) unstable; urgency=medium
 .
   * New upstream release after all, with bug fixes that didn't quite
     manage to make 1.1.8.
   * Migrate from CDBS to Debhelper 7, adding a build dependency on
     dpkg-dev (>= 1.14.17) for baseline CFLAGS determination.
 .
 fltk1.1 (1.1.8-1) unstable; urgency=medium
 .
   * Final upstream 1.1.8 (and 1.1.x) release; no functional changes from rc3.
 .
 fltk1.1 (1.1.8~rc3-1) unstable; urgency=low
 .
   * New upstream release candidate.
   * Drop debian/rules logic to fix games' .desktop Categories, which
     upstream has now modernized.
   * Install cmake modules into /usr/lib/fltk and add a dummy cache, per
     FindFLTK.cmake's expectations.  (Closes: #437967.)
 .
 fltk1.1 (1.1.8~rc2-2) unstable; urgency=medium
 .
   * Restore single-line fltk-config --libs output for compatibility with
     callers that expected such, even though they probably meant to use
     --ld(static)flags anyway.  (Closes: #470327.)
 .
 fltk1.1 (1.1.8~rc2-1) unstable; urgency=low
 .
   * New upstream release candidate.
 .
 fltk1.1 (1.1.8~rc1-2) unstable; urgency=low
 .
   * Fix upstream fl_read_image() regression in dealing with
     double-buffered windows.  (Closes: #469089.)
 .
 fltk1.1 (1.1.8~rc1-1) unstable; urgency=low
 .
   * New upstream release candidate.
   * Reformat copyright file slightly to ensure legal validity (per Lintian).
   * Readjust fltk1.1-doc's doc-base section to Programming/C++ per
     doc-base 0.8.10.
   * Add a libfltk1.1.symbols file to permit looser reverse dependencies in
     many cases.
   * Formally move to Debhelper 6, bumping the cdbs requirement to 0.4.51
     to avoid #462130.
   * Update watch file to handle release candidates correctly.
 .
 fltk1.1 (1.1.7-7) unstable; urgency=low
 .
   * Apply upstream fix (to be included in 1.1.8 if and when it ever
     materializes) for "fluid -c"'s inappropriate X usage when generating
     code for Fl_Help_View widgets.  (Closes: #455232.)
   * Adjust shared library linkage per dpkg-shlibdeps's new warnings.  The
     only remaining warnings concern libm, which g++ pulls in even when not
     explicitly asked to.
   * Belatedly modernize fltk1.1-doc's doc-base section (Apps -> Applications).
   * Declare compliance with Policy 3.7.3.
   * Debconf templates and debian/control reviewed by the debian-l10n-
     english team as part of the Smith review project.  (Closes: #452494.)
   [Debconf translation updates]
   * French.  (Closes: #453262.)
   * Basque.  (Closes: #453275.)
   * Galician.  (Closes: #453327.)
   * Vietnamese.  (Closes: #453380.)
   * Finnish.  (Closes: #453643.)
   * Portuguese.  (Closes: #453913.)
   * German.  (Closes: #454643.)
   * Czech.  (Closes: #455238.)
   * Russian.  (Closes: #455964.)
 .
 fltk1.1 (1.1.7-6) unstable; urgency=low
 .
   * Turn fl_xfont into a smart pointer capable of on-demand
     (re)initialization so that future releases with improved core-font
     selection logic need not run it on every single font change.
   * Correct debian/watch.  (Closes: #449636.)
 .
 fltk1.1 (1.1.7-5) unstable; urgency=low
 .
   * Ship binaries of the example games, with ALSA enabled on Linux, in a
     new fltk1.1-games package.  (NB: although upstream's names for the
     games do not appear to conflict with anything currently in Debian,
     they are sufficiently generic that the Debian packages err on the side
     of caution by prepending fl.)
   * Further streamline all executables' shared-library dependencies.
   * Move .desktop files to /usr/share/applications, as /usr/share/applnk
     is deprecated and KDE-only.  (Closes: #444063)
   * Run dh_icons for fluid and fltk1.1-games, also per #444063.
   * Modernize games' .desktop files' Categories settings as well.
   * Drop gratuitous (and typo-ridden) DEB_DH_SHLIBDEPS_ARGS setting.
   * fltk-config(.in) --compile: link FLTK dynamically.  (Closes: #441141.)
   * Declare home page centrally (per dpkg 1.14.6) rather than in descriptions.
   * Accommodate the (atypical) possibility of multi-word CC and CXX settings.
   * Declare those inter-package dependencies that need to be tight with
     ${binary:Version} rather than the deprecated ${Source-Version}.
   * Modernize fluid's Debian menu section (Apps -> Applications).
   * Expand debian/copyright; in particular, clarify that licensees have
     the option of applying newer LGPL versions (than v2.0).
   * Drop old workaround for #365085 in favor of simply requiring a new
     enough cdbs.
 .
 fltk1.1 (1.1.7-4) unstable; urgency=low
 .
   * configure(.in), {src,test}/Makefile: drop unnecessary hardcoded
     dependencies on libXext, zlib, and libGLU, per Nathanael Nerode's
     patch; inaugurate libfltk1.1-dev's NEWS.Debian with a suitable entry.
     (Closes: #405233.)
   * debian/po/es.po: new Spanish translation for libfltk1.1-dev, courtesy
     of César Gómez Martín <cesar.gomez at gmail.com> and Manuel Porras
     Peralta, unfortunately too late for etch.  (Closes: #414453.)
 .
 fltk1.1 (1.1.7-3) unstable; urgency=low
 .
   * debian/po/pt.po: new (European) Portuguese translation for
     libfltk1.1-dev, courtesy of Pedro Ribeiro <p.m42.ribeiro at gmail.com>.
     (Closes: #410733.)
   * Declare (preexisting) compliance with Standards-Version: 3.7.2.
 .
 fltk1.1 (1.1.7-2) unstable; urgency=low
 .
   * debian/po/it.po: new Italian Debconf translation for libfltk1.1-dev,
     thanks to Andrea Bolognani <eof at kiyuko.org>.  (Closes: #358191.)
   * Merge in more fixes from the 1.1 branch, whose likelihood of seeing
     another upstream release is highly uncertain; bump shlibs requirement
     because these add two new public methods.
   * (Build-)depend directly on libgl(u)1-mesa-dev by default (but keep
     the alternate [build-]dependencies on virtual packages, of course).
   * Install fluid-32.xpm, and use it as fluid's menu icon.
   * Move up to debhelper compatibility level 5, and make use of cdbs
     0.4.37's automatic -dbg package handling.
 .
 fltk1.1 (1.1.7-1) unstable; urgency=low
 .
   * New upstream release; among many other things:
     - Fixes nonsensical sentence in documentation.  (Closes: #341747.)
     - Documents new foreground()/background() paradigm.  (Closes: #343550.)
   * Enable (newly added) Xinerama support and add an appropriate build
     dependency.
   * Build with the default GCC version on all architectures, as g++-4.0 no
     longer suffers from bug #336463 as of revision 4.0.2-4.  (Closes: #342965.)
   * Generally resynch and tidy up debian/rules.
   * Rework installation slightly, and install fluid's new .desktop files.
   * Update version info in pregenerated FLTKConfig.cmake, and stop shipping
     a redundant copy of FLTKUse.cmake now that it's materialized upstream.
   * Extend fluid's internationalization to the two new fluid-generated
     modules (print_panel and template_panel) and attempt (rather
     conservatively, as I know extremely little Spanish) to bring its
     Spanish translation up to date.  Further assistance, and for that
     matter a Spanish Debconf translation, would be appreciated.
   * Resynch with upstream SVN as of Jan. 31, which just adds some belated
     bugfixes.
   * Make fltk-config(.in) list indirect dependencies only for
     --ldstaticflags (vs. --ldflags), and accordingly downgrade most of
     libfltk1.1-dev's dependencies to suggestions.
 .
 fltk1.1 (1.1.6-10) unstable; urgency=low
 .
   * Build with g++-3.4 on mips(el) to work around GCC bug #336463.
 .
 fltk1.1 (1.1.6-9) unstable; urgency=low
 .
   * Internationalize fluid and add a Spanish translation, all thanks to
     Miriam Ruiz.  (Closes: #333401.)
   * Backport upstream patch to use (user-specified) FL_FOREGROUND_COLOR et
     al. more widely.  (Closes: #332489.)
   * Ship .cmake files (though cmake already supplies FindFLTK.cmake).
     (Closes: #333245.)
 .
 fltk1.1 (1.1.6-8) unstable; urgency=low
 .
   * debian/control: drop long-obsolete alternate (build-)dependencies on
     ancient versions of xlibs-dev.
   * debian/po/*: force an update to ensure a proper Report-Msgid-Bugs-To field.
   * debian/po/sv.po: new Swedish translation, thanks to Daniel Nylander
     <po at danielnylander.se>.  (Closes: #331473.)
   * BTW, libfltk1.1-dev's merged templates file should now be encoded in
     UTF-8 throughout rather than in a hodgepodge of national encodings.
 .
 fltk1.1 (1.1.6-7) unstable; urgency=medium
 .
   * Clean up build-dependencies now that the dust from the libglu1c2
     fiasco has settled.
   * Give Fl_Check_Browser an appropriate destructor to keep it from
     leaking memory.  (Closes: #321285, but affected programs may need to
     be recompiled to get the fix.)
 .
 fltk1.1 (1.1.6-6) unstable; urgency=low
 .
   * debian/po/vi.po: add a Vietnamese translation, thanks to Clytie
     Siddall <clytie at riverland.net.au>.  (Closes: #314172.)
   * debian/*: C++ transition.  (Closes: #317539.)
     - libfltk1.1c102 renamed back to libfltk1.1, as no package by that
       name ever appeared in a release; redundant conflicts dropped.
     - Make sure to use a post-transition libglu1c2 such as libglu1-xorg.
   * debian/control: standards-version 3.6.2 (already compliant).
 .
 fltk1.1 (1.1.6-5) unstable; urgency=medium
 .
   * Revert previous change, which seems to have been ineffective for some
     reason, in favor of commenting out the problematic Makefile rule
     altogether.  (Closes: #310151.)
   * debian/control: Go back to specifying the URL as part of the
     description rather than via a non-standard field that doesn't seem to
     have caught on.  (Closes: #310240.)
 .
 fltk1.1 (1.1.6-4) unstable; urgency=medium
 .
   * debian/rules: touch configure to avoid trying to run autoconf as part
     of the build.  (This got lost when converting to CDBS years ago; I
     don't know why it didn't bite any of the many intervening releases.)
 .
 fltk1.1 (1.1.6-3) unstable; urgency=medium
 .
   * debian/po/cs.po: add a Czech translation, thanks to Miroslav Kure
     <kurem at debian.cz>.  (Closes: #308058.)
   * debian/po/ja.po: add a Japanese translation, thanks to Atsushi Shimono
     <shimono at kwasan.kyoto-u.ac.jp>.  (Closes: #309730.)
 .
 fltk1.1 (1.1.6-2) unstable; urgency=low
 .
   * test/*.cxx: Apply patch from Andreas Jochens <aj at andaco.de> to fix
     bogus pointer->int casts, which GCC 4.0 rightly treats as errors on
     64-bit systems.  (Closes: #284168.)
 .
 fltk1.1 (1.1.6-1) unstable; urgency=medium
 .
   * New upstream bugfix release.
   * Remove oddly named stray po file that accidentally crept in last time.
 .
 fltk1.1 (1.1.5-2) unstable; urgency=low
 .
   * debian/po/pt_BR.po: add a Brazilian Portuguese Debconf translation,
     thanks to Tiago Bortoletto Vaz <tiagovaz at im.ufba.br> (Closes: #281459.)
   * src/fl_font_xft.cxx: kludge in support for using the Xlib code in
     fl_font_x.cxx as a fallback, for instance to work around bugs such as
     #277602 and #281203.
 .
 fltk1.1 (1.1.5-1) unstable; urgency=medium
 .
   * New upstream release; Debian patches merged forward as usual.
   * debian/rules:
     - stop setting DEB_MAKE_INSTALL_TARGET now that upstream supports DESTDIR.
     - resync OPTIM setting with configure(.ac).
 .
 fltk1.1 (1.1.4+1.1.5rc3-1) unstable; urgency=low
 .
   * New upstream release candidate; Debian patches merged forward as usual.
 .
 fltk1.1 (1.1.4+1.1.5rc2-1) unstable; urgency=low
 .
   * New upstream release candidate; Debian patches merged forward as usual.
   * debian/watch: new, in hopes of making DEHS somewhat happier; only
     marginally useful due to lack of support for release candidates, though.
 .
 fltk1.1 (1.1.4+1.1.5rc1-3) unstable; urgency=low
 .
   * debian/control: Make libfltk1.1-dev's description slightly more detailed.
   * debian/libfltk1.1-dev.config: determine header-links's default by
     inspecting /usr/include/FL.
   * debian/libfltk1.1-dev.postrm: remove gratuitous and potentially
     fragile use of debconf.
 .
 fltk1.1 (1.1.4+1.1.5rc1-2) unstable; urgency=low
 .
   * debian/{control,rules}: add a (new-style) libfltk1.1c102-dbg package.
   * New Debconf translations (debian/po/*.po):
     - nl [Dutch] by Luk Claes <luk.claes at ugent.be>.  (Closes: #251243.)
     - de [German] by Erik Schanze <mail at erikschanze.de>.  (Closes: #252724.)
 .
 fltk1.1 (1.1.4+1.1.5rc1-1) unstable; urgency=low
 .
   * New upstream release candidate, incorporating the fix for #226014.
     Remaining patches ported forward (usually trivially).
   * FL/Makefile.in: revert changes (now handled more cleanly).
   * debian/libfltk1.1-dev.links: new, for the two header-related links we
     actually want.
   * debian/rules:
     - don't let CDBS pass CFLAGS to configure; FLTK's build system is
       somewhat idiosyncratic and prefers such settings in OPTIM.
     - take advantage of configure's new --without-links option.
 .
 fltk1.1 (1.1.4-6) unstable; urgency=low
 .
   * The "Oh, so THAT'S where the promised translation went" release.
   * debian/po/fr.po: new, per Eric Madesclair <eric-m at wanadoo.fr>.
     (Closes: #232941.)
 .
 fltk1.1 (1.1.4-5) unstable; urgency=medium
 .
   * Urgency medium due to fix for FTBFS.
   * aclocal.m4: Supply Jurij Smakov's AC_PATH_X_CORRECTED et al. from
     #233969, since FLTK does not use Xt.
   * configure(.in): Use it.
 .
 fltk1.1 (1.1.4-4) unstable; urgency=low
 .
   * debian/changelog: fix thinko in previous entry.  (The change was to
     rules, not changelog!)
   * debian/control:
     - adjust X (build-)dependencies per 4.3 reorg.
     - add libz-dev and libgl(u)-dev as alternatives for the relevant packages.
     - rework descriptions.
   * debian/menu: quote all values, restoring Lintian cleanliness.
 .
 fltk1.1 (1.1.4-3) unstable; urgency=low
 .
   * debian/libfltk1.1-dev.templates: gettextize despite a lack of
     translations, as this is apparently a chicken-and-egg situation.
   * debian/rules: fix DEB_DH_SHLIBDEPS_ARGS.
 .
 fltk1.1 (1.1.4-2) unstable; urgency=low
 .
   * debian/control:
     - (Build-)depend on libxft-dev (>> 2.1.2) rather than libxft2-dev,
       which is now just a virtual alias.  (Closes: #227309.)
     - Bump build-dependency on debhelper to 4.1.46 per cdbs's advice.
   * debian/copyright: spell everything out as required.
   * debian/rules: install CREDITS per above.
   * documentation/intro.html: remove links to dead mirrors.  (Closes: #216039.)
   * src/Fl_Preferences.cxx: don't bother calling makePathForFile until we
     actually want to write something.  (Closes: #226014.)
 .
 fltk1.1 (1.1.4-1) unstable; urgency=low
 .
   * New upstream release.
 .
 fltk1.1 (1.1.3+1.1.4rc2-2) unstable; urgency=low
 .
   * fluid: make sure generated color specifications are actual Fl_Colors.
     (Closes: #207208).
   * debian/rules: remember to compile with -D_REENTRANT per Policy 10.2.
   * debian/control: Standards-Version 3.6.1.
 .
 fltk1.1 (1.1.3+1.1.4rc2-1) unstable; urgency=low
 .
   * New upstream release candidate, incorporating (among MANY other things)
     most of our changes, including support for Xft 2.
   * debian/control: Standards-Version increased to 3.6.0 (no changes needed).
 .
 fltk1.1 (1.1.3+1.1.4rc1-3) unstable; urgency=low
 .
   * debian/libfltk1.1-dev.config: increase priority of question to medium,
     since it seems to be more controversial than anticipated.  (See #196003)
   * debian/rules: clear DEB_MAKE_CHECK_TARGET to avoid breaking with
     cdbs >= 0.4.3.
   * src/fl_font_xft.cxx: make sure to set fl_xfont to something valid,
     albeit not generally the actual requested font, in fl_font().  
 .
 fltk1.1 (1.1.3+1.1.4rc1-2) unstable; urgency=medium
 .
   * fluid/Fl_Widget_Type.cxx,src/Fl_Text_Editor.cxx:
     apply upstream's patch for STR #52 (which ate edits in most cases).
 .
 fltk1.1 (1.1.3+1.1.4rc1-1) unstable; urgency=low
 .
   * New upstream version (1.1.4 release candidate 1).
   * FL/Makefile.in, debian/libfltk1.1-dev.{config,postinst,postrm,templates}:
     make deprecated *.h headers optional, via Debconf.  (Closes: #179503)
   * Makefile, makeinclude.in: revert DESTDIR hack.
   * configure: regenerate with Autoconf 2.57 rather than 2.13, since
     upstream uses 2.53 and the diff ends up much smaller.
   * debian/control: bump cdbs build-dep to >= 0.2.8.
   * debian/rules:
     - make sure to build libfltk1.1c102's shlibs file before calculating
       fluid's dependencies.
     - set DEB_MAKE_INSTALL_TARGET per cdbs 0.2.8.
     - set version in shlibs file automatically again.
   * debian/rules.manual: retire.
   * src/fl_font_xft.cxx:
     - upstream's fix for gl_font() is Xft1-specific; substitute a much
       cruder version that at least keeps it from segfaulting.
 .
 fltk1.1 (1.1.3-6) unstable; urgency=low
 .
   * debian/rules: re-add -fPIC (and -W*) back to the misleadingly named OPTIM.
 .
 fltk1.1 (1.1.3-5) unstable; urgency=low
 .
   * Sigh, properly write DEB_DH_MAKESHLIBS_ARGS in debian/rules.
 .
 fltk1.1 (1.1.3-4) unstable; urgency=low
 .
   * Rework DESTDIR handling to avoid breaking fltk-config.
 .
 fltk1.1 (1.1.3-3) unstable; urgency=low
 .
   * Adopted; thanks to Stefan for originally packaging it, and Ray for his
     recent build fixes.
   * Makefile: hack in DESTDIR support to make CDBS happy.
   * debian/control: Note adoption; build-dep on CDBS; bump standards version.
   * debian/copyright: Note adoption; drop (old) version number from URL.
   * debian/rules: Convert to CDBS.
 .
 fltk1.1 (1.1.3-2.5) unstable; urgency=medium
 .
   * NMU
   * [src/Makefile] Changed linking command for libfltk_forms.so,
     libfltk_images.so and libfltk_gl to get complete inter-library dependency 
     information into them.
   * [Makefile] Changes several "break"s into "exit 1"s in order not to
     silently ignore errors.
 .
 fltk1.1 (1.1.3-2.4) unstable; urgency=medium
 .
   * NMU.
   * [debian/rules] Touch configure.in and configure to ensure the build will
     not invoke autoconf (as the previous upload did on an m68k buildd).
   * [debian/control] Follow libpng12-0-dev -> libpng12-dev renaming.
 .
 fltk1.1 (1.1.3-2.3) unstable; urgency=medium
 .
   * NMU.
   * [debian/control] Corrected the flwm version number in the Conflicts: line.
   * [documentation/Makefile] With htmldoc 1.8.23 some errors ((preformatted) 
     text too long) occur but the resulting files are still acceptible - ignore 
     htmldoc's exit code.
 .
 fltk1.1 (1.1.3-2.2) unstable; urgency=low
 .
   * NMU again.
   * Fix Xft2-detection patch to include `xft-config --cflags` in CPPFLAGS
     to avoid a gratuitous, unlisted build-dependency on libttf2-dev. (Oops.)
 .
 fltk1.1 (1.1.3-2.1) unstable; urgency=low
 .
   * NMU with maintainer's permission.
   * Persuade to build against libxft2 after all.  (Closes: #189467)
     - Declares forwards and backwards incompatibility with previous
       versions to be safe.
   * Change section of libfltk1.1-dev to libdevel.
 .
 fltk1.1 (1.1.3-2) unstable; urgency=low
 .
   * Link in libstdc++ dynamically (!)
   * fix -L path for dh_shlibdeps
 .
 fltk1.1 (1.1.3-1) unstable; urgency=low
 .
   * New upstream release
   * Build-Conflicts libxft2-dev, because configure scripts won't use xft if
     it's installed
   * Change xlibmesa-dev build dependency to xlibmesa-gl-dev, xlibmesa-glu-dev 
 .
 fltk1.1 (1.1.2-2) unstable; urgency=low
 .
   * Compiled with gcc-3.2, libfltk1.1 -> libfltk1.1c102 
   * Small fix in copyright file
 .
 fltk1.1 (1.1.2-1) unstable; urgency=low
 .
   * New upstream release
 .
 fltk1.1 (1.1.1-1) unstable; urgency=low
 .
   * New upstream release 
   * fltk1.1-doc: Added ps and pdf docs
   * Install unformatted manpages
 .
 fltk1.1 (1.1.0-4) unstable; urgency=low
 .
   * debian/control:
     + removed libgl-dev dependency again
     + build against libpng12-0-dev
 .
 fltk1.1 (1.1.0-3) unstable; urgency=low
 .
   * debian/control:
     + added libgl-dev to libfltk1.1-dev's deps
 .
 fltk1.1 (1.1.0-2) unstable; urgency=low
 .
   * debian/control:
     + fix my e-mail address
     + some Suggests: changes
 .
 fltk1.1 (1.1.0-1) unstable; urgency=low
 .
   * Initial release (closes: #131427) (closes: #135955)



More information about the Oneiric-changes mailing list