cdbs (0.4.85) unstable; urgency=low

  * Per-package variables in buildcore.mk and debhelper.mk now generally
    use the following scheme:
    + VAR_ALL applies to all packages
    + VAR_<package> applies to current package
    + VAR_DEFAULT applies to current package if VAR_pkg is empty
    Use of VAR without "suffix" for per-package variables is now
    deprecated, except for a few cases marked as TODO in those files.
    Closes: bug#582693, thanks to Rudy Godoy.
  * The following snippets are now deprecated:
    + dpatch.mk
    + simple-patchsys.mk
    + tarball.mk
    + perlmodule-vars.mk
    + perlmodule.mk
    Please use source format 3.0 and perl-makemaker.mk instead.

 -- Jonas Smedegaard <dr@jones.dk>  Mon, 21 Jun 2010 16:57:59 +0200

cdbs (0.4.54) unstable; urgency=low

  * The variable DEB_PYTHON_MODULE_PACKAGE used in python-distutils.mk
    is now deprecated.  Use new variable DEB_PYTHON_MODULE_PACKAGES
    instead.

    As its name indicates, the new variable may support multiple Python
    packages in the future.

 -- Jonas Smedegaard <dr@jones.dk>  Sat, 28 Mar 2009 10:41:05 +0100

cdbs (0.4.53) unstable; urgency=low

  python-distutils.mk no longer supports Python policy v1.
  DEB_PYTHON_SYSTEM must now always be set to either of the two
  competing implementations of Python policy v2, pysupport or pycentral.

  To install multiple binaries directly into their package subdir like
  the older routines did, add the following:

    DEB_PYTHON_DESTDIR = $(CURDIR)/debian/$(cdbs_curpkg)


 -- Jonas Smedegaard <dr@jones.dk>  Mon, 16 Mar 2009 12:37:41 +0100
