rev 8526 - branches/qt4-x11/debian

Fathi Boudra fabo at alioth.debian.org
Tue Dec 25 18:13:17 UTC 2007


Author: fabo
Date: 2007-12-25 18:13:17 +0000 (Tue, 25 Dec 2007)
New Revision: 8526

Added:
   branches/qt4-x11/debian/libqt4-dbus.install
   branches/qt4-x11/debian/libqt4-phonon.install
   branches/qt4-x11/debian/libqt4-webkit.install
   branches/qt4-x11/debian/libqt4-xmlpatterns.install
Modified:
   branches/qt4-x11/debian/TODO
   branches/qt4-x11/debian/changelog
   branches/qt4-x11/debian/control
   branches/qt4-x11/debian/libqt4-core.install
   branches/qt4-x11/debian/libqt4-gui.install
Log:
* Update .install files: libqt4-core, libqt4-gui and qt4-dev-tools.
* Add packages: libqt4-dbus, libqt4-phonon , libqt4-webkit and
  libqt4-xmlpatterns.
* Move QtDBus module from libqt4-core in libqt4-dbus package.


Modified: branches/qt4-x11/debian/TODO
===================================================================
--- branches/qt4-x11/debian/TODO	2007-12-25 15:46:06 UTC (rev 8525)
+++ branches/qt4-x11/debian/TODO	2007-12-25 18:13:17 UTC (rev 8526)
@@ -8,24 +8,4 @@
   Anyways, a simple workaround for your case is to build Qt without exceptions,
   then reconfigure with them and build QtXmlPatterns only. Unless the ABI for
   with/without exceptions changes for your compiler, of course.
-* Install new files :
-
-usr/lib/libQtCLucene.so.4
-usr/lib/libQtCLucene.so.4.4
-usr/lib/libQtCLucene.so.4.4.0
-
-usr/lib/libQtHelp.so.4
-usr/lib/libQtHelp.so.4.4
-usr/lib/libQtHelp.so.4.4.0
-
-usr/lib/libQtWebKit.so.4
-usr/lib/libQtWebKit.so.4.4
-usr/lib/libQtWebKit.so.4.4.0
-
-usr/lib/libQtXmlPatterns.so.4
-usr/lib/libQtXmlPatterns.so.4.4
-usr/lib/libQtXmlPatterns.so.4.4.0
-
-usr/lib/libphonon.so.5
-usr/lib/libphonon.so.5.0
-usr/lib/libphonon.so.5.0.0
+* Check conflicts with WebKit and Phonon (from KDE4/kdelibs) packages
\ No newline at end of file

Modified: branches/qt4-x11/debian/changelog
===================================================================
--- branches/qt4-x11/debian/changelog	2007-12-25 15:46:06 UTC (rev 8525)
+++ branches/qt4-x11/debian/changelog	2007-12-25 18:13:17 UTC (rev 8526)
@@ -24,7 +24,10 @@
     * Enable exceptions. It is a dependency to XmlPatterns module.
   * Refresh patches: 01, 02, 03, 04, 05.
   * Disable all other patches.
-  * Update libqt4-gui.install and qt4-dev-tool.install files.
+  * Update .install files: libqt4-core, libqt4-gui and qt4-dev-tools.
+  * Add packages: libqt4-dbus, libqt4-phonon , libqt4-webkit and
+    libqt4-xmlpatterns.
+  * Move QtDBus module from libqt4-core in libqt4-dbus package.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 20 Dec 2007 11:20:46 +0100
 

Modified: branches/qt4-x11/debian/control
===================================================================
--- branches/qt4-x11/debian/control	2007-12-25 15:46:06 UTC (rev 8525)
+++ branches/qt4-x11/debian/control	2007-12-25 18:13:17 UTC (rev 8526)
@@ -99,13 +99,13 @@
 Section: devel
 Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-core (= ${binary:Version})
 Conflicts: qt3-assistant (<= 3:3.3.4-7), qt3-designer (<= 3:3.3.4-7), qt3-linguist (<= 3:3.3.4-7)
-Recommends: libqt4-dev, qt4-designer, qt4-doc
+Recommends: libqt4-dev, qt4-doc, qt4-designer
 Description: Qt 4 development tools
  Qt is a cross-platform C++ application framework.  Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
  .
  This packages contains tools used to assist in Qt 4 development,
- including the Qt Assistant, Linguist, DBus Viewer and Pixel Tool applications.
+ including the Qt Assistant, Linguist, D-Bus Viewer and Pixel Tool applications.
 
 Package: qt4-qtconfig
 Architecture: any
@@ -133,3 +133,65 @@
  documentation is provided in HTML and manpage format; the HTML version
  can be viewed in conjunction with the Qt Assistant found in the
  qt4-dev-tools package.
