[ubuntu/utopic-proposed] cdbs 0.4.125ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Jun 26 10:07:13 UTC 2014


cdbs (0.4.125ubuntu1) utopic; 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.
    - 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).

cdbs (0.4.125) unstable; urgency=high

  * Fix broken syntax in python-sugar.mk. Urgency=high as this affects
    packages getting auto-removed from testing.
    Closes: bug#750300, #750271, #750277. Thanks to David Suárez.

cdbs (0.4.124) unstable; urgency=medium

  * Have perl-build.mk resolve to build-depend on libmodule-build-perl
    if not using Build::Module::Tiny (perl 5.19.0 onwards won't provide
    it).

cdbs (0.4.123) unstable; urgency=medium

  [ Jonas Smedegaard ]
  * Fix tighten cdbs version handling to avoid merging unversioned with
    complex versioned (e.g. including arch hints or fallbacks).
  * Fix always strip cdbs_expand_allvars (bogusly resolved versioned
    build-dependency on cdbs when python_module.mk was included).
  * Resolve tightened build-dependency on cdbs when autotools hints
    include comma (see autotools version hint change below).
  * Export AUTOMATED_TESTING=1 to build environment in Perl snippets, as
    recommended by Lancaster consensus.
  * Fix debhelper snippet to call dh_systemd_* after dh_install.
    Closes: bug#715504. Thanks to Michael Stapelberg.
  * Avoid expensive shell call in buildcore.mk deprecation warning loop.
  * Normalize warnings and errors:
    + Introduce new expansion variables cdbs_info cdbs_warn
      cdbs_warn_deprecated.
    + Include version in deprecation warnings.
  * Deprecate cdbs_python_selected_pyversions: Unused since 0.4.90.
  * Drop python-support integrity check: Leave that to python-support
    itself, and to Python team to agree on coherent Policy.
    Closes: bug#545373. Thanks to Ludovico Cavedon.
  * Fix double-word typo in comment.
  * Update copyright info:
    + Extend coverage.
    + Bump licensing to GPL-3+.
  * Bump to standards-version 3.9.5.
  * Fix use canonical Vcs-Git URL.

  [ IOhannes m zmölnig ]
  * Extend autotools version hints to support range (e.g. ",1.13" for
    versions up until 1.13) and unversioned (","): The latter needed for
    recent autotools packages provided only unversioned.
    Closes: bug#725950.

  [ Vasudev Kamath ]
  * Fix testsuite to expect files below /usr/lib/python*/dist-packages
    (not implementation-specific /usr/shared/pyshared/).
    Closes: bug#735412. Thanks to Martin Pitt.

Date: Thu, 26 Jun 2014 12:00:42 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/cdbs/0.4.125ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 26 Jun 2014 12:00:42 +0200
Source: cdbs
Binary: cdbs
Architecture: source
Version: 0.4.125ubuntu1
Distribution: utopic
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: 545373 715504 725950 735412 750271 750277 750300
Changes:
 cdbs (0.4.125ubuntu1) utopic; 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.
     - 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).
 .
 cdbs (0.4.125) unstable; urgency=high
 .
   * Fix broken syntax in python-sugar.mk. Urgency=high as this affects
     packages getting auto-removed from testing.
     Closes: bug#750300, #750271, #750277. Thanks to David Suárez.
 .
 cdbs (0.4.124) unstable; urgency=medium
 .
   * Have perl-build.mk resolve to build-depend on libmodule-build-perl
     if not using Build::Module::Tiny (perl 5.19.0 onwards won't provide
     it).
 .
 cdbs (0.4.123) unstable; urgency=medium
 .
   [ Jonas Smedegaard ]
   * Fix tighten cdbs version handling to avoid merging unversioned with
     complex versioned (e.g. including arch hints or fallbacks).
   * Fix always strip cdbs_expand_allvars (bogusly resolved versioned
     build-dependency on cdbs when python_module.mk was included).
   * Resolve tightened build-dependency on cdbs when autotools hints
     include comma (see autotools version hint change below).
   * Export AUTOMATED_TESTING=1 to build environment in Perl snippets, as
     recommended by Lancaster consensus.
   * Fix debhelper snippet to call dh_systemd_* after dh_install.
     Closes: bug#715504. Thanks to Michael Stapelberg.
   * Avoid expensive shell call in buildcore.mk deprecation warning loop.
   * Normalize warnings and errors:
     + Introduce new expansion variables cdbs_info cdbs_warn
       cdbs_warn_deprecated.
     + Include version in deprecation warnings.
   * Deprecate cdbs_python_selected_pyversions: Unused since 0.4.90.
   * Drop python-support integrity check: Leave that to python-support
     itself, and to Python team to agree on coherent Policy.
     Closes: bug#545373. Thanks to Ludovico Cavedon.
   * Fix double-word typo in comment.
   * Update copyright info:
     + Extend coverage.
     + Bump licensing to GPL-3+.
   * Bump to standards-version 3.9.5.
   * Fix use canonical Vcs-Git URL.
 .
   [ IOhannes m zmölnig ]
   * Extend autotools version hints to support range (e.g. ",1.13" for
     versions up until 1.13) and unversioned (","): The latter needed for
     recent autotools packages provided only unversioned.
     Closes: bug#725950.
 .
   [ Vasudev Kamath ]
   * Fix testsuite to expect files below /usr/lib/python*/dist-packages
     (not implementation-specific /usr/shared/pyshared/).
     Closes: bug#735412. Thanks to Martin Pitt.
