Changelog
cdbs (0.4.148ubuntu1) zesty; urgency=low
* Merge from Debian unstable. Remaining changes:
- 1/rules/utils.mk.in: add some text before listing missing file to make
it easier to see from the build log. (Debian #565771)
- 1/class/gnome.mk.in: Call dh_translations.
- 1/rules/debhelper.mk.in: Call dh_scour.
- debian/control.in: Add scour build and binary dependency (build dep for
test suite).
cdbs (0.4.148) unstable; urgency=medium
* Fix license-miner.
cdbs (0.4.147) unstable; urgency=medium
* Fix strip parser prefix in license-miner.
* Simplify regexes (avoid look-behind) in license-miner.
* Fix use of DEB_COPYRIGHT_EXTRACT_PATHS_EXIF
DEB_COPYRIGHT_EXTRACT_PATHS_TTF in utils.mk.
Tighten auto-resolved dependency on cdbs when used.
cdbs (0.4.146) unstable; urgency=medium
* Support build profiles.
Closes: Bug#772788. Thanks to Johannes Schauer.
cdbs (0.4.145) unstable; urgency=medium
* Fix resolve deprecated variables cdbs_curpythonindepbinary
cdbs_curpythonpribinary: Add python2 runtime as fallback.
Closes: Bug#830529. Thanks to Jeremy Bicha.
* Fix resolve default python runtimes internally (affecting deprecated
variables cdbs_python_current_binary cdbs_python3_current_binary
cdbs_curpythonindepbinary cdbs_curpythonpribinary).
* Fix resolve installpath for flavored arch-indep python-distutils
builds.
* Introduce new variables:
+ cdbs_$python_allflavors
+ cdbs_$python_defaultflavor
+ cdbs_$python_defaultruntime
+ cdbs_curpythondefaultflavor
cdbs (0.4.144) unstable; urgency=medium
[ Vasudev Kamath ]
* Support building python modules for pypy
[ Jonas Smedegaard ]
* Fix really make path to licensecheck configurable.
* Refactor python snippets:
+ Handle runtimes separate from flavors.
* Introduce new variables:
+ cdbs_curpythonruntime
+ cdbs_expand_pythonruntime
* Deprecate variables:
+ cdbs_curpythonindepbinary
+ cdbs_curpythonpribinary
+ cdbs_python_binary
* Drop unused variables:
+ DEB_DH_INSTALL_MENU_ARGS
+ DEB_DH_INSTALLDEBCONF_ARGS
+ DEB_DH_INSTALLCATALOGS_ARGS
+ DEB_DH_INSTALLLOGROTATE_ARGS
+ DEB_DH_INSTALLDEB_ARGS
+ DEB_DH_LINTIAN_ARGS
* Update copyright info:
+ Cover newly added pypy tests.
cdbs (0.4.143) unstable; urgency=medium
* Have utils.mk resolve build-dependency on licensecheck (not
devscripts).
* Fix have license-miner emit UTF-8.
* Improve copyright-check:
+ Scan whole files (not only top and bottom, and not only until
first cluster of copyrights).
+ Revert to not force-decode as utf8.
+ Fix re-add comma between year range and owners (dropped in recent
licensecheck) for some corner cases.
+ Use licensecheck --deb-fmt (and adapt cleanup).
+ Fix skip gracefully if licensecheck unavailable or too old.
Closes: Bug#831263. Thanks to Lucas Nussbaum.
+ Make path to licensecheck configurable.
* Fix have perl snippets include current dir during configure call.
Closes: Bug#833783 (CVE-2016-1238). Thanks to Dominic Hargreaves.
* Suppress build-dependency on licensecheck to ease backporting and
arch bootstrapping.
* Stop build-depend on devscripts.
* Modernize debhelper usage: Avoid deprecated --same-arch option.
Closes: Bug#835077. Thanks to Rafael Laboissière.
-- Steve Langasek <email address hidden> Thu, 20 Oct 2016 23:03:17 -0700