[SCM] qtserialport packaging branch, experimental, updated. debian/5.6.1-2-5-gf65695e
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Sep 12 09:42:20 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtserialport.git;a=commitdiff;h=f65695e
The following commit has been merged in the experimental branch:
commit f65695e54fbfe3ee27359538adffe079d39d3ae2
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Sep 12 12:41:33 2016 +0300
Drop old unneeded hack for pkgconfig files.
---
debian/changelog | 1 +
debian/rules | 4 ----
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7bc9354..5c58b83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtserialport-opensource-src (5.7.0-1) UNRELEASED; urgency=medium
* Update debian/copyright.
* Bump Qt build-dependencies to 5.7.0.
* Migrate to automatic dbgsym packages.
+ * Drop old unneeded hack for pkgconfig files.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 12 Sep 2016 12:19:16 +0300
diff --git a/debian/rules b/debian/rules
index a50f716..fe18ea6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,10 +28,6 @@ override_dh_auto_install-arch:
# Remove private headers and related files, nothing needs them so far.
rm -rfv debian/tmp/usr/include/*/qt5/QtSerialPort/*/QtSerialPort/private/
rm -fv debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_serialport_private.pri
-
- # 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' {} \;
override_dh_auto_install-indep:
make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
--
qtserialport packaging
More information about the pkg-kde-commits
mailing list