[Python-modules-commits] r9785 - in packages/pyside/trunk/debian (2 files)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Thu Sep 17 08:13:20 UTC 2009


    Date: Thursday, September 17, 2009 @ 08:13:19
  Author: odyx-guest
Revision: 9785

pyside WIP, adjust -dbg things

Modified:
  packages/pyside/trunk/debian/rules
Deleted:
  packages/pyside/trunk/debian/python-pyside-dbg.install

Deleted: packages/pyside/trunk/debian/python-pyside-dbg.install
===================================================================
--- packages/pyside/trunk/debian/python-pyside-dbg.install	2009-09-16 14:27:29 UTC (rev 9784)
+++ packages/pyside/trunk/debian/python-pyside-dbg.install	2009-09-17 08:13:19 UTC (rev 9785)
@@ -1 +0,0 @@
-/usr/lib/debug

Modified: packages/pyside/trunk/debian/rules
===================================================================
--- packages/pyside/trunk/debian/rules	2009-09-16 14:27:29 UTC (rev 9784)
+++ packages/pyside/trunk/debian/rules	2009-09-17 08:13:19 UTC (rev 9785)
@@ -8,13 +8,6 @@
 
 override_dh_auto_configure: $(ALLPY:%=override_dh_auto_configure-%)
 
-override_dh_auto_configure-%-dbg:
-	mkdir -p build-$*-dbg
-	# Disable the RPATH propagation for the libraries
-	# Use the BUILD_PYTHON variable from patch multiple_python_versions.patch
-	# Additionnally change the install prefix for debug packages
-	dh_auto_configure --builddirectory=build-$*-dbg -- -DBUILD_PYTHON=/usr/bin/python$*-dbg -DCMAKE_INSTALL_PREFIX=/usr/lib/debug/usr
-
 override_dh_auto_configure-%:
 	mkdir -p build-$*
 	# Disable the RPATH propagation for the libraries
@@ -33,6 +26,9 @@
 override_dh_auto_install-%:
 	dh_auto_install --builddirectory=build-$*
 
+# Move debug libraries to our -dbg lib
+override_dh_strip:
+	dh_strip --dbg-package=python-pyside-dbg
 
 override_dh_auto_clean:
 	rm -rf build-*




More information about the Python-modules-commits mailing list