Package: check Version: 0.9.4-1 Severity: important check supplies a pkg-config file, and the macro AM_PATH_CHECK prints a deprecation message and suggests using PKG_CHECK_MODULES as a replacement[1], but the Debian package doesn't ship the pkg-config file. The attached patch fixes this problem by shipping check.pc in the package.
[1] (and breaks autoconf in the process; fix submitted in previous bug report) - Josh Triplett
--- check-0.9.4.orig/debian/check.dirs 2006-10-26 23:50:20.000000000 -0700 +++ check-0.9.4/debian/check.dirs 2006-10-27 00:11:34.000000000 -0700 @@ -1,4 +1,5 @@ usr/lib +usr/lib/pkgconfig usr/include usr/share/aclocal usr/share/doc/check --- check-0.9.4.orig/debian/check.files 2006-10-26 23:50:20.000000000 -0700 +++ check-0.9.4/debian/check.files 2006-10-26 23:53:59.000000000 -0700 @@ -2,3 +2,4 @@ usr/lib/libcheck.a usr/share/aclocal/check.m4 usr/share/doc/check +usr/lib/pkgconfig/check.pc --- check-0.9.4.orig/debian/rules 2006-10-26 23:50:20.000000000 -0700 +++ check-0.9.4/debian/rules 2006-10-27 00:16:56.000000000 -0700 @@ -69,7 +69,6 @@ rm -f debian/check/usr/lib/libcheck.so.* rm -f debian/check/usr/lib/libcheck.so rm -f debian/check/usr/lib/libcheck.la - rm -rf debian/check/usr/lib/pkgconfig dh_link dh_strip dh_fixperms
signature.asc
Description: OpenPGP digital signature