Checksums-Sha1:
 7ddea45cb1454994b05191d961b47ed9ae551f0d 1911 cdbs_0.4.125ubuntu1.dsc
 814fae7ea0b7cead8d78c82ef5a536991835b7a6 178464 cdbs_0.4.125ubuntu1.tar.xz
Checksums-Sha256:
 2729b1506d175bc8ad48124c67d40970bc23898b412c921ab9ece06fb07fe910 1911 cdbs_0.4.125ubuntu1.dsc
 e5a58b2b2f87a69f7eead2a8390eb28c75a4e0a66ac1010cf52b09ac4295972c 178464 cdbs_0.4.125ubuntu1.tar.xz
Files:
 9e21b5df40b95204b1474891f7c71589 1911 devel optional cdbs_0.4.125ubuntu1.dsc
 7c12509fb5b539a53063f67df06070b4 178464 devel optional cdbs_0.4.125ubuntu1.tar.xz
Original-Maintainer: CDBS Hackers <build-common-hackers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTq+9rAAoJENFO8V2v4RNHyoIP/A/TbrKzF0rKkN/5FSBgtRAc
n3+rH7ThMz19nklPNzjuN0P0mJ8txX4sXMtmlsShfXK0xGcDOAv2nteEVav5Tyb3
ii4t1B1WnJYpz4xY7hmwA6EnQ1gRTPU5rwgGaIn79X9yi2wVHK4w4S/q2tNhAV+d
A0nWPHRr9JfJLPrPtsGyaKxsTsn23MFb+FiTiFf88gUobeMRvhG7PrzShJO2ykg0
ufkPBK7sH2sXxTrros86UwzUpYqfuCmobSD2nB7wyGZtgoxhKLiHkgTwWI58P/Lz
x8Dc5XFhoT1kjhwnqORNnoDA3yYHoWGbD+sZHZao2vFetyvCQdCGLuD9ioT4K5DU
Qz+RaKLq/GpCTCxaK2zBqXM0AAcOxNCIEKLelzLBl4pA6cUym6hR85gNOVeCz+OE
qJI8mGOEfTEzqTRuTQr4xDe7XvPy9uyjFRvu52Azl+8yZYmyRAchCpEIh4wIrs6f
mzUvPTFQQl9lKt2/SyKNhm4CCcZnIGJnPF/4ZeJ+2botg7l0tkBC6cIIRGt37lgl
Nn9Vi3CqDWfIiej1nuTkVNcPnCfVo3Iy9BetRE+NDduCStOlLYm6ao1ns2oiNN5L
sXPigqjHOQsfb+tBsbJINiGL3KbSfRJSCJ1naJiWunGXQHUh8OqE27HPrIMbIf0D
RieMy5j8XnJCWwmcCkc/
=Hjxw
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list