[SCM] Qt Mobility packaging branch, master, updated. debian/1.0.2-1-4-ge84a82f

Fathi Boudra fabo at alioth.debian.org
Sat Sep 11 16:13:23 UTC 2010


The following commit has been merged in the master branch:
commit adc4c00f21fde3f9d4fbf9e5572ebc8e3d56649a
Author: Fathi Boudra <fabo at debian.org>
Date:   Sat Sep 11 19:09:46 2010 +0300

    Split servicefw in his own package
---
 debian/changelog              |    6 ++++++
 debian/control                |   13 ++++++++++++-
 debian/qtmobility-dev.install |    1 -
 debian/servicefw.install      |    1 +
 4 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 34499ec..96e6e2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qtmobility (1.0.2-2) experimental; urgency=low
+
+  * Split servicefw in his own package.
+
+ -- Fathi Boudra <fabo at debian.org>  Tue, 07 Sep 2010 12:37:57 +0300
+
 qtmobility (1.0.2-1) experimental; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 5d22ced..1c35eb1 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
  libqtsensors1 (= ${binary:Version}),
  libqtserviceframework1 (= ${binary:Version}),
  libqtsysteminfo1 (= ${binary:Version}),
- libqtversit1 (= ${binary:Version})
+ libqtversit1 (= ${binary:Version}),
+ servicefw
 Description: APIs for mobile device functionality - development files
  Qt Mobility delivers a set of new APIs for mobile device functionality.
  .
@@ -161,6 +162,16 @@ Description: Qt Mobility Service Framework QML plugin
  .
  This package contains the Service Framework QML plugin for QtDeclarative.
 
+Package: servicefw
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: qtmobility-dev (<< 1.0.2-2)
+Description: Qt Mobility Service Framework tool
+ Qt Mobility delivers a set of new APIs for mobile device functionality.
+ .
+ This package contains the Service Framework tool (servicefw). It allows
+ to register services and make them available over the Service Framework.
+
 Package: qtmobility-examples
 Architecture: any
 Section: x11
diff --git a/debian/qtmobility-dev.install b/debian/qtmobility-dev.install
index dc1e7cd..a40d557 100644
--- a/debian/qtmobility-dev.install
+++ b/debian/qtmobility-dev.install
@@ -1,7 +1,6 @@
 usr/bin/icheck
 usr/bin/qcrmlgen
 usr/bin/servicedbgen
-usr/bin/servicefw
 usr/bin/servicexmlgen
 usr/bin/vsexplorer
 usr/include/QtContacts/QContact
diff --git a/debian/servicefw.install b/debian/servicefw.install
new file mode 100644
index 0000000..3729f90
--- /dev/null
+++ b/debian/servicefw.install
@@ -0,0 +1 @@
+usr/bin/servicefw

-- 
Qt Mobility packaging



More information about the pkg-kde-commits mailing list