[SCM] qtsystems packaging branch, master, updated. 52551a42142890804946b2d26f0cb52f12941a01

Timo Jyrinki timo at alioth.debian.org
Fri Jun 14 08:46:46 UTC 2013


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

The following commit has been merged in the master branch:
commit bda5a910fc2acc50dab8c9406b18242885ad8b16
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Fri Jun 14 11:00:18 2013 +0300

    Run wrap-and-sort
---
 debian/control   |   65 ++++++++++++++++++++++++++----------------------------
 debian/copyright |    1 -
 2 files changed, 31 insertions(+), 35 deletions(-)

diff --git a/debian/control b/debian/control
index 1337158..26cc55b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: libs
 Priority: extra
 Maintainer: Timo Jyrinki <timo-jyrinki at ubuntu.com>
 Build-Depends: debhelper (>= 9.0.0),
-               qtbase5-private-dev,
-               qtdeclarative5-private-dev,
-               qt5-default,
                pkg-kde-tools,
+               qt5-default,
+               qtbase5-private-dev,
+               qtdeclarative5-private-dev
 Standards-Version: 3.9.4
 Homepage: http://qt-project.org/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtsystems.git
@@ -17,14 +17,14 @@ Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Qt Systems module - 
+Description: Qt Systems 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 Service Framework part of the Qt Systems module.
  .
- WARNING: This module is not an official part of Qt 5, but instead a git 
- snapshot of an ongoing development. The package is very likely to 
+ WARNING: This module is not an official part of Qt 5, but instead a git
+ snapshot of an ongoing development. The package is very likely to
  change in a binary incompatible way, and no guarantees are given.
 
 Package: libqt5publishsubscribe5
@@ -32,14 +32,14 @@ Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Qt Systems module - 
+Description: Qt Systems 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 Publish Subscribe part of the Qt Systems module.
  .
- WARNING: This module is not an official part of Qt 5, but instead a git 
- snapshot of an ongoing development. The package is very likely to 
+ WARNING: This module is not an official part of Qt 5, but instead a git
+ snapshot of an ongoing development. The package is very likely to
  change in a binary incompatible way, and no guarantees are given.
 
 Package: libqt5systeminfo5
@@ -47,22 +47,22 @@ Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Qt Systems module - 
+Description: Qt Systems 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 System Info part of the Qt Systems module.
  .
- WARNING: This module is not an official part of Qt 5, but instead a git 
- snapshot of an ongoing development. The package is very likely to 
+ WARNING: This module is not an official part of Qt 5, but instead a git
+ snapshot of an ongoing development. The package is very likely to
  change in a binary incompatible way, and no guarantees are given.
 
 Package: qtsystems5-dev
 Section: libdevel
 Architecture: any
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: libqt5serviceframework5 (= ${binary:Version}),
-         libqt5publishsubscribe5 (= ${binary:Version}),
+Depends: libqt5publishsubscribe5 (= ${binary:Version}),
+         libqt5serviceframework5 (= ${binary:Version}),
          libqt5systeminfo5 (= ${binary:Version}),
          qtbase5-dev,
          ${misc:Depends}
@@ -73,16 +73,15 @@ Description: Qt 5 Systems development files
  This package contains the header development files used for building Qt 5
  applications using Qt Systems libraries.
  .
- WARNING: This module is not an official part of Qt 5, but instead a git 
- snapshot of an ongoing development. The package is very likely to 
+ WARNING: This module is not an official part of Qt 5, but instead a git
+ snapshot of an ongoing development. The package is very likely to
  change in a binary incompatible way, and no guarantees are given.
 
 Package: qtsystems5-private-dev
 Architecture: any
 Section: libdevel
 Pre-Depends: dpkg (>= 1.15.6~)
-Depends: qtsystems5-dev (= ${binary:Version}),
-         ${misc:Depends},
+Depends: qtsystems5-dev (= ${binary:Version}), ${misc:Depends}
 Description: Qt 5 Systems private development files
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
@@ -92,16 +91,16 @@ Description: Qt 5 Systems private development files
  .
  Use at your own risk.
  .
- WARNING: This module is not an official part of Qt 5, but instead a git 
- snapshot of an ongoing development. The package is very likely to 
+ WARNING: This module is not an official part of Qt 5, but instead a git
+ snapshot of an ongoing development. The package is very likely to
  change in a binary incompatible way, and no guarantees are given.
 
 Package: qtsystems5-tools
 Architecture: any
 Section: libdevel
 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
-Depends: libqt5serviceframework5 (= ${binary:Version}),
-         libqt5publishsubscribe5 (= ${binary:Version}),
+Depends: libqt5publishsubscribe5 (= ${binary:Version}),
+         libqt5serviceframework5 (= ${binary:Version}),
          libqt5systeminfo5 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
@@ -109,35 +108,34 @@ Description: Qt 5 Systems 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 package contains the sfwlisten and servicefw tools for Qt 5 
+ This package contains the sfwlisten and servicefw tools for Qt 5
  Systems module.
  .
- WARNING: This module is not an official part of Qt 5, but instead a git 
- snapshot of an ongoing development. The package is very likely to 
+ WARNING: This module is not an official part of Qt 5, but instead a git
+ snapshot of an ongoing development. The package is very likely to
  change in a binary incompatible way, and no guarantees are given.
 
 Package: qtsystems5-examples
 Architecture: any
 Section: libdevel
 Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 Systems examples
  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 examples for Qt 5 Systems.
  .
- WARNING: This module is not an official part of Qt 5, but instead a git 
- snapshot of an ongoing development. The package is very likely to 
+ WARNING: This module is not an official part of Qt 5, but instead a git
+ snapshot of an ongoing development. The package is very likely to
  change in a binary incompatible way, and no guarantees are given.
 
 Package: qtsystems5-dbg
 Priority: extra
 Architecture: any
 Section: debug
-Depends: libqt5serviceframework5 (= ${binary:Version}),
-         libqt5publishsubscribe5 (= ${binary:Version}),
+Depends: libqt5publishsubscribe5 (= ${binary:Version}),
+         libqt5serviceframework5 (= ${binary:Version}),
          libqt5systeminfo5 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: qtsystems5-examples (= ${binary:Version})
@@ -148,7 +146,6 @@ Description: Qt Systems library debugging symbols
  This package contains the debugging symbols for the Qt 5 Systems
  libraries.
  .
- WARNING: This module is not an official part of Qt 5, but instead a git 
- snapshot of an ongoing development. The package is very likely to 
+ WARNING: This module is not an official part of Qt 5, but instead a git
+ snapshot of an ongoing development. The package is very likely to
  change in a binary incompatible way, and no guarantees are given.
-
diff --git a/debian/copyright b/debian/copyright
index afe0893..84ef0c2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -110,4 +110,3 @@ License: BSD-3-clause
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
-

-- 
qtsystems packaging



More information about the pkg-kde-commits mailing list