[SCM] qt3d packaging branch, master, updated. debian/5.5.0-1-13-geef7be9
Pino Toscano
pino at moszumanska.debian.org
Sun Oct 25 23:14:36 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt3d.git;a=commitdiff;h=8584246
The following commit has been merged in the master branch:
commit 8584246fa68f09fed3e56894bbf159142ec36ca8
Author: Pino Toscano <pino at debian.org>
Date: Mon Oct 26 00:09:55 2015 +0100
remove private headers from all the libraries
extend the rm pattern using globs
---
debian/changelog | 3 +++
debian/rules | 6 +-----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ec88c92..9705cc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
qt3d-opensource-src (5.5.1-2) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Make sure to remove private headers from all the libraries: extend the
+ rm pattern using globs.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 26 Oct 2015 00:06:35 +0100
diff --git a/debian/rules b/debian/rules
index 8ec0b3e..1566276 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,11 +30,7 @@ override_dh_auto_install-arch:
rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
# Remove private stuff
- rm -rfv $(CURDIR)/debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/Qt3DCore/*/Qt3DCore/private
- rm -rfv $(CURDIR)/debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/Qt3DInput/*/Qt3DInput/private
- rm -rfv $(CURDIR)/debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/Qt3DQuick/*/Qt3DQuick/private
- rm -rfv $(CURDIR)/debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/Qt3DQuickRenderer/*/Qt3DQuickRenderer/private
- rm -rfv $(CURDIR)/debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/Qt3DRenderer/*/Qt3DRenderer/private
+ rm -rfv $(CURDIR)/debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/Qt3D*/5.*/Qt3D*/private
rm -fv $(CURDIR)/debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_*_private.pri
# Remove empty directories
--
qt3d packaging
More information about the pkg-kde-commits
mailing list