Changelog
cdbs (0.4.142ubuntu1) yakkety; 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.142) unstable; urgency=medium
* Fix pd.mk to use find option -exec (not -execdir) when passing
relative paths.
Closes: Bug#827619. Thanks to Felipe Sateler.
* Fix upstream-tarball.mk failure to download tarball to new dir
(unbalanced quoting).
* Move packaging to build-common team: Update Vcs-* fields.
cdbs (0.4.141) unstable; urgency=medium
* Fix python-sugar.mk PYTHON_SUGAR_PACKAGES default value.
Closes: Bug#825765.
* Fix deprecation notes for changelog section 0.4.140.
cdbs (0.4.140) unstable; urgency=medium
* Refactor python snippets:
+ Expand implementations from lists.
+ Handle flavors (not versions).
+ Check actual need for build-dependencies in cdbs_python_builddeps
(not before).
+ Drop support for legacy systems pysupport and pycentral.
+ Expand packaging systems from list.
* Introduce new variable:
+ cdbs_python_flavors
* Introduce new per-implementation variable:
+ cdbs_$python_mainflavor
* Deprecate variables:
+ cdbs_curpythonstem
+ cdbs_python3_current_binary
+ cdbs_python3_current_version
+ cdbs_python3_supported_versions
+ cdbs_python_build_versions
+ cdbs_python_current_binary
+ cdbs_python_current_version
+ cdbs_python_supported_versions
* Drop unused variables:
+ DEB_PYTHON_MODULE_PACKAGE (deprecated since 0.4.54)
+ DEB_PYTHON_MODULE_PACKAGES
+ DEB_PYTHON_SYSTEM
+ cdbs_curpythonbuildversions
+ cdbs_python3_first_supported_version
+ cdbs_python3_nondefault_version
+ cdbs_python3_primary_version
+ cdbs_python_builddeps_legacy
+ cdbs_python_first_supported_version
+ cdbs_python_legacy_packages
+ cdbs_python_legacy_system
+ cdbs_python_nondefault_version
+ cdbs_python_packages_pre
+ cdbs_python_pkg_check
+ cdbs_python_pkgresolve_check
+ cdbs_python_primary_version
+ cdbs_python_selected_pyversions (deprecated since 0.4.90)
+ cdbs_python_stem
+ cdbs_pythonsystem_pycentral
+ cdbs_pythonsystem_pysupport
+ cdbs_pythonsystem_python3
* Drop unused per-flavor variables:
+ python_*_packages
* Drop unused make targets:
+ python-build-stamp-%
+ python-clean-%
+ python-install-%
+ python-install-py
* Fix set LC_ALL=C.UTF-8 for licensecheck.
-- Steve Langasek <email address hidden> Mon, 20 Jun 2016 14:48:00 -0700