[ubuntu/raring] cdbs 0.4.118ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Oct 25 10:55:24 UTC 2012


cdbs (0.4.118ubuntu1) raring; urgency=low

  * Merge from 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).
    - Makefile.in, configure, configure.ac, debian/control.in,
      test/Makefile.am, test/Makefile.in: Drop build dependency on
      python-support and python-central. Disable distutils pycentral and
      pysupport tests if the tools are not present (LP #904248).

cdbs (0.4.118) unstable; urgency=low

  * Set XDG_DATA_HOME during install in python-sugar.mk.
    Closes: bug#689407, #665023, #676040. Thanks to Lucas Nussbaum.

cdbs (0.4.117) unstable; urgency=low

  * Have gnome.mk use xz compression by default.
    Closes: bug#683819. Thanks to Ansgar Burchardt.

cdbs (0.4.116) unstable; urgency=low

  * Simplify auto-resolved build-dependencies to be unversioned when
    satisfied in stable (Wheezy): Oldstable (Lenny) is no longer
    supported.  Versioning will now be dropped for cdbs << 0.4.89,
    python << 2.6.6, perl << 5.10.1 and debhelper << 8.
    Thanks to Paul Wise and Dominique Dumont.
  * Bump debhelper compatibility level to 8.

cdbs (0.4.115) unstable; urgency=high

  * Fix resolve default CXXFLAGS.
  * Set urgency=high as above one-line fix affects ability of other
    packages to reach release goal of enabling security hardening.

cdbs (0.4.114) unstable; urgency=low

  * Fix resolve default DEB_SUGAR_SOURCE_PKGBASE when DEB_SUGAR_BRANCHES
    does not include branch of current package.

cdbs (0.4.113) unstable; urgency=low

  * Ignore whitespace when comparing license file against system copy of
    GPL-2.

cdbs (0.4.112) unstable; urgency=low

  * Introduce DEB_UPSTREAM_TARBALL_DELIMITER and
    DEB_UPSTREAM_RECEIVED_EXTENSION for when upstream tarball is oddly
    named, e.g. to silence delimiter and add tar.gz for github.org.
  * Fix avoid resetting resolved compiler flag variables, for including
    defaults when setting flags explicitly. Example:
      CFLAGS = $(deb_cflags) -DSSL_EXPERIMENTAL
  * Extend cdbs_expand_branches with optional fallback main branch as
    5th argument.
  * Introduce DEB_SUGAR_PRIMARY_BRANCH in python-sugar.mk, to append a
    non-virtual primary branch to Sugar package lists when
    DEB_SUGAR_BRANCHES is unset.

Date: Thu, 25 Oct 2012 10:13:47 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/cdbs/0.4.118ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 25 Oct 2012 10:13:47 +0200
Source: cdbs
Binary: cdbs
Architecture: source
Version: 0.4.118ubuntu1
Distribution: raring
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 cdbs       - common build system for Debian packages
Closes: 665023 676040 683819 689407
Changes: 
 cdbs (0.4.118ubuntu1) raring; urgency=low
 .
   * Merge from 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).
     - Makefile.in, configure, configure.ac, debian/control.in,
       test/Makefile.am, test/Makefile.in: Drop build dependency on
       python-support and python-central. Disable distutils pycentral and
       pysupport tests if the tools are not present (LP #904248).
 .
 cdbs (0.4.118) unstable; urgency=low
 .
   * Set XDG_DATA_HOME during install in python-sugar.mk.
     Closes: bug#689407, #665023, #676040. Thanks to Lucas Nussbaum.
 .
 cdbs (0.4.117) unstable; urgency=low
 .
   * Have gnome.mk use xz compression by default.
     Closes: bug#683819. Thanks to Ansgar Burchardt.
 .
 cdbs (0.4.116) unstable; urgency=low
 .
   * Simplify auto-resolved build-dependencies to be unversioned when
     satisfied in stable (Wheezy): Oldstable (Lenny) is no longer
     supported.  Versioning will now be dropped for cdbs << 0.4.89,
     python << 2.6.6, perl << 5.10.1 and debhelper << 8.
     Thanks to Paul Wise and Dominique Dumont.
   * Bump debhelper compatibility level to 8.
 .
 cdbs (0.4.115) unstable; urgency=high
 .
   * Fix resolve default CXXFLAGS.
   * Set urgency=high as above one-line fix affects ability of other
     packages to reach release goal of enabling security hardening.
 .
 cdbs (0.4.114) unstable; urgency=low
 .
   * Fix resolve default DEB_SUGAR_SOURCE_PKGBASE when DEB_SUGAR_BRANCHES
     does not include branch of current package.
 .
 cdbs (0.4.113) unstable; urgency=low
 .
   * Ignore whitespace when comparing license file against system copy of
     GPL-2.
 .
 cdbs (0.4.112) unstable; urgency=low
 .
   * Introduce DEB_UPSTREAM_TARBALL_DELIMITER and
     DEB_UPSTREAM_RECEIVED_EXTENSION for when upstream tarball is oddly
     named, e.g. to silence delimiter and add tar.gz for github.org.
   * Fix avoid resetting resolved compiler flag variables, for including
     defaults when setting flags explicitly. Example:
       CFLAGS = $(deb_cflags) -DSSL_EXPERIMENTAL
   * Extend cdbs_expand_branches with optional fallback main branch as
     5th argument.
   * Introduce DEB_SUGAR_PRIMARY_BRANCH in python-sugar.mk, to append a
     non-virtual primary branch to Sugar package lists when
     DEB_SUGAR_BRANCHES is unset.
Checksums-Sha1: 
 e00219e3981c4b8b78f5eeb3e4a3a07c46428e24 1923 cdbs_0.4.118ubuntu1.dsc
 6fbc920ff53d5cf4c212519368ae10937a85badc 270441 cdbs_0.4.118ubuntu1.tar.gz
Checksums-Sha256: 
 6e0bc9c33d2c712fe20d24189b2121a39026b79a2b9e06906b3c713385b0a689 1923 cdbs_0.4.118ubuntu1.dsc
 0edd36018fac7490e5f2ee456c256b6c72ea56cb27e0c2cfa37cc8192f69f7f2 270441 cdbs_0.4.118ubuntu1.tar.gz
Files: 
 b3003835847c6f38bb7b4ddc7d1043e4 1923 devel optional cdbs_0.4.118ubuntu1.dsc
 a67b1370b0c03eaccfd96685c3bd179b 270441 devel optional cdbs_0.4.118ubuntu1.tar.gz
Original-Maintainer: CDBS Hackers <build-common-hackers at lists.alioth.debian.org>


More information about the Raring-changes mailing list