rev 9700 - branches/qt4-x11/debian

Fathi Boudra fabo at alioth.debian.org
Sun Mar 9 20:05:34 UTC 2008


Author: fabo
Date: 2008-03-09 20:05:33 +0000 (Sun, 09 Mar 2008)
New Revision: 9700

Modified:
   branches/qt4-x11/debian/rules
Log:
* Run dh_install for libqt4-webkit-dbg and libqt4-xmlpatterns-dbg packages.


Modified: branches/qt4-x11/debian/rules
===================================================================
--- branches/qt4-x11/debian/rules	2008-03-09 18:58:59 UTC (rev 9699)
+++ branches/qt4-x11/debian/rules	2008-03-09 20:05:33 UTC (rev 9700)
@@ -194,6 +194,14 @@
 # Run dh_install without the default DEB_DH_INSTALL_ARGS to install the *.debug files
 	dh_install -plibqt4-dbg --sourcedir=$(DEB_DH_INSTALL_SOURCEDIR)
 
+binary-install/libqt4-webkit-dbg::
+# Run dh_install without the default DEB_DH_INSTALL_ARGS to install the *.debug files
+	dh_install -plibqt4-webkit-dbg --sourcedir=$(DEB_DH_INSTALL_SOURCEDIR)
+
+binary-install/libqt4-xmlpatterns-dbg::
+# Run dh_install without the default DEB_DH_INSTALL_ARGS to install the *.debug files
+	dh_install -plibqt4-xmlpatterns-dbg --sourcedir=$(DEB_DH_INSTALL_SOURCEDIR)
+
 # Automatically install lintian overrides, stolen from debian-qt-kde.mk
 $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
 	if test -e debian/$(cdbs_curpkg).lintian; then \




More information about the pkg-kde-commits mailing list