[SCM] Qt 4 packaging branch, experimental, updated. debian/4.8.0-1-44-gcd68536

Pino Toscano pino at alioth.debian.org
Tue May 1 10:56:09 UTC 2012


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

The following commit has been merged in the experimental branch:
commit 7f2fc51dd863b57d66d65de5f3097ade73cc0c97
Author: Pino Toscano <pino at debian.org>
Date:   Tue May 1 12:48:25 2012 +0200

    remove ${shlibs:Depends} from all the -dbg packages
---
 debian/changelog |    1 +
 debian/control   |   17 +++++++----------
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6876733..8d303d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,7 @@ qt4-x11 (4:4.8.1-0r1) UNRELEASED; urgency=low
   * Fix build failures with GCC 4.7; patch gcc-4.7.diff. (Closes: #667911)
   * Fix atomic support on sparc64, by Aurelien Jarno (thanks!);
     patch qt_atomic_sparc64.patch. (Closes: #647265)
+  * Remove ${shlibs:Depends} from all the -dbg packages.
 
  -- Fathi Boudra <fabo at debian.org>  Wed, 04 Jan 2012 22:15:56 +0200
 
diff --git a/debian/control b/debian/control
index add4d5f..ea194ae 100644
--- a/debian/control
+++ b/debian/control
@@ -602,7 +602,7 @@ Package: libqt4-dbg
 Priority: extra
 Architecture: any
 Section: debug
-Depends: libqtcore4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libqtcore4 (= ${binary:Version}), ${misc:Depends}
 Breaks: libqt4-debug (<< 4.4.0~beta1-1)
 Conflicts: qt-x11-free-dbg
 Replaces: libqt4-debug (<< 4.4.0~beta1-1)
@@ -617,8 +617,7 @@ Priority: extra
 Architecture: any
 Section: debug
 Depends: libqt4-designer (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
+         ${misc:Depends}
 Breaks: libqt4-dbg (<< 4:4.7.3-3)
 Replaces: libqt4-dbg (<< 4:4.7.3-3)
 Description: Qt 4 designer library debugging symbols
@@ -632,8 +631,7 @@ Priority: extra
 Architecture: any
 Section: debug
 Depends: libqt4-qt3support (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
+         ${misc:Depends}
 Breaks: libqt4-dbg (<< 4:4.7.3-3)
 Replaces: libqt4-dbg (<< 4:4.7.3-3)
 Description: Qt 3 compatibility library for Qt 4 debugging symbols
@@ -647,7 +645,7 @@ Package: libqt4-script-dbg
 Priority: extra
 Architecture: any
 Section: debug
-Depends: libqt4-script (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libqt4-script (= ${binary:Version}), ${misc:Depends}
 Breaks: libqt4-dbg (<< 4:4.7.3-3)
 Replaces: libqt4-dbg (<< 4:4.7.3-3)
 Description: Qt 4 script library debugging symbols
@@ -673,8 +671,7 @@ Priority: extra
 Architecture: any
 Section: debug
 Depends: libqt4-xmlpatterns (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
+         ${misc:Depends}
 Description: Qt 4 XML patterns library debugging symbols
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.
@@ -686,7 +683,7 @@ Package: qt4-bin-dbg
 Priority: extra
 Architecture: any
 Section: debug
-Depends: libqt4-dbg (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libqt4-dbg (= ${binary:Version}), ${misc:Depends}
 Breaks: libqt4-dbg (<< 4:4.7.3-3)
 Replaces: libqt4-dbg (<< 4:4.7.3-3)
 Description: Qt 4 binaries debugging symbols
@@ -699,7 +696,7 @@ Package: qt4-demos-dbg
 Priority: extra
 Architecture: any
 Section: debug
-Depends: qt4-demos (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: qt4-demos (= ${binary:Version}), ${misc:Depends}
 Description: Qt 4 examples and demos debugging symbols
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list