cdbs 0.4.156ubuntu1 source package in Ubuntu

Changelog

cdbs (0.4.156ubuntu1) bionic; urgency=medium

  * Sync with Debian. Remaining changes:
    - 1/class/gnome.mk.in: Call dh_translations.
    - 1/rules/debhelper.mk.in: Call dh_scour.
    - debian/control: Depend on dh_translations and python3-scour
  * Dropped change, no longer needed since cdbs uses dh_install / dh_missing:
    - 1/rules/utils.mk.in: add some text before listing missing file to make
      it easier to see from the build log. (Debian #565771)

cdbs (0.4.156) unstable; urgency=medium

  * Really fix conditionally set crossbuild compiler.
    Closes: Bug#841761. Thanks (again) to Helmut Grohne.

cdbs (0.4.155) unstable; urgency=medium

  * Fix conditionally set crossbuild compiler.
    Closes: Bug#841761. Thanks to Helmut Grohne.

cdbs (0.4.154) unstable; urgency=high

  * Fix have DEB_UPSTREAM_VERSION really only be _upstream_ version
    (broken since 0.4.153.
    Closes: Bug#878510. Thanks to Emmanuel Bourg.

cdbs (0.4.153) unstable; urgency=medium

  * Improve cross compilation cmake and makefile classes:
    + cmake.mk: Fix set DEB_BUILDDIR using DEB_HOST_GNU_TYPE (not
      DEB_BUILD_GNU_TYPE).
    + cmake.mk: Introduce new variable DEB_CMAKE_CROSS_ARGS.
    + langcore.mk: Set CC CXX to host-specific binaries when
      cross-building (and gcc/g++ if not).
    + makefile-vars.mk: Set CXX PKG_CONFIG (not only CC), and rely on
      langcore.mk for those.
    + Tidy buildvars.mk: Drop bogus note on cross-building hints
      becoming superfluous at some pont in time.
    + buildvars.mk: Include /usr/share/dpkg/architecture.mk and
      /usr/share/dpkg/pkg-info.mk.
    Thanks to Helmut Grohne (see bug#841761).
  * Modernize resolving variables from changelog: Recent enough
    dpkg-parsechangelog available even in oldstable.
  * Improve copyright-check: Support extension woff2.
  * Stop build-depend on realpath: Unneeded since 0.4.138.
    Closes: Bug#877719. Thanks to James Cowgill.

cdbs (0.4.152) unstable; urgency=medium

  * Fix pass -I. to perl (not bogusly to the called Build-PL script).
    Closes: bug#865563. Thanks to Niko Tyni and others.
  * Stop resolve versioned build-dependencies on cdbs older than
    0.4.130: Satisfied even in oldstable.
  * Bump debhelper compatibility level to 9.
  * Declare compliance with Debian Policy 4.0.0.
  * Update copyright info:
    + Extend copyright of packaging to cover current year.
    + Use https protocol in format string.

 -- Jeremy Bicha <email address hidden>  Sun, 24 Dec 2017 21:27:25 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cdbs_0.4.156ubuntu1.tar.xz 200.2 KiB e24bce62c8b866c090c0530a4eee9b693e6426535f1a0495adf8fceb8e1dff13
cdbs_0.4.156ubuntu1.dsc 1.9 KiB 752ff3da239cb05c49d3db4b9333e85fd3604bda512e6707c60d5520bf8931bb

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.