Changelog
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