[SCM] Qt 4 packaging branch, master, updated. debian/4.7.3-2-5-g542d61a

Fathi Boudra fabo at alioth.debian.org
Tue Jun 21 07:55:42 UTC 2011


The following commit has been merged in the master branch:
commit 245851b311882c4202dbb3c941fb42958f9ea97f
Author: Fathi Boudra <fabo at debian.org>
Date:   Tue Jun 21 10:50:05 2011 +0300

    Split Qt debug package a bit more: introduce libqt4-designer-dbg,
    libqt4-qt3support-dbg and libqt4-script-dbg packages.
---
 debian/changelog |    2 ++
 debian/control   |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6a45ac6..4b4b60f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qt4-x11 (4:4.7.3-3) UNRELEASED; urgency=low
 
+  * Split Qt debug package a bit more: introduce libqt4-designer-dbg,
+    libqt4-qt3support-dbg and libqt4-script-dbg packages.
   * Add missing epoch for qt4-linguist-tools Breaks/Replaces. (Closes: #630917)
 
  -- Fathi Boudra <fabo at debian.org>  Mon, 20 Jun 2011 15:29:58 +0300
diff --git a/debian/control b/debian/control
index 30dbfa5..133341c 100644
--- a/debian/control
+++ b/debian/control
@@ -508,6 +508,50 @@ Description: Qt 4 library debugging symbols
  .
  This package contains the debugging symbols for the Qt 4 libraries.
 
+Package: libqt4-designer-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends: libqt4-designer (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Breaks: libqt4-dbg (<< 4:4.7.3-3)
+Replaces: libqt4-dbg (<< 4:4.7.3-3)
+Description: Qt 4 designer 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.
+ .
+ This package contains the debugging symbols for the Qt 4 Designer library.
+
+Package: libqt4-qt3support-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends: libqt4-qt3support (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs: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
+ 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 debugging symbols for the Qt 3 compatibility library
+ for Qt 4.
+
+Package: libqt4-script-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends: libqt4-script (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Breaks: libqt4-dbg (<< 4:4.7.3-3)
+Replaces: libqt4-dbg (<< 4:4.7.3-3)
+Description: Qt 4 script 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.
+ .
+ This package contains the debugging symbols for the Qt 4 Script library.
+
 Package: libqt4-webkit-dbg
 Priority: extra
 Architecture: any

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list