[SCM] Qt 4 packaging branch, experimental, updated. debian/4.7.4-1-39-g3e522e0

Fathi Boudra fabo at alioth.debian.org
Wed Dec 28 17:24:30 UTC 2011


The following commit has been merged in the experimental branch:
commit 3e522e076b9525d08c29c39712337fb4f4112ba0
Author: Fathi Boudra <fabo at debian.org>
Date:   Wed Dec 28 19:23:00 2011 +0200

    Comment qt4-bin-dbg section due to dh_strip/compat 9 behavior.
---
 debian/rules |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index dc22364..d36dafb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -319,8 +319,10 @@ override_dh_strip:
 	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/
+	# FIXME: with debhelper compat 9, dh_strip puts separated debug symbols
+	#        in a location based on their build-id.
+	#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