-
cuneiform (1.1.0+dfsg-9) unstable; urgency=medium
* QA upload.
* Fix FTBFS with GCC 11.
* Cleanup d/rules.
* Set Rules-Requires-Root: no.
* Use BSD-3-clause instead of ambiguous BSD.
-- Andreas Beckmann <email address hidden> Mon, 01 Nov 2021 18:32:53 +0100
-
cuneiform (1.1.0+dfsg-8) unstable; urgency=medium
* QA upload.
* Use debhelper-compat.
- Update compat level to 13.
* Update Standards-Version to 4.5.0
* Fix FTBFS with GCC 10. (Closes: #966189)
- Use -fcommon.
-- Sudip Mukherjee <email address hidden> Sat, 29 Aug 2020 23:41:29 +0100
-
cuneiform (1.1.0+dfsg-7.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS on ppc64el and other arches due to char sign-ness (Closes:
#921527)
-- Frédéric Bonnard <email address hidden> Fri, 12 Jun 2020 14:19:20 +0200
-
cuneiform (1.1.0+dfsg-7) unstable; urgency=medium
* QA upload.
* strings.patch: New, fix strings.h collision.
-- Andreas Beckmann <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> 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: same’.
+ Make libcuneiform0 and libcuneiform-dev ‘Multi-Arch: foreign’.
+ 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 <email address hidden> 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, swabytes.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 <email address hidden> Sat, 30 Apr 2011 13:16:24 +0200
-
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 <email address hidden> Wed, 26 Jan 2011 21:53:07 +0100
-
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 <email address hidden> 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 <email address hidden> Thu, 27 Aug 2009 10:42:31 +0200
-
cuneiform (0.7.0+dfsg-4) unstable; urgency=low
* Minimalizing rules file.
-- Daniel Baumann <email address hidden> 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 <email address hidden> Fri, 10 Jul 2009 17:58:10 +0200