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
