[Python-modules-commits] r3150 - in /packages/python-qt3/trunk/debian: changelog rules

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Fri Aug 31 20:47:54 UTC 2007


Author: shlomme
Date: Fri Aug 31 20:47:54 2007
New Revision: 3150

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3150
Log:
* handle DEB_BUILD_OPTIONS correctly


Modified:
    packages/python-qt3/trunk/debian/changelog
    packages/python-qt3/trunk/debian/rules

Modified: packages/python-qt3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-qt3/trunk/debian/changelog?rev=3150&op=diff
==============================================================================
--- packages/python-qt3/trunk/debian/changelog (original)
+++ packages/python-qt3/trunk/debian/changelog Fri Aug 31 20:47:54 2007
@@ -1,3 +1,9 @@
+python-qt3 (3.17.3-3) UNRELEASED; urgency=low
+
+  * Handle DEB_BUILD_OPTIONS correctly.
+
+ -- Torsten Marek <shlomme at debian.org>  Sun, 12 Aug 2007 15:29:28 +0200
+
 python-qt3 (3.17.3-2) unstable; urgency=low
 
   * Actually remove pyqtconfig.py from python-qt3 (Closes: #435855)

Modified: packages/python-qt3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-qt3/trunk/debian/rules?rev=3150&op=diff
==============================================================================
--- packages/python-qt3/trunk/debian/rules (original)
+++ packages/python-qt3/trunk/debian/rules Fri Aug 31 20:47:54 2007
@@ -16,11 +16,6 @@
 else
 	CXXFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
-
-export CXXFLAGS
 
 PYTHONS	:= $(shell pyversions -vr debian/control)
 
@@ -38,7 +33,7 @@
 				-d /usr/lib/python$$version/site-packages \
 				-l /usr/include/python$$version \
 				-l /usr/lib/python$$version/config \
-				-v /usr/share/sip/qt \
+				-v /usr/share/sip/qt CXXFLAGS_RELEASE="${CXXFLAGS}" STRIP="" \
 			|| touch ../failed-stamp;\
 		cd ..;\
 		sed -i -e "s/python\([0-9]\.[0-9]\)/python$$version/g" \




More information about the Python-modules-commits mailing list