cdbs 0.4.122ubuntu1 source package in Ubuntu

Changelog

cdbs (0.4.122ubuntu1) trusty; 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. (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.122) unstable; urgency=low

  * Update and improve references in comments to Perl Policy.
  * Export PERL_MM_USE_DEFAULT=1 in perl-makemaker.mk and perlmodule.mk
    to always be non-interactive.
  * Extend Perl snippets to also pass CPPFLAGS and LDFLAGS.
  * Use "--" long-options in perl-build snippet, to support
    Module::Build::Tiny.
    Closes: bug#714542. Thanks to Gregor Herrmann and Leon Timmermans.
  * Have perl-build.mk resolve build-dependency on
    libmodule-build-tiny-perl and recent cdbs when Module::Build::Tiny
    is used.
  * Have cmake.mk include LDFLAGS.
    Closes: bug#680959. Thanks to Felipe Sateler.
  * Relax clean rule to not require root.
    Closes: bug#568611. Thanks to Jonathan Nieder and Julien Cristau.
  * Improve cdbs version handling to sort and reduce all instances of
    cdbs instead of only hardcoded ones.
    Closes: 670262. Thanks to Felipe Sateler.
  * Drop obsolete support for Cpu: and System: hints in control.in:
    type-handling is no longer in Debian.
  * Have debhelper.mk call dh_systemd_enable and dh_systemd_start if
    available.
    Closes: bug#714195. Thanks to Laurent Bigonville.
  * Drop dependency on python-central or python-support for CDBS
    testsuite - i.e. only CDBS packaging itself, still supported in
    Python snippets.
    Closes: bug#616775. Thanks to Matthias Klose and Andrea Colangelo.
  * Include support for maintainer-mode in test/autotools.
  * Update autotools (with autoreconf -f -i).
  * Extend copyright coverage for autotools to include recent years.
 -- Martin Pitt <email address hidden>   Mon, 21 Oct 2013 08:16:28 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cdbs_0.4.122ubuntu1.tar.gz 276.2 KiB 854659885e93d43c016f27c1b9b339954980256f8421ed35d4f8e449e6a4ae7a
cdbs_0.4.122ubuntu1.dsc 1.9 KiB 3cc8110435e36580443ca6a1741a6879d12cb0d3d12848048af9751ae59f85c7

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.