diff options
author | Fathi Boudra <fabo@debian.org> | 2011-06-22 09:37:04 +0300 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2011-06-22 09:37:41 +0300 |
commit | 318ee5966422b24e08da4aea73249a7e402f4e64 (patch) | |
tree | dd18c45f909f59abbfb00fc5baedc99e2a076dce /debian | |
parent | cd02c1ebfc70713921b269c76fd145dd43f9195c (diff) | |
download | qt4-x11-318ee5966422b24e08da4aea73249a7e402f4e64.tar.gz |
Move binaries in qt4-bin-dbg package
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 13 | ||||
-rwxr-xr-x | 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) |