Change logs for pkg-config source package in Oneiric

  • pkg-config (0.26-1ubuntu1) oneiric; urgency=low
    
      * debian/pkg-config-crosswrapper: fix to use PKG_CONFIG_PATH pointed to
        both the multiarch path and the traditional cross-build path, instead of
        just settting PKG_CONFIG_LIBDIR to the traditional cross-compiler path,
        so that we can use this successfully in a multiarch environment.
        Closes: #631275.
      * debian/control: mark pkg-config Multi-Arch: foreign; it provides an
        executable interface which points to architecture-dependent paths, but
        those paths only need to be overridden in a cross-build environment, in
        which case it's the responsibility of the cross-toolchain packages to
        provide the appropriate glue.
     -- Steve Langasek <email address hidden>   Sat, 02 Jul 2011 16:24:53 -0700
  • pkg-config (0.26-1) unstable; urgency=low
    
      * New upstream release
        - Updated usage message.  Closes: #389066
        - Fixes old bug.  Closes: #475031
        - Allows PKG_CONFIG_LIBDIR.  Closes: #398901
        - Man page documents how to get the default search path.  
          Closes: #576320
      * Switch to multiarch paths.  Thanks to Steve Langasek for the patch.
        Closes: #590992
      * Strip out multiarch library paths.  Closes: #482884
      * Drop a cross wrapper into /usr/share.  Thanks to Wookey for the
        implementation.   Closes: #217902
      * Re-add two missing lines in Changelog which were accidentially
        removed.
     -- Sebastien Bacher <email address hidden>   Thu,  19 May 2011 08:26:36 +0000
  • pkg-config (0.25-1.1ubuntu1) natty; urgency=low
    
      * Switch to multiarch tuple paths instead of using GNU triplets; and use
        directories of the form /usr/lib/$(tuple)/pkgconfig, not
        /usr/lib/pkgconfig/$(tuple), since that's what autoconf and --libdir give
        us everywhere.  Closes: #590992.
     -- Steve Langasek <email address hidden>   Mon, 14 Mar 2011 20:01:32 -0700