cdbs 0.4.99ubuntu1 source package in Ubuntu

Changelog

cdbs (0.4.99ubuntu1) precise; urgency=low

  * Merge with 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).
    - 1/class/python-distutils.mk.in, 1/class/python-module.mk.in: Add
      --prefix support for pysupport by DEB_PYTHON_PREFIX_ARG (LP #625581)

cdbs (0.4.99) unstable; urgency=low

  * Fix suppress accidental build-dependency on ourself.
  * Relax autoresolving for utils.mk to build-depend unversioned on
    devscripts: Needed version 2.10.7 satisfied even in oldstable.
  * Stop suppressing copyright-check. Build-depend on devscripts.
  * Update copyright file:
    + Fix typo in license shortname.
  * Add lintian override for build-dependency on python-dev (needed for
    regression tests).
  * Bump debhelper compatibility level to 7.

cdbs (0.4.98) unstable; urgency=low

  * Fix (properly this time) support for *-any and any-* archs in
    list-packages script:
    + Sync with debhelper 7.3.16+.
    + Stop depending on libdpkg-perl.
    Closes: bug#641658, #641678.
  * Stop depending on debhelper (needed only to avoid older versions
    than 5.0.30, which is satisfied even in oldstable).
    See bug#405413.
  * Update copyright file:
    + Extend copyright for scripts/list-packages.
    + Fix include verbatim Expat(-like) license.
    + Fix use exceptions (not separate licenses).
    + Rename some license shortnames to better indicate being derived.
    + Shorten license comments.
    + Wrap licenses at 72 chars.

cdbs (0.4.97) unstable; urgency=low

  * Fix treat DEB_BUILD_OPTIONS as whole word (use filter not
    findstring) in perl-build.mk.
  * Fix support for *-any and any-* archs in list-packages script.
    Closes: Bug#616501, 637282. Thanks to Emilio Pozuelo Monfort,
    Nobuhiro Iwamatsu and José Manuel Santamaría Lema for helping out,
    and to Aurelien Jarno for an elegant fix.
  * Improve dependency autoresolving for debhelper.mk:
    + Build-depend unversioned when satisfied even in unstable.
    + Tie build-dependency directly to debian/compat and DH_COMPAT, to
      support debhelper 8 and newer.
    Closes: bug#641253. Thanks to Geoffrey Thomas.
  * Introduce DEB_PYTHON_DISTUTILS_SRCDIR to allow mixing
    python-distutils.mk with e.g. autotools.mk using different source
    roots.
    Closes: bug#504346. Thanks to Sune Vuorela.
  * Fix invoke python packaging helper twice(!) as documented, when
    using new dh_python2/dh_python2 and private modules.
  * Deprecate DEB_PYTHON_PRIVATE_MODULES_DIRS. Use *_DEFAULT, *_ALL or
    *_<package> variants instead.
  * Tighten autoresolved build-dependency on cdbs when using either
    DEB_PYTHON_PRIVATE_MODULES_DIRS* or DEB_DH_PYTHONHELPER_ARGS*.

cdbs (0.4.96) unstable; urgency=low

  * Fix cdbs_expand_curvar expansion to use VAR_pkg (not VAR_DEFAULT)
    when VAR_pkg is explicitly set to empty string.
    Closes: bug#629156. Thanks to Michael Biebl.

cdbs (0.4.95) unstable; urgency=low

  * Introduce new variables DEB_DH_PYTHONHELPER_ARGS_{DEFAULT,ALL,pkg}.
  * Tighten build-dependency on cdbs when used.
    Closes: bug#633820. Thanks to Felipe Sateler.
  * Fix tighten build-dependency on cdbs when binary package relation
    variables is used.
 -- Martin Pitt <email address hidden>   Tue, 11 Oct 2011 07:32:03 +0200

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cdbs_0.4.99ubuntu1.tar.gz 265.3 KiB e854bd1105e37856f4a10ecf72c565767dd32127e03366da93a21bdb49d4b982
cdbs_0.4.99ubuntu1.dsc 1.9 KiB 51ab5e73e8572da2f59aead5e8a862709aab27182a785a3f7831d0655f443c93

Available diffs

View changes file

Binary packages built by this source

cdbs: common build system for Debian packages

 This package contains the Common Debian Build System, an abstract build
 system based on Makefile inheritance which is completely extensible and
 overridable. In other words, CDBS provides a sane set of default rules
 upon which packages can build; any or all rules may be overridden as
 needed.