1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
pkgconf (0.9.12-6) unstable; urgency=medium
* Handle --define-variable as pkg-config does (Closes: #862509).
-- Andrew Shadura <andrewsh@debian.org> Sat, 13 May 2017 22:43:01 +0200
pkgconf (0.9.12-5) unstable; urgency=medium
* Add previously missing Depends: libdpkg-perl (Closes: #856525).
-- Andrew Shadura <andrewsh@debian.org> Thu, 02 Mar 2017 09:41:54 +0100
pkgconf (0.9.12-4) unstable; urgency=medium
* Store pkg-config architecture in /usr/lib/pkgconf.multiarch, not
pkg-config.multiarch.
-- Andrew Shadura <andrewsh@debian.org> Sun, 26 Feb 2017 13:37:28 +0100
pkgconf (0.9.12-3) unstable; urgency=medium
* Upload to unstable.
* Rename dpkg hook and its config to not conflict with pkg-config.
-- Andrew Shadura <andrewsh@debian.org> Sun, 26 Feb 2017 10:57:06 +0100
pkgconf (0.9.12-2) experimental; urgency=medium
* Provide pkg-config-compatible cross-building interface:
- Import crosswrapper and dpkghook from pkg-config
- Declare Breaks against pkg-config >= 0.29-1
- Provide pkg-config = 0.29-1
- Store pkg-config architecture in /usr/lib/pkg-config.multiarch and
pick that up in the crosswrapper.
- Set Multi-Arch: foreign.
-- Andrew Shadura <andrewsh@debian.org> Fri, 24 Feb 2017 18:42:43 +0100
pkgconf (0.9.12-1) unstable; urgency=medium
* New upstream release.
* Make the build reproducible (Closes: #792285).
* Sync crosswrapper script from pkg-config to search multiarch paths,
traditional cross-compilation paths, arch-independent paths, and
/usr/local counterparts.
-- Andrew Shadura <andrewsh@debian.org> Wed, 22 Jul 2015 17:42:28 +0200
pkgconf (0.9.7-1) unstable; urgency=medium
* New upstream release.
* Drop old patches.
-- Andrew Shadura <andrewsh@debian.org> Wed, 08 Oct 2014 15:50:35 +0200
pkgconf (0.9.5-4) unstable; urgency=medium
* Apply upstream patch to handle --with-system-includedir and
--with-system-libdir correctly (Closes: #742634).
-- Andrew Shadura <andrewsh@debian.org> Sat, 07 Jun 2014 23:40:46 +0200
pkgconf (0.9.5-3) unstable; urgency=low
* Try to handle transition from broken versions of the package
more smoothly (#739370).
-- Andrew Shadura <andrewsh@debian.org> Tue, 18 Feb 2014 08:54:06 +0100
pkgconf (0.9.5-2) unstable; urgency=low
* Install pkg-config-crosswrapper in a proper directory (Closes: #739370).
-- Andrew Shadura <andrewsh@debian.org> Mon, 17 Feb 2014 23:52:51 +0100
pkgconf (0.9.5-1) unstable; urgency=medium
* New upstream release (Closes: #734491).
-- Andrew Shadura <andrewsh@debian.org> Sun, 16 Feb 2014 14:05:31 +0100
pkgconf (0.9.4-2) unstable; urgency=medium
* Drop useless dependency on pkg-config, ship needed files and divert
them as required instead.
-- Andrew Shadura <andrewsh@debian.org> Sat, 08 Feb 2014 13:09:36 +0100
pkgconf (0.9.4-1) unstable; urgency=low
* Initial Release (Closes: #702745).
-- Andrew Shadura <andrewsh@debian.org> Sun, 05 Jan 2014 01:03:56 +0100
|