[SCM] qt3d packaging branch, master, updated. ee25d7047d8ed9548f700c6b892237fe8943aa5f

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Sep 3 13:31:15 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt3d.git;a=commitdiff;h=ee25d70

The following commit has been merged in the master branch:
commit ee25d7047d8ed9548f700c6b892237fe8943aa5f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Sep 3 11:52:32 2015 +0300

    Remove duplicate code.
---
 debian/rules | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0e341d2..b7c586e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,14 +34,9 @@ override_dh_auto_install-arch:
 	rm -rfv $(CURDIR)/debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/Qt3DRenderer/*/Qt3DRenderer/private
 	rm -fv $(CURDIR)/debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_*_private.pri
 
-override_dh_auto_install:
-	dh_auto_install
 	# Fix wrong path in pkgconfig files
 	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/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_auto_test-arch:
 ifeq ($(DEB_HOST_ARCH),$(filter $(DEB_HOST_ARCH),$(testrun_architectures)))

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list