+
+Package: libqt4-dbus
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libqt4-core (<< 4.4.0~tp1-1)
+Replaces: libqt4-core (<< 4.4.0~tp1-1)
+Description: Qt 4 D-Bus module
+ 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 the D-Bus module for Qt.
+ .
+ The QtDBus module is a Unix-only library that you can use to make Inter-Process
+ Communication using the D-Bus protocol.
+ .
+ Applications using the QtDBus module can provide services to other, remote
+ applications by exporting objects, as well as use services exported by those
+ applications by placing calls and accessing properties.
+
+Package: libqt4-xmlpatterns
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt 4 XML patterns module
+ 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 the XmlPatterns module for Qt.
+ .
+ QtXmlPatterns is a XQuery and XPath engine for XML and custom data models.
+
+Package: libqt4-phonon
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt 4 Phonon module
+ 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 the Phonon module for Qt.
+ .
+ Phonon is a cross-platform multimedia framework that enables the use of audio
+ and video content in Qt applications.
+
+Package: libqt4-webkit
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Qt 4 WebKit module
+ 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 the WebKit module for Qt.
+ .
+ QtWebKit provides a Web browser engine that makes it easy to embed content
+ from the World Wide Web into your Qt application. At the same time Web content
+ can be enhanced with native controls.
+ .
+ QtWebKit provides facilities for rendering of HyperText Markup Language (HTML),
+ Extensible HyperText Markup Language (XHTML) and Scalable Vector Graphics (SVG)
+ documents, styled using Cascading Style Sheets (CSS) and scripted with JavaScript.

Modified: branches/qt4-x11/debian/libqt4-core.install
===================================================================
--- branches/qt4-x11/debian/libqt4-core.install	2007-12-25 15:46:06 UTC (rev 8525)
+++ branches/qt4-x11/debian/libqt4-core.install	2007-12-25 18:13:17 UTC (rev 8526)
@@ -2,7 +2,6 @@
 usr/lib/libQtNetwork.so.*
 usr/lib/libQtXml.so.*
 usr/lib/libQtTest.so.*
-usr/lib/libQtDBus.so.*
 usr/lib/libQtScript.so.*
-usr/bin/qdbus
+usr/lib/libQtCLucene.so.*
 usr/share/qt4/translations/*.qm

Added: branches/qt4-x11/debian/libqt4-dbus.install
===================================================================
--- branches/qt4-x11/debian/libqt4-dbus.install	                        (rev 0)
+++ branches/qt4-x11/debian/libqt4-dbus.install	2007-12-25 18:13:17 UTC (rev 8526)
@@ -0,0 +1,2 @@
+usr/lib/libQtDBus.so.*
+usr/bin/qdbus

Modified: branches/qt4-x11/debian/libqt4-gui.install
===================================================================
--- branches/qt4-x11/debian/libqt4-gui.install	2007-12-25 15:46:06 UTC (rev 8525)
+++ branches/qt4-x11/debian/libqt4-gui.install	2007-12-25 18:13:17 UTC (rev 8526)
@@ -4,6 +4,7 @@
 usr/lib/libQtDesigner.so.*
 usr/lib/libQtDesignerComponents.so.*
 usr/lib/libQtAssistantClient.so.*
+usr/lib/libQtHelp.so.*
 usr/lib/qt4/plugins/accessible/libqtaccessiblewidgets.so
 usr/lib/qt4/plugins/codecs/*.so
 usr/lib/qt4/plugins/iconengines/libqsvg.so

Added: branches/qt4-x11/debian/libqt4-phonon.install
===================================================================
--- branches/qt4-x11/debian/libqt4-phonon.install	                        (rev 0)
+++ branches/qt4-x11/debian/libqt4-phonon.install	2007-12-25 18:13:17 UTC (rev 8526)
@@ -0,0 +1 @@
+usr/lib/libphonon.so.*

Added: branches/qt4-x11/debian/libqt4-webkit.install
===================================================================
--- branches/qt4-x11/debian/libqt4-webkit.install	                        (rev 0)
+++ branches/qt4-x11/debian/libqt4-webkit.install	2007-12-25 18:13:17 UTC (rev 8526)
@@ -0,0 +1 @@
+usr/lib/libQtWebKit.so.*

Added: branches/qt4-x11/debian/libqt4-xmlpatterns.install
===================================================================
--- branches/qt4-x11/debian/libqt4-xmlpatterns.install	                        (rev 0)
+++ branches/qt4-x11/debian/libqt4-xmlpatterns.install	2007-12-25 18:13:17 UTC (rev 8526)
@@ -0,0 +1 @@
+usr/lib/libQtXmlPatterns.so.*




More information about the pkg-kde-commits mailing list