cuneiform (1.1.0+dfsg-7) unstable; urgency=medium

  * QA upload.
  * strings.patch: New, fix strings.h collision.

 -- Andreas Beckmann <anbe@debian.org>  Sat, 13 Jan 2018 21:16:06 +0100

cuneiform (1.1.0+dfsg-6) unstable; urgency=medium

  [ Andreas Beckmann ]
  * QA upload.
  * Incorporate changes from Ubuntu.
  * gcc-6.patch: New, fix more FTBFS issues with GCC 6.
  * typos.patch: New, fix typos.

  [ Bhavani Shankar ]
  * Fix double FTBFS with unsigned char and GCC 6. (LP: #791305)
    (Closes: #787207, #837360)
  * Incorporate patch to fix buffer overflow during crash. Thanks
    Sławomir Nizio. Hopefully fix (LP: #978183), (LP: #593409), (LP: #791864),
    (LP: #996309). (Closes: #781354)

 -- Andreas Beckmann <anbe@debian.org>  Sun, 23 Apr 2017 14:02:07 +0200

cuneiform (1.1.0+dfsg-5) unstable; urgency=low

  * QA upload.
  * Orphan the package. Set Maintainer to Debian QA Group.
  * Update debian/watch to use the HTTPS protocol.
  * Bump standards version to 3.9.5 (no changes needed).
  * Don't use dh_testdir; instead, use makefile rules to ensure that
    debian/rules can be only run in the correct directory.
  * Force .debian.tar compression to bz2, to match .orig.tar compression.
  * Improve the get-orig-source target:
    + Use the POSIX 1003.1-1988 (ustar) format for tarballs.
    + Create temporary directory in /tmp.
    + Use “dpkg-parsechangelog -SVersion” to acquire the package version.
  * Improve DEP-8 tests:
    + Remove “Features: no-build-needed”; it's the default now.
    + Add tests that run adequate(1) against the packages.
  * Use dh-buildinfo:
    + Update debian/rules.
    + Add the package to Build-Depends.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 18 Aug 2014 13:48:04 +0200

cuneiform (1.1.0+dfsg-4) unstable; urgency=low

  * Improve the test suite:
    + Don't rely on TMPDIR being empty or unset.
    + Print “FAIL” instead of “ERROR” in case of test failure.
    + Better error handling.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 24 Apr 2012 20:16:21 +0200

cuneiform (1.1.0+dfsg-3) unstable; urgency=low

  * Bump minimum required debhelper version to 8.1.3 (for multi-arch support).
  * Bump debhelper compatibility level to 8.
    + Exclude private libraries from being processed by dh_makeshlibs.
  * Use $() construct (rather than backticks) in the get-orig-source script.
  * Bump standards version to 3.9.3.
    + Update debian/copyright URI.
  * Drop lintian overrides for binary-or-shlib-defines-rpath; not needed
    anymore.
  * Update patch headers.
  * Move most testing logic from debian/rules to debian/tests/. Implement
    DEP-8 tests.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 24 Apr 2012 00:13:05 +0200

cuneiform (1.1.0+dfsg-2) unstable; urgency=low

  * Bump minimum required version of cmake to 2.8.2 (closes: #628732). Our
    GraphicsMagick patch requires pkg_check_modules to support the QUIET
    option, which was added in cmake 2.8.2 RC 1. Thanks to Marc Straub for the
    bug report.
  * Remove bogus debian/tests/include-binaries.
  * Overhaul debian/rules. Stop using dh.
  * Adjust *.install files, so that it's possible to build the
    cuneiform-common package without building any code.
  * Drop Vcs-* fields.
  * Link the r35 library with libm.
  * Compress binary packages with xz.
    + Add pre-dependency on dpkg >= 1.15.6.
  * Multi-archify:
    + Make cuneiform and cuneiform-common ‘Multi-Arch: foreign’.
    + Make libcuneiform0 and libcuneiform-dev ‘Multi-Arch: same’.
    + Add ‘Pre-Depends: ${misc:Pre-Depends}’ to libcuneiform0.
    + Install shared libraries to /usr/lib/$(DEB_HOST_MULTIARCH) rather than
      /usr/lib.
    + Install lintian override for binary-or-shlib-defines-rpath (see bug
      #646817).
    + Bump minimum required version of dpkg-dev to 1.16.
  * Pass CPPFLAGS (get from dpkg-buildflags) to cmake
  * Call dpkg-buildflags lazily.
  * Use versioned URL for copyright file format.

 -- Jakub Wilk <jwilk@debian.org>  Thu, 27 Oct 2011 16:51:13 +0200

cuneiform (1.1.0+dfsg-1) unstable; urgency=low

  * Upload to unstable.
  * New upstream release.
    + Drop patches: c-assert.diff, cuneiform.h-rename-*.diff,
      slovenian-slv.diff, soname.diff, swapytes.diff. All applied upstream.
    + Refresh the remaining patches.
    + Update *.install files.
    + Fix incorrect use of va_list (closes: #596917).
  * Re-add c-assert.diff to fix another instance of custom assert() macro.
  * Use stricter check level for dpkg-gensymbols.
  * Bump standards version to 3.9.2 (no changes needed).

 -- Jakub Wilk <jwilk@debian.org>  Sat, 30 Apr 2011 13:16:24 +0200

cuneiform (1.0.0+dfsg-3) experimental; urgency=low

  * Backport upstream patch to change SONAME to ‘libcuneiform.so.0’.
    [soname.diff]
  * Backport upstream patches to rename various names in order to prevent name
    collisions. [cuneiform.h-rename-*.diff]
  * Remove trailing whitespace in debian/control.
  * New binary packages: libcuneiform-dev, libcuneiform0 (closes: #598616).
    + Move dependency on cuneiform-common from cuneiform to libcuneiform0.
    + Move /usr/lib files from cuneiform to libcuneiform0.
    + Move libcuneiform.so.* from /usr/lib/cuneiform/ to /usr/lib/.
    + No longer disable call to dh_makeshlibs.
    + Add symbols file.
    + Add new packages to vrms reasons file.

 -- Jakub Wilk <jwilk@debian.org>  Mon, 28 Feb 2011 21:12:01 +0100

cuneiform (1.0.0+dfsg-2) unstable; urgency=low

  * Upload to unstable.
  * Explicitly build-depend on pkg-config. Thanks to Stefano Rivera for the
    bug report.
  * Add Vcs-* fields.
  * Use the standard C assert() macro, rather than custom Cuneiform one.
    [c-assert.diff]
  * Pass CFLAGS, CXXFLAGS and LDFLAGS (get from dpkg-buildflags) to cmake
    (closes: #608345). Thanks to Sami Liedes for the bug report.
    + Build depend on dpkg-dev (>= 1.15.7).
  * Pass --parallel to dh.
    + Bump debhelper minimum version to 7.4.10.
  * Update debian/copyright to the latest DEP-5 version.
  * Bump year in debian/copyright.
  * Explicitly link to GraphicsMagick (rather than via the ImageMagick
    compatibility layer).
  * Don't ship /usr/lib/cuneiform/*.so symlinks. These libraries are
    considered private, at least until #598616 is fixed.
  * Rename some private variables in debian/rules to make them lowercase.
  * Update patch headers.
  * Provide proper ‘build-arch’ and ‘build-indep’ targets in debian/rules.
  * Document input format in the manual page (closes: #572061). Thanks to
    Janusz S. Bień for the bug report.
  * Use ‘slv’ (rather than ‘slo’) as language code for Slovenian.
    [slovenian-slv.diff]
  * Fix package description: Slovenian is supported, Slovak is not.
  * Improve documentation of the language (-l) option (closes: #602512).
    Thanks to Jari Aalto for the bug report.
  * Install reasons file for vrms.

 -- Jakub Wilk <jwilk@debian.org>  Wed, 26 Jan 2011 21:53:07 +0100

cuneiform (1.0.0+dfsg-1) experimental; urgency=low

  * New upstream release (closes: #575419).
  * New maintainer (closes: #543893).
  * Document in README.source how to repackage upstream tarball.
  * Update debian/copyright.
    + Document that the package is auto-buildable.
    + Document which files were stripped from the upstream tarball.
    + Convert to the DEP-5 format.
  * Drop README.Debian, no longer needed.
  * Rewrite debian/rules from scratch using dh.
    + Bump debhelper minimum version to 7.4.4 (for cmake support).
    + Turn on MAKE_VERBOSE_MAKEFILE.
    + Disable call to dh_makeshlibs to avoid creation of spurious
      calls to ldconfig in postrm/postinst.
    + Add get-orig-source target.
  * Remove unused overrides.
  * Link to GraphicsMagick rather than ImageMagick:
    + Build-depend on graphicsmagick-libmagick-dev-compat.
    + Add patch to properly initialize the library. [graphicsmagick.diff]
  * Bump standards version to 3.9.1 (no changes needed).
  * Force upgrade of ocrodjvu to at least 0.4.2; earlier versions of ocrodjvu
    don't support this version of Cuneiform.
  * List all the supported languages in the package description.
  * Update the manual page.
    + Document --dotmatrix, --fax and --singlecolumn options.
    + Document all output formats.
    + Don't use hyphen as minus sign.
    + Fix a few formatting issues.
  * Drop Vcs-* fields.
  * Add watch file.
  * Add patch from Dmitrijs Ledkovs to link the lao library with libm.
    [libm.diff]
  * Add patch for a for a more portable function to swap byte order.
    [swapbytes.diff]
  * Set Architecture to any; there's no good reason to limit it.
  * Run rudimentary tests at build time.

 -- Jakub Wilk <jwilk@debian.org>  Tue, 14 Sep 2010 15:53:54 +0200

cuneiform (0.7.0+dfsg.1-1) unstable; urgency=low

  * QA upload
  * Repacked upstream tarball without cuneiform_src/Kern/rout/wtypes.h
    since its licence has been doubted, and since it isn't used anyway.
    (closes: #583603). Removed mention of that file from debian/copyright.
  * Recompiled against libmagick++3 (closes: #575420).
  * Bumped dependency on debhelper to >= 7.0.50~.
  * Source format 3.0 (quilt): no change

 -- Ralf Treinen <treinen@debian.org>  Tue, 29 Jun 2010 20:12:53 +0200

cuneiform (0.7.0+dfsg-5) unstable; urgency=low

  * Updating package to standards version 3.8.3.
  * Removing vcs fields.
  * Orphaning package.

 -- Daniel Baumann <daniel@debian.org>  Thu, 27 Aug 2009 10:42:31 +0200

cuneiform (0.7.0+dfsg-4) unstable; urgency=low

  * Minimalizing rules file.

 -- Daniel Baumann <daniel@debian.org>  Wed, 29 Jul 2009 21:44:01 +0200

cuneiform (0.7.0+dfsg-3) unstable; urgency=low

  * Avoiding circular depends (Closes: #531707).
  * Updating standards version to 3.8.2.
  * Adding README.Debian with a note about non-free.

 -- Daniel Baumann <daniel@debian.org>  Fri, 10 Jul 2009 17:58:10 +0200

cuneiform (0.7.0+dfsg-2) unstable; urgency=low

  * Adding Autobuild field in control (Closes: #531363).
  * Updating version and date in manpage.
  * Building binaries with optimization.

 -- Daniel Baumann <daniel@debian.org>  Mon, 01 Jun 2009 09:18:01 +0200

cuneiform (0.7.0+dfsg-1) unstable; urgency=low

  * Using correct rfc-2822 date formats in changelog.
  * Updating to standards 3.8.1.
  * Merging upstream version 0.7.0+dfsg.
  * Passing libdir to cmake (Closes: #531277).

 -- Daniel Baumann <daniel@debian.org>  Sun, 31 May 2009 19:54:52 +0200

cuneiform (0.6.0+dfsg-1) unstable; urgency=low

  * Initial release (Closes: #496264).
  * Rebuild upstream tarball without win32 binaries.
  * The source for the .dat files is unknown, therefore uploading to non-free,
    see comments in http://bugs.debian.org/496264 from Jussi Pakkanen.

 -- Daniel Baumann <daniel@debian.org>  Mon, 06 Apr 2009 02:38:00 +0200