pkg-config 0.29.1-0ubuntu1 source package in Ubuntu

Changelog

pkg-config (0.29.1-0ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - On Ubuntu, in pkg-config-crosswrapper add /usr/lib/pkgconfig to
    PKG_CONFIG_LIBDIR. As a lot of packages that are cross-build on
    regular basis rely on cross-building with non-multiarched libraries.
    - add dpkg-dev dependency, as dpkg-architecture binary is called from
    wrapper.
  * New upstream version 0.29.1.
    - Fix regression quoting variables. LP: #1523508.
  * Fix build failure with recent glib2.0.

pkg-config (0.29-3) unstable; urgency=medium

  * Store pkg-config architecture in /usr/lib/pkg-config.multiarch and
    pick that up in the crosswrapper.  Closes: #807289, #807946

 -- Matthias Klose <email address hidden>  Wed, 06 Apr 2016 15:22:03 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main devel

Downloads

File Size SHA-256 Checksum
pkg-config_0.29.1.orig.tar.gz 1.9 MiB beb43c9e064555469bd4390dcfd8030b1536e0aa103f08d7abf7ae8cac0cb001
pkg-config_0.29.1-0ubuntu1.diff.gz 12.3 KiB 1c44aeeec1896a69f21861e9b9e18bb783258d57f4bd678b173b3890f1a209bf
pkg-config_0.29.1-0ubuntu1.dsc 1.8 KiB 0ade40d184e9684f9e22e622022f1b798123cc63cd37d669f664f47dddc5e072

Available diffs

View changes file

Binary packages built by this source

pkg-config: No summary available for pkg-config in ubuntu artful.

No description available for pkg-config in ubuntu artful.

pkg-config-dbgsym: debug symbols for package pkg-config

 pkg-config is a system for managing library compile and link flags that
 works with automake and autoconf.
 .
 Increasingly libraries ship with ".pc" files that allow querying of the
 compiler and linker flags needed to use them through the pkg-config(1)
 program.