[SCM] qt5webkit packaging branch, master, updated. 72c8cdce8d092dea19d92dfa4169031b6975e082
Pino Toscano
pino at alioth.debian.org
Sun May 19 12:44:43 UTC 2013
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=a130fd7
The following commit has been merged in the master branch:
commit a130fd729760ff3037ac86bf5735e7fed587550c
Author: Pino Toscano <pino at debian.org>
Date: Sun May 19 14:38:00 2013 +0200
rules: make .la removal similar to what's done in other modules
---
debian/rules | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index bf42ddd..494baab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,12 +34,12 @@ override_dh_auto_install:
chrpath -d $(CURDIR)/debian/tmp/usr/lib/*/qt5/libexec/QtWebProcess
chrpath -d $(CURDIR)/debian/tmp/usr/lib/*/qt5/libexec/QtWebPluginProcess
- # Remove la files (http://wiki.debian.org/ReleaseGoals/LAFileRemoval)
- rm -f debian/tmp/usr/lib/*/*.la
-
# Fix wrong path in pkgconfig files
find $(CURDIR)/debian/tmp/usr/lib/*/pkgconfig -type f -name '*.pc' \
-exec sed -i -e 's/$(DEB_HOST_MULTIARCH)\/$(DEB_HOST_MULTIARCH)/$(DEB_HOST_MULTIARCH)/g' {} \;
+
+ # Remove libtool-like files
+ rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
override_dh_install:
dh_install --fail-missing
--
qt5webkit packaging
More information about the pkg-kde-commits
mailing list