summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Nelson <pyro@debian.org>2005-08-24 04:24:54 +0000
committerBrian Nelson <pyro@debian.org>2005-08-24 04:24:54 +0000
commitfbe4e7203d5d010976e382c51e11b72149358980 (patch)
tree68ba9a5afd1071e5948b935463eacc461d2c1cd6
parentad1a32853ab5b0b61e705adfcd17e3f2b11fdb2a (diff)
downloadqt4-x11-fbe4e7203d5d010976e382c51e11b72149358980.tar.gz
* debian/libqt4-dev.install: work around TT's broken "install" target in
this release so that the pkgconfig files are installed in /usr/lib/pkgconfig instead of directly in /usr/lib. Grrrr.
-rw-r--r--debian/changelog6
-rw-r--r--debian/libqt4-dev.install2
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 72b39b3..adf893a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,7 +25,11 @@ qt4-x11 (4.0.1-1) UNRELEASED; urgency=low
* Build-depend on libmysqlclient14-dev since libmysqlclient12-dev is
scheduled to be removed
- -- Brian Nelson <pyro@debian.org> Tue, 23 Aug 2005 19:10:59 -0700
+ * debian/libqt4-dev.install: work around TT's broken "install" target in
+ this release so that the pkgconfig files are installed in
+ /usr/lib/pkgconfig instead of directly in /usr/lib. Grrrr.
+
+ -- Brian Nelson <pyro@debian.org> Tue, 23 Aug 2005 21:24:44 -0700
qt4-x11 (4.0.0-3) unstable; urgency=low
diff --git a/debian/libqt4-dev.install b/debian/libqt4-dev.install
index 1cc2e5d..9121892 100644
--- a/debian/libqt4-dev.install
+++ b/debian/libqt4-dev.install
@@ -2,7 +2,7 @@ usr/include/qt4/*
usr/lib/*.la
usr/lib/*.prl
usr/lib/*.so
-usr/lib/pkgconfig
+usr/lib/*.pc usr/lib/pkgconfig/
usr/share/qt4/q3porting.xml
usr/share/qt4/mkspecs/*
usr/bin/qmake-qt4