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

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


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

The following commit has been merged in the master branch:
commit 041d061181c223b444fcfc96975e18401693cb25
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Jan 31 15:27:06 2014 -0300

    Move mkspec files to their new location.
    
    B-D on qtbase5-private-dev 5.2.0+dfsg-7 which changed the location.
---
 debian/changelog                     | 2 ++
 debian/control                       | 2 +-
 debian/libqt5serialport5-dev.install | 2 +-
 debian/rules                         | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0686254..6380780 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ qtserialport-opensource-src (5.2.0-4) UNRELEASED; urgency=medium
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Revert the previous addition of libudev-dev, this seems a bug which should
     be solved.
+  * Move mkspec files to their new location.
+    - B-D on qtbase5-private-dev 5.2.0+dfsg-7 which changed the location.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 21 Dec 2013 14:50:28 -0300
 
diff --git a/debian/control b/debian/control
index 01ed43c..076549e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Uploaders: Fathi Boudra <fabo at debian.org>,
 Build-Depends: debhelper (>= 9),
                libudev-dev [linux-any],
                pkg-kde-tools,
-               qtbase5-dev (>= 5.2.0+dfsg~)
+               qtbase5-dev (>= 5.2.0+dfsg-7~)
 Build-Depends-Indep: libqt5sql5-sqlite (>= 5.2.0+dfsg~),
                      qttools5-dev-tools (>= 5.2.0~)
 Standards-Version: 3.9.4
diff --git a/debian/libqt5serialport5-dev.install b/debian/libqt5serialport5-dev.install
index 5d474dc..c7c250e 100644
--- a/debian/libqt5serialport5-dev.install
+++ b/debian/libqt5serialport5-dev.install
@@ -16,4 +16,4 @@ usr/lib/*/cmake/Qt5SerialPort/Qt5SerialPortConfigVersion.cmake
 usr/lib/*/libQt5SerialPort.prl
 usr/lib/*/libQt5SerialPort.so
 usr/lib/*/pkgconfig/Qt5SerialPort.pc
-usr/share/qt5/mkspecs/modules/qt_lib_serialport.pri
+usr/lib/*/qt5/mkspecs/modules/qt_lib_serialport.pri
diff --git a/debian/rules b/debian/rules
index 6e00a2a..dc2723a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ 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/share/qt5/mkspecs/modules/qt_lib_serialport_private.pri
+	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' \

-- 
qtserialport packaging



More information about the pkg-kde-commits mailing list