Change logs for blt source package in Sid

  • blt (2.5.3+dfsg-7) unstable; urgency=medium
    
      * Disable JPEG support because enabling it interferences with Debian
        bootstrap procedure by adding new dependency on jpeg-turbo
        (closes: #1058678).
    
     -- Sergei Golovan <email address hidden>  Fri, 15 Dec 2023 13:10:25 +0300
  • blt (2.5.3+dfsg-6) unstable; urgency=medium
    
      * Enable JPEG support (closes: #1032850).
      * Bump the debhelper compatibility level to 13.
      * Bump the standards version to 4.6.2.
      * Add the VCS headers to debian/control.
    
     -- Sergei Golovan <email address hidden>  Tue, 12 Dec 2023 17:44:23 +0300
  • blt (2.5.3+dfsg-4.1) unstable; urgency=medium
    
      * Non maintainer upload by the Reproducible Builds team.
      * No source change upload to rebuild on buildd with .buildinfo files.
    
     -- Holger Levsen <email address hidden>  Wed, 23 Dec 2020 19:59:32 +0100
  • blt (2.5.3+dfsg-4) unstable; urgency=medium
    
      * Rebuild to restore binary compatibility with the current Tcl/Tk 8.6
        (closes: #888818).
      * Bump the debhelper compatibility level to 10.
      * Remove usage of autotools-dev and dh_autoreconf since they aren't
        necessary for debhelper compatibility level 10.
      * Bump the standards version to 4.1.3.
    
     -- Sergei Golovan <email address hidden>  Tue, 30 Jan 2018 11:57:16 +0300
  • blt (2.5.3+dfsg-3) unstable; urgency=medium
    
      * Added the autotools-dev build dependency to replace the outdated
        config.guess and config.sub by newer ones.
    
     -- Sergei Golovan <email address hidden>  Wed, 25 Nov 2015 13:41:51 +0300
  • blt (2.5.3+dfsg-2) unstable; urgency=medium
    
      * Fixed the distclean target in Makefile.in which fixes FTBFS when build
        twice in a row (closes: #791601).
      * Fixed the override_dh_installdoc target in debian/rules to fix FTBFS
        when dpkg-buildpackage -A is called for building the architecture-
        independent packages only (closes: #805999).
      * debian/patches/autoreconf.patch: fix autotools input for
        compatibility with recent autoconf.  Thanks to Helmut Grohne
        <email address hidden> and Steve Langasek <email address hidden>
        (closes: #772590).
      * debian/patches/pkgindex.patch: correct this patch to patch the
        configure.in source, not the generated configure script.
      * debian/patches/install.patch: fix the distclean targets.
      * debian/patches/*: remove patching of autogenerated configure
      * Drop debian/rules override_dh_clean target, which gets it wrong.
    
     -- Sergei Golovan <email address hidden>  Wed, 25 Nov 2015 11:28:10 +0300
  • blt (2.5.3+dfsg-1) unstable; urgency=medium
    
    
      * Removed non-distributable files library/dd_protocols/* from the source
        package (closes: #769814).
      * Split out the tk8.6-blt2.5 package to reflect the changed library soname.
        The 8.6 suffix is added because this package works only with Tcl/Tk 8.6.
        Added breaks header with all packages dependent on blt which included
        the previous library soname. This prevents partial upgrades
        (closes: #751767).
      * Bumped the standards version to 3.9.6.
    
     -- Sergei Golovan <email address hidden>  Fri, 21 Nov 2014 17:10:39 +0300
  • blt (2.5.3-4) unstable; urgency=medium
    
    
      * Made blt-dev replace blt (<< 2.5) because the doc-base file is moved to
        the former package from the latter.
      * Added patch which fixes BLT stubs declaration.
      * Added a few patches which eliminate GCC warnings about incompatible
        pointer types, using possibly unitialized variables, unused variables
        and casts to/from pointer from/to integer of different size. This
        fixes a few segfaults in demos (but not all of them).
    
     -- Sergei Golovan <email address hidden>  Wed, 09 Jul 2014 19:26:06 +0400
  • blt (2.5.3-3) unstable; urgency=medium
    
    
      * Added missing headers to bltNsUtil.c to fix build failures on 64bit archs.
    
     -- Sergei Golovan <email address hidden>  Sun, 06 Jul 2014 07:30:06 +0400
  • blt (2.5.3-2) unstable; urgency=medium
    
    
      * Restored forgotten call to dh_autotools-dev_updateconfig and explicitly
        supplied --host option to the configure call to build the package on
        kfreebsd-* architectures.
    
     -- Sergei Golovan <email address hidden>  Fri, 04 Jul 2014 15:54:47 +0400
  • blt (2.5.3-1) unstable; urgency=low
    
    
      * New maintainer Sergei Golovan (closes: #664092).
      * New upstream and new upstream release.
      * Reviewed and refreshed patches.
      * Added a patch from the FreeBSD BLT port. It allows BLT to work when it's
        built with Tcl/Tk 8.6 (closes: #753476).
      * Moved HTML documentation from blt to blt-dev.
    
     -- Sergei Golovan <email address hidden>  Fri, 04 Jul 2014 09:35:12 +0400
  • blt (2.4z-9) unstable; urgency=high
    
    
      * QA upload.
      * Build using Tcl/Tk 8.6.
    
     -- Matthias Klose <email address hidden>  Fri, 13 Jun 2014 13:21:11 +0200
  • blt (2.4z-8) unstable; urgency=low
    
    
      * QA upload.
      * Fixed build with newer Tcl/Tk package which switched from shlibs to
        symbols. (Closes: #724882)
    
     -- Sergei Golovan <email address hidden>  Wed, 16 Apr 2014 13:10:50 +0400
  • blt (2.4z-7) unstable; urgency=low
    
    
      * QA upload.
      * Rename man-n-2.diff to doc-typos.diff.
      * Move man page fixes from 02-debian-all.diff into doc-typos.diff.
      * Remove autotools update from 02-debian-all.diff, they are now handled
        automatically by dh_autotools-dev helpers.
      * Namespace extremely generic man page names with «blt::».
        (Closes: #721386, #722660)
      * Rename BLT.3 to blt::intro.3 to match the .TH entry.
      * Do not run «make distclean» on the build target, that's the job of the
        clean target.
      * Remove redundant binary package Sections inherited from the source stanza.
      * Annotate hardening.diff, stating why the patch is wrong, and how it
        should be fixed.
    
     -- Guillem Jover <email address hidden>  Sun, 22 Sep 2013 17:59:47 +0200
  • blt (2.4z-6) unstable; urgency=low
    
    
      * QA upload, orphan the package.
    
      [ Paul E. Johnson ]
      * Fix zooming (Closes: #524149)
      * Fix crash in wish (Closes: #636629)
      * Version 2.4z-6 introduces quilt-3.0 patches.
      * Changes in control and rules file to silence lintian warnings.
      * 02-debian-all.diff includes all of the changes that were applied
        to the source code by previous packager. Almost all of the changes
        are corrections in spelling in the blt documentation and examples.
      * Apply 3 changes based on revisions developed by the fedora linux team.
        + 03-fedora-patch-2.diff
        + 04-fedora-tk8.5.6.patch.diff
        + 05-tk8.5-zoomstack.diff
       * Those patches are required to solve segmentation faults that are observed
        when blt is used with tcltk 8.5. We have a substantial amount of
        experience using this patched version of blt in the Swarm
        Simulation System (www.swarm.org) and have observed no ill-effects.
       * new patches for man page cleanups to silence lintian warningss.
       * patch configure according to Debian hardening policy.
    
      [ Georges Khaznadar ]
      * changed the source format to 3.0 (quilt)
      * modified every diff file in debian/patches to comply with the
        build tools
      * checked that the package is built successfully
      * modified Standards-Version -> 3.9.4, comptaibility level -> 9
      * added a build-depedency on quilt and ${misc:Depends} clauses
      * changed the build-depedency on debhelper (now: >= 9)
      * set the urgency flag to low (normal is not allowed)
      * removed the leading article in blt-dev's and blt-demo's description lines
    
      [ Matthias Klose ]
      * Allow to build using Tcl/Tk 8.5 installed in a multiarch location.
      * Stop building for Tk 8.4.
      * Allow parallel builds.
    
     -- Matthias Klose <email address hidden>  Fri, 30 Aug 2013 11:13:17 +0200
  • 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
    
     -- Frank Lichtenheld <email address hidden>  Sat, 08 Dec 2012 23:12:32 +0100
  • 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}.
    
     -- Barry deFreese <email address hidden>  Fri, 04 Dec 2009 09:28:09 -0500
  • 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.
    
     -- Matthias Klose <email address hidden>  Sat, 28 Feb 2009 17:00:25 +0100
  • blt (2.4z-4) unstable; urgency=low
    
    
      * Remove dependencies (and build-dependencies) on now-obsolete tcl/tk
        8.0 packages.
      * Added new. up-to-date config.{sub,guess} files (closes: #342393).
      * Added a README.Debian file, and mentioned the lack of "bltwish" (and
        how to cope) in there (closes: #304805).
      * Fixed numerous typos in the man pages, as found and reported by A
        Costa (closes: #310361, #310362, #310363, #310364, #310366, #310367),
        (closes: #310369, #310370, #310372, #310374, #310377, #326522).  Also
        fixed the corresponding typos in the HTML docs.
    
     -- Chris Waters <email address hidden>  Sat, 28 Jan 2006 18:20:07 -0800