[SCM] Qt 4 Debian packaging branch, experimental-snapshots, updated. debian/4.6.2-5-27-g716465a

Fathi Boudra fabo at alioth.debian.org
Tue May 25 13:17:14 UTC 2010


The following commit has been merged in the experimental-snapshots branch:
commit 716465af2ccaec28ea7495522de89b5ccc866b75
Author: Fathi Boudra <fabo at debian.org>
Date:   Tue May 25 16:15:12 2010 +0300

    Move qml viewer in his own package.
    Upload to experimental.
---
 debian/changelog                  |    4 ++--
 debian/control                    |   10 ++++++++++
 debian/libqt4-declarative.install |    1 -
 debian/qt4-qmlviewer.install      |    1 +
 4 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e30ed8..b73b786 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qt4-x11 (4:4.7.0~beta1-1) UNRELEASED; urgency=low
+qt4-x11 (4:4.7.0~beta1-1) experimental; urgency=low
 
   * New upstream release.
     - QtAssistant client library removal (libqt4-assistant).
@@ -22,7 +22,7 @@ qt4-x11 (4:4.7.0~beta1-1) UNRELEASED; urgency=low
     - add libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev,
       libpulse-dev and libxv-dev build dependencies.
     - add libqt4-declarative, libqt4-mediaservices,
-      libqt4-declarative-$PLUGINS packages.
+      libqt4-declarative-$PLUGINS and qt4-qmlviewer packages.
     - remove libqt4-assistant package.
   * Update debian/rules:
     - add -importdir configure option.
diff --git a/debian/control b/debian/control
index 2a5298c..b60c6db 100644
--- a/debian/control
+++ b/debian/control
@@ -554,6 +554,16 @@ Description: Qt 4 examples and demos
  .
  This package contains Qt 4 examples and demos.
 
+Package: qt4-qmlviewer
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt 4 QML viewer
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains Qt 4 QML viewer (qml). It allows to view QML files.
+
 Package: qt4-doc
 Architecture: all
 Section: doc
diff --git a/debian/libqt4-declarative.install b/debian/libqt4-declarative.install
index 1e9e2cf..f993aa2 100644
--- a/debian/libqt4-declarative.install
+++ b/debian/libqt4-declarative.install
@@ -1,3 +1,2 @@
-usr/bin/qml
 usr/lib/libQtDeclarative.so.*
 usr/lib/qt4/plugins/designer/libqdeclarativeview.so
diff --git a/debian/qt4-qmlviewer.install b/debian/qt4-qmlviewer.install
new file mode 100644
index 0000000..f0f2c4d
--- /dev/null
+++ b/debian/qt4-qmlviewer.install
@@ -0,0 +1 @@
+usr/bin/qml

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list