[SCM] qttools packaging branch, experimental, updated. debian/5.2.0-2-4-g7bb2bd9

Pino Toscano pino at moszumanska.debian.org
Sat Dec 21 11:17:30 UTC 2013


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

The following commit has been merged in the experimental branch:
commit 7bb2bd9520ce580411cab38564c55f79a3e19bc0
Author: Pino Toscano <pino at debian.org>
Date:   Sat Dec 21 12:17:16 2013 +0100

    remove the Pre-Depends on dpkg >= 1.15.6~
    
    since that version is available in Squeeze already
---
 debian/changelog |  2 ++
 debian/control   | 16 +++++-----------
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bd45347..e2004b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qttools-opensource-src (5.2.0-3) UNRELEASED; urgency=low
   * Install the private qmake stuff in qttools5-private-dev, not in
     qttools5-dev.
   * Simplify qttools5-examples.install.
+  * Remove the Pre-Depends on dpkg >= 1.15.6~, since that version is available
+    in Squeeze already.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 21 Dec 2013 12:00:57 +0100
 
diff --git a/debian/control b/debian/control
index 8fb6e3d..83e89de 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/qt/qttools.git
 Package: libqt5clucene5
 Architecture: any
 Multi-Arch: same
-Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 CLucene module
  Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -35,7 +35,7 @@ Description: Qt 5 CLucene module
 Package: libqt5designer5
 Architecture: any
 Multi-Arch: same
-Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 designer module
  Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -48,7 +48,7 @@ Description: Qt 5 designer module
 Package: libqt5designercomponents5
 Architecture: any
 Multi-Arch: same
-Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 Designer components module
  Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -59,7 +59,6 @@ Description: Qt 5 Designer components module
 Package: qdbus-qt5
 Architecture: any
 Section: utils
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 D-Bus tool
  Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -71,7 +70,7 @@ Description: Qt 5 D-Bus tool
 Package: libqt5help5
 Architecture: any
 Multi-Arch: same
-Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 help module
  Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -83,7 +82,6 @@ Description: Qt 5 help module
 Package: qttools5-dev
 Architecture: any
 Section: libdevel
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libqt5clucene5 (= ${binary:Version}),
          libqt5designer5 (= ${binary:Version}),
          libqt5designercomponents5 (= ${binary:Version}),
@@ -100,7 +98,6 @@ Description: Qt 5 tools development files
 Package: qttools5-private-dev
 Architecture: any
 Section: libdevel
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: qttools5-dev (= ${binary:Version}), ${misc:Depends}
 Breaks: qttools5-dev (<< 5.2.0-3~)
 Replaces: qttools5-dev (<< 5.2.0-3~)
@@ -115,7 +112,6 @@ Description: Qt 5 tools private development files
 Package: qttools5-dev-tools
 Architecture: any
 Section: devel
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: qtchooser, ${misc:Depends}, ${shlibs:Depends}
 Recommends: libqt5sql5-sqlite
 Description: Qt 5 development tools
@@ -130,7 +126,7 @@ Package: qttools5-examples
 Architecture: any
 Multi-Arch: same
 Section: x11
-Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 5 tools examples
  Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -143,7 +139,6 @@ Architecture: any
 Multi-Arch: same
 Priority: extra
 Section: debug
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libqt5clucene5 (= ${binary:Version}),
          libqt5designer5 (= ${binary:Version}),
          libqt5designercomponents5 (= ${binary:Version}),
@@ -161,7 +156,6 @@ Architecture: any
 Multi-Arch: same
 Priority: extra
 Section: debug
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: qttools5-dbg (= ${binary:Version}),
          qttools5-examples (= ${binary:Version}),
          ${misc:Depends}

-- 
qttools packaging



More information about the pkg-kde-commits mailing list