[SCM] qtserialport packaging branch, master, updated. debian/5.2.0-3-2-g42177dc

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Jan 31 18:23:15 UTC 2014


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

The following commit has been merged in the master branch:
commit 427167aaef85fe3954603bfd9d5ad9e7fd9fe7ad
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Dec 13 12:17:06 2013 -0300

    Remove private stuff we are not shipping.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2b91349..c27000c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtserialport-opensource-src (5.2.0-1) UNRELEASED; urgency=low
   * Bump Qt build dependencies.
   * Add libudev-dev as build dependency.
   * Adjust install files.
+  * Remove new private stuff we are not shipping.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 13 Dec 2013 11:56:32 -0300
 
diff --git a/debian/rules b/debian/rules
index 1c6133d..6e00a2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,8 +31,9 @@ override_dh_auto_install-arch:
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
-	# Remove private headers, nothing needs them so far.
+	# 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/share/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' \

-- 
qtserialport packaging



More information about the pkg-kde-commits mailing list