[SCM] qtwayland packaging branch, experimental, updated. debian/5.6.1-2-23-g14cc204
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Jul 8 21:24:48 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwayland.git;a=commitdiff;h=14cc204
The following commit has been merged in the experimental branch:
commit 14cc204814343d8a7c3fbc5d818c73212c6d73d1
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Jul 9 00:24:26 2016 +0300
Quick fix before upload: remove bashism from debian/rules.
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 1f505ff..ae7b4ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,9 @@ override_dh_auto_install-arch:
# libQt5WaylandClient library has no public API, do not ship development files for it
rm -rfv debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWaylandClient/
rm -rfv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt5WaylandClient/
- rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5WaylandClient.{prl,so,la}
+ rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5WaylandClient.la
+ rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5WaylandClient.prl
+ rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5WaylandClient.so
rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/Qt5WaylandClient.pc
rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_waylandclient.pri
--
qtwayland packaging
More information about the pkg-kde-commits
mailing list