cdbs 0.4.94ubuntu1 source package in Ubuntu

Changelog

cdbs (0.4.94ubuntu1) oneiric; urgency=low

  * 1/rules/debhelper.mk.in: Drop leftover dh_link invocation from our removed
    documentation symlinking.
  * debian/control.in: Drop unneeded fdupes dependency.
  * 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.94) unstable; urgency=low

  * Update lintian override.
  * Fix typo in multiflavor build-dependency autoresolving for
    makefile.mk.
    Closes: bug#623883. Thanks to Jérémy Lal.
  * Invoke dh_installgsettings after dh_install.
    Closes: bug#627735. Thanks to Michael Biebl.
  * Detect Setup.hs as fallback for Setup.lhs in hbuild.mk snippet, and
    add new variable DEB_HBUILD_SETUPFILE to override explicitly.
    Closes: bug#412388. Thanks to Trent Buck.
 -- Martin Pitt <email address hidden>   Tue, 31 May 2011 09:51:31 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
cdbs_0.4.94ubuntu1.tar.gz 266.2 KiB d363a18d67439b1f29fa8449a3a9639b0e206ac59c0df2e790e5a964157c781d
cdbs_0.4.94ubuntu1.dsc 1.9 KiB c75a10477ce75c2a4b3a5c02deda2c01c701101773a8f43b73a2f7aaf8d11a9c

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.