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

Fathi Boudra fabo at alioth.debian.org
Wed Jun 22 06:49:05 UTC 2011


The following commit has been merged in the master branch:
commit 318ee5966422b24e08da4aea73249a7e402f4e64
Author: Fathi Boudra <fabo at debian.org>
Date:   Wed Jun 22 09:37:04 2011 +0300

    Move binaries in qt4-bin-dbg package
---
 debian/changelog |    2 +-
 debian/control   |   13 +++++++++++++
 debian/rules     |    3 +++
 3 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7c83511..31f3f0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ qt4-x11 (4:4.7.3-3) UNRELEASED; urgency=low
 
   [ Fathi Boudra ]
   * Split Qt debug package a bit more: introduce libqt4-designer-dbg,
-    libqt4-qt3support-dbg and libqt4-script-dbg packages.
+    libqt4-qt3support-dbg, libqt4-script-dbg and qt4-bin-dbg packages.
   * Add libqt4-dev-private package: ship Qt private headers to build Qt Creator
     QML Designer plugin.
   * Add rsync build dependency (easy way to preserve relative path names).
diff --git a/debian/control b/debian/control
index c0de13b..b22e6d8 100644
--- a/debian/control
+++ b/debian/control
@@ -592,6 +592,19 @@ Description: Qt 4 XML patterns library debugging symbols
  This package contains the debugging symbols for the Qt 4 XML patterns
  library.
 
+Package: qt4-bin-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends: libqt4-dbg (= ${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 binaries 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 binaries.
+
 Package: qt4-demos-dbg
 Priority: extra
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 2b67a30..96111c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -304,6 +304,9 @@ override_dh_strip:
 	$(foreach pkg,$(pkgs_dbg),dh_strip -p$(pkg) --dbg-package=$(pkg)-dbg;)
 	dh_strip -plibqt4-phonon
 	dh_strip --remaining-packages --dbg-package=libqt4-dbg
+	# Move binaries in qt4-bin-dbg package
+	mkdir -p debian/qt4-bin-dbg/usr/lib/debug/usr
+	mv debian/libqt4-dbg/usr/lib/debug/usr/bin debian/qt4-bin-dbg/usr/lib/debug/usr/
 
 override_dh_makeshlibs:
 	# Specific shlibs version (e.g.: 4:4.5.2)

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list