[SCM] qtserialport packaging branch, master, updated. debian/5.1.0-1-5-g43b47d2

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Tue Sep 3 12:40:43 UTC 2013


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

The following commit has been merged in the master branch:
commit 43b47d29f975c2e8bcfeeb109b6405a1aa673ba3
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Sep 3 09:40:04 2013 -0300

    Do not harcode the version of the package
    
    In the line that removes the private headers.
---
 debian/changelog |    2 ++
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index abaf21e..072f312 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtserialport-opensource-src (5.1.1-2) UNRELEASED; urgency=low
   * New upstream release.
   * Tighten Qt 5 build dependencies.
   * Simplify a little libqt5serialport5.install.
+  * Do not harcode the version of the package in the line that removes the
+    private headers.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 03 Sep 2013 09:22:40 -0300
 
diff --git a/debian/rules b/debian/rules
index a0fe0a4..1c6133d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ override_dh_auto_install-arch:
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
 	# Remove private headers, nothing needs them so far.
-	rm -rfv debian/tmp/usr/include/qt5/QtSerialPort/5.1.0/QtSerialPort/private/
+	rm -rfv debian/tmp/usr/include/qt5/QtSerialPort/*/QtSerialPort/private/
 	
 	# 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