[SCM] qtsensors packaging branch, master, updated. debian/5.2.0+dfsg-2-1-gd44af85

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


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

The following commit has been merged in the master branch:
commit d44af854c8dfee7ef71ce5dc95cd804e8c514324
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Jan 31 20:37:33 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                  | 4 ++++
 debian/control                    | 2 +-
 debian/libqt5sensors5-dev.install | 2 +-
 debian/rules                      | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c6d3d0a..fbf627e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ qtsensors-opensource-src (5.2.0+dfsg-2) experimental; urgency=low
   * Remove the Pre-Depends on dpkg >= 1.15.6~, since that version is available
     in Squeeze already.
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Move mkspec files to their new location.
+    - B-D on qtbase5-private-dev 5.2.0+dfsg-7 which changed the location.
+
  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Thu, 26 Dec 2013 15:18:42 -0300
 
 qtsensors-opensource-src (5.2.0+dfsg-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 05652dc..7d66e4c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Uploaders: Fathi Boudra <fabo at debian.org>,
            Dmitry Shachnev <mitya57 at gmail.com>
 Build-Depends: debhelper (>= 9.0.0),
                pkg-kde-tools,
-               qtbase5-private-dev (>= 5.2.0+dfsg~),
+               qtbase5-private-dev (>= 5.2.0+dfsg-7~),
                qtdeclarative5-private-dev (>= 5.2.0~),
                xauth,
                xvfb
diff --git a/debian/libqt5sensors5-dev.install b/debian/libqt5sensors5-dev.install
index 484aac6..fa169c2 100644
--- a/debian/libqt5sensors5-dev.install
+++ b/debian/libqt5sensors5-dev.install
@@ -91,4 +91,4 @@ usr/lib/*/cmake/*
 usr/lib/*/libQt5Sensors.prl
 usr/lib/*/libQt5Sensors.so
 usr/lib/*/pkgconfig/*
-usr/share/qt5/mkspecs/modules/*
+usr/lib/*/qt5/mkspecs/modules/*
diff --git a/debian/rules b/debian/rules
index 58c2dfc..8201a2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ override_dh_auto_install:
 	# Remove private headers
 	rm -fv debian/tmp/usr/include/qt5/QtSensors/*/QtSensors/private/*
 	# ... and other private stuff
-	rm -fv debian/tmp/usr/share/qt5/mkspecs/modules/qt_lib_sensors_private.pri
+	rm -fv debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_sensors_private.pri
 
 override_dh_install:
 	# Now flush all the .install-* files as .install files.

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list