[maemo-commits] [maemo-commits] r8867 - projects/haf/trunk/pyrex/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Dec 26 16:15:55 EET 2006
Author: osantana
Date: 2006-12-26 16:15:51 +0200 (Tue, 26 Dec 2006)
New Revision: 8867

Modified:
   projects/haf/trunk/pyrex/debian/changelog
   projects/haf/trunk/pyrex/debian/rules
Log:
- workaround the _tls assertion bug in package build

Modified: projects/haf/trunk/pyrex/debian/changelog
===================================================================
--- projects/haf/trunk/pyrex/debian/changelog	2006-12-22 15:21:45 UTC (rev 8866)
+++ projects/haf/trunk/pyrex/debian/changelog	2006-12-26 14:15:51 UTC (rev 8867)
@@ -1,3 +1,9 @@
+pyrex (0.9.4.1-1osso2) unstable; urgency=low
+
+  * workaround the _tls assertion bug in package build
+
+ -- Osvaldo Santana Neto <osvaldo.santana at indt.org.br>  Wed, 20 Dec 2006 13:50:49 -0300
+
 pyrex (0.9.4.1-1osso1) unstable; urgency=low
 
   * fix the package version

Modified: projects/haf/trunk/pyrex/debian/rules
===================================================================
--- projects/haf/trunk/pyrex/debian/rules	2006-12-22 15:21:45 UTC (rev 8866)
+++ projects/haf/trunk/pyrex/debian/rules	2006-12-26 14:15:51 UTC (rev 8867)
@@ -11,10 +11,9 @@
 
 build: build-stamp
 build-stamp:
+	dh_testdir
 	find . -name .DS_Store -exec rm -rf {} \;
 	find [DPTCs]* -type f -exec chmod -x {} \;
-	dh_testdir
-	$(PYTHON) setup.py build
 	touch build-stamp
 
 clean:


More information about the maemo-commits mailing list