* No-change rebuild to pick up -fPIE compiler default in static
libraries
* 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.
* Store pkg-config architecture in /usr/lib/pkg-config.multiarch and
pick that up in the crosswrapper. Closes: #807289, #807946
* Fix pkg-config-crosswrapper to do something for cross builds.
* Merge from Debian unstable. 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.
* Fix typo in crosswrapper.
* Add set -e to postinst and prerm
* Drop unused build-dep on libpopt-dev. Closes: #751897
* Add symlinks to pkg-config-crosswrapper using dpkg hooks. Thanks to
Helmut Grohne for this, both design and implementation. Closes: #759556
* Export LC_ALL=C in debian/rules to make the build more reproducible.
Closes: #792821
* Remove fixing of test running, it now works out of the box.
* Correct spelling of pkg-config in debian/copyright.
* Add missing quoting for arguments in crosswrapper.
* Make crosswrapper handle native builds correctly.
* 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.
* New upstream release. (Closes: #699476, #744031)
- Updated man page with fewer errors. (Closes: #661838)
* Fix test running with newer automake.
* Drop popt stuff from debian/rules, upstream no longer ships popt.
* Non-maintainer upload.
* Update config.{sub,guess} for new arches (with dh-autoreconf) (Closes: #742665)
* Add Multiarch metadata (M-A: foreign), so this package can
satisfy cross- build-dependencies. The cross-build environment is
responsible for providing the $triplet-pkg-config symlink to
pkg-config-crosswrapper. (Closes: #726598)
* Update crosswrapper script to search multiarch paths, traditional
cross-compilation paths, arch-independent paths, and /usr/local counterparts.
Thanks to Simon McVittie, Steve Langasek, Vincent Danjean, Wookey
(Closes: #642292, #650298, #631275)
* Make pkg-config itself cross-buildable. (Closes: #716918)
* 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.
* Non-maintainer upload.
* pkg.m4: Apply commit 2b86e9b from upstream, to fix compatibility with
autoconf (>= 2.66). (Closes: #591547)
* New upstream release
- Stops escaping = and : in output. Closes: #582995
* Build with external libpopt.
* New upstream release. closes: #476947
- Marks PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR as precious.
Closes: #398901
- Give the ability to log, closes: #528240
- Adds description of Requires.Private to man page. Closes: #341977
- Fixes man page formatting. Closes: #398434
* Add ${misc:Depends} to control
* Bump debhelper version to 7, switch to dh
* Add homepage field to control
* Update Standards-Version field to 3.8.4.
* New upstream release
- Make Requires.private a whole lot more useful by traversing the
whole tree, not just the top-level, for Cflags. Closes: #390132
- Add support for using the system glib.
* Build using system glib.
* Add _GNU_SOURCE to the list of defines to make strsignal appear.
Closes: #316384
* Remove suggests for libgnome-dev. Closes: #405901
* New upstream release
- Adds internal pkg-config package. (closes: #254289)
- Supports escaping $ rather than %. (closes: #378570)
- Always adds all cflags. (closes: #340904)
* Includes full NEWS file. (closes: #334896)
* Remove libglib2.0-dev build-deps. (closes: #350176)
* New upstream release
- Fixes segfault with --help and gcc4 (closes: #321961)
- New pkg.m4 uses --short-errors and spits out a more sensible error
when some dependencies aren't found. (closes: #321970)
* Install upstream ChangeLog (closes: #318718)
* New upstream release
* New upstream release
- Fix brown bag bug where pkg.m4 always set pkg_failed to
untried. (closes: #316181)
* New upstream release
- Fixes PKG_CONFIG_LIBDIR again. (closes: #313004)
- Includes documentation on the fact that the first check for
PKG_CHECK_MODULES must not be conditional. (closes: #303211)
- Only links with public libraries now. (closes: #229980)
* Remove --no-indirect-deps to configure.
* New upstream release, no Debian-related changes.
* New upstream release
* New upstream release
- evaluate second argument again (closes: #303969)
* pass --disable-indirect-deps to configure for now. This'll change
post-sarge, but we don't want to introduce breakage now.
* lowercase first letter in description to shut up lintian
* New maintainer.
* New upstream release
- Don't break off from --list-all when provides isn't met
(closes: #232719)
- Quote PKG_CHECK_MODULES properly (closes: #274477)
- Minor man page fix (closes: #223245)
- Fixes --errors-to-stdout (closes: #202409)
- Include more robust pkg.m4 (closes: #221818)
* Add multiarch search paths to default search path
* Make sure /usr/local/pkgconfig is in the default search path
(closes: #245717)
* Add /usr/local/share/pkgconfig and /usr/share/pkgconfig to default
search path
* New Maintainer.
* Moved into my package infrastructure and cleaned up:
- debian/copyright updated to my template to include no warranty
disclaimer.
- AUTHORS added to docs, removed from copyright
- NEWS added to docs.
* Regenerated auto* using libtool_1.5.2-2 which really contains the
FreeBSD support, the experimental 1.6 package doesn't.
* [debian/rules] Extended the 'autogen' target.
* [debian/control] Updated Standards-Version.
* Regenerated auto* using libtool 1.6-0+1.5a-1 from experimental to support
the Debian GNU/KFreeBSD port. (Closes: 218415)
* [configure.in] Removed some leftover experimental code; test for the
actual system glib when deciding whether to use the sytem glib or the
local copy. This means that in a bootstrapping setting the Build-Depends
on glib can be ignored. (Closes: #181947)
* [debian/rules] Clean out autom4te.cache .
* New maintainer.
* Acknowledge NMUs. (Closes: #132474, #135742, #149825, #149831, #162870,
#164500)
* New upstream release. Changes include:
- add PKG_CONFIG_LIBDIR for cross-compiling (David Schleef)
(Closes: #177709)
* [debian/control] Added Suggests: libgnome-dev (for gnome-config, which
pkg-config falls back on when no .pc file is found). (Closes: #172008)
* [debian/control] Updated Standards-Version; changed description.
* [debian/rules] Added "autogen" target to re-auto* things.
* [debian/copyright] Updated; fixed lintian warning.
* [configure.in, debian/control] On Debian, use the system glib instead of
the local copy. (Closes: #159895)
* [pkg.c] Include /usr/local/lib/pkgconfig in the default search path for
.pc files. (Closes: #159507)
* NMU
* Update config.{sub,guess} in the included glib source automatically as
well.
* NMU
* -0.2 still had a FTBFS on mipsel. Now use dpkg-architecture to set --build
argument to configure.
* NMU
* Updated config.{sub,guess} (20010907 -> 20020703). Should fix the FTBFS
on mipsel.
* Automatically update config.{sub,guess} from autotools-dev in 'clean'
target, if possible.
* NMU, OKed by maintainer.
* New upstream release. (Closes: #162870)
Includes
* parse.c, pkg.c: handle other_libs other_cflags same as -l/-L/-I flags,
so we pull in from dependent packages.
which fixes the with issues -pthread and the likes.
* Dropped obsoleted "dh_testversion" from debian/rules.
* Updated Standards-Version.
* NMU
* New upstream release (Closes: #135742, #149825, #149831)
* New upstream release
* NMU
* New upstream release (closes: #132474, #133585)
* NMU
* NMU
* Also need to update glib-1.2.8/config.{guess,sub}. Re Closes: #103344
* New upstream version (Closes: bug#106112).
* Updated config.sub and config.guess (Closes: bug#103344).
* New upstream version.
* Initial Release.