Changelog
cdbs (0.4.118ubuntu1) raring; urgency=low
* Merge from Debian unstable. Remaining Ubuntu changes:
- 1/rules/utils.mk.in: add some text before listing missing file to make
it easier to see from the build log (LP #509249, Debian #565771)
- 1/class/gnome.mk.in: Call dh_translations.
- test/testsuite_functions: Set NO_PKG_MANGLE so that tests do not fail
with pkgstriptranslations installed. (Ubuntu specific)
- 1/rules/debhelper.mk.in: Call dh_scour. debian/control.in: Add scour
build and binary dependency (build dep for test suite).
- Makefile.in, configure, configure.ac, debian/control.in,
test/Makefile.am, test/Makefile.in: Drop build dependency on
python-support and python-central. Disable distutils pycentral and
pysupport tests if the tools are not present (LP #904248).
cdbs (0.4.118) unstable; urgency=low
* Set XDG_DATA_HOME during install in python-sugar.mk.
Closes: bug#689407, #665023, #676040. Thanks to Lucas Nussbaum.
cdbs (0.4.117) unstable; urgency=low
* Have gnome.mk use xz compression by default.
Closes: bug#683819. Thanks to Ansgar Burchardt.
cdbs (0.4.116) unstable; urgency=low
* Simplify auto-resolved build-dependencies to be unversioned when
satisfied in stable (Wheezy): Oldstable (Lenny) is no longer
supported. Versioning will now be dropped for cdbs << 0.4.89,
python << 2.6.6, perl << 5.10.1 and debhelper << 8.
Thanks to Paul Wise and Dominique Dumont.
* Bump debhelper compatibility level to 8.
cdbs (0.4.115) unstable; urgency=high
* Fix resolve default CXXFLAGS.
* Set urgency=high as above one-line fix affects ability of other
packages to reach release goal of enabling security hardening.
cdbs (0.4.114) unstable; urgency=low
* Fix resolve default DEB_SUGAR_SOURCE_PKGBASE when DEB_SUGAR_BRANCHES
does not include branch of current package.
cdbs (0.4.113) unstable; urgency=low
* Ignore whitespace when comparing license file against system copy of
GPL-2.
cdbs (0.4.112) unstable; urgency=low
* Introduce DEB_UPSTREAM_TARBALL_DELIMITER and
DEB_UPSTREAM_RECEIVED_EXTENSION for when upstream tarball is oddly
named, e.g. to silence delimiter and add tar.gz for github.org.
* Fix avoid resetting resolved compiler flag variables, for including
defaults when setting flags explicitly. Example:
CFLAGS = $(deb_cflags) -DSSL_EXPERIMENTAL
* Extend cdbs_expand_branches with optional fallback main branch as
5th argument.
* Introduce DEB_SUGAR_PRIMARY_BRANCH in python-sugar.mk, to append a
non-virtual primary branch to Sugar package lists when
DEB_SUGAR_BRANCHES is unset.
-- Martin Pitt <email address hidden> Thu, 25 Oct 2012 10:13:47 +0200