[Python-modules-commits] r30540 - in packages/pyqt5/trunk/debian (changelog rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Mon Sep 8 11:00:42 UTC 2014


    Date: Monday, September 8, 2014 @ 11:00:42
  Author: mitya57-guest
Revision: 30540

Remove all strip calls from generated Makefiles.

Modified:
  packages/pyqt5/trunk/debian/changelog
  packages/pyqt5/trunk/debian/rules

Modified: packages/pyqt5/trunk/debian/changelog
===================================================================
--- packages/pyqt5/trunk/debian/changelog	2014-09-08 10:25:40 UTC (rev 30539)
+++ packages/pyqt5/trunk/debian/changelog	2014-09-08 11:00:42 UTC (rev 30540)
@@ -4,6 +4,7 @@
   * Test Python 2 versions in autopkgtest.
   * Set X-Python-Version to >= 2.7 as the current code in debian/rules
     builds only for that version.
+  * Remove all strip calls from generated Makefiles.
 
   [ Scott Kitterman ]
   * Set minimum python3-all-dev version to 3.3.2-5~ due to use of configdir in

Modified: packages/pyqt5/trunk/debian/rules
===================================================================
--- packages/pyqt5/trunk/debian/rules	2014-09-08 10:25:40 UTC (rev 30539)
+++ packages/pyqt5/trunk/debian/rules	2014-09-08 11:00:42 UTC (rev 30540)
@@ -60,6 +60,7 @@
 			--sip-incdir /usr/include/python$*$(if $(filter 3.%, $*),m,) \
 			--dbus /usr/include/dbus-1.0 \
 			$(if $(filter $(DEFAULT_PYTHON),$*),,--no-designer-plugin --no-qml-plugin --no-tools)
+	sed -i '/strip/d' build-$*/*/Makefile
 	touch $@
 
 dbg-build-%/configure-stamp:
@@ -71,6 +72,7 @@
 			-d /usr/lib/python$*/dist-packages \
 			--sip-incdir /usr/include/python$*$(if $(filter 3.%, $*),dm,_d) \
 			--debug --no-designer-plugin --no-qml-plugin --no-tools
+	sed -i '/strip/d' dbg-build-$*/*/Makefile
 	sed -i 's/-isystem/-I/' dbg-build-$*/*/Makefile
 	touch $@
 
@@ -119,7 +121,6 @@
 	dh_testroot
 	dh_prep -a
 	dh_installdirs -a
-	#sed -i -e '/strip/ d' $(CURDIR)/build-$(DEFAULT_PYTHON)/designer/Makefile
 	# This is needed to enforce that the install-arch-% rules are
 	# not run in parallel. Both rules install into the same directory,
 	# and therefore might try to access the same files at the same time.




More information about the Python-modules-commits mailing list