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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Dec 26 22:57:45 EET 2006
Author: osantana
Date: 2006-12-26 22:57:41 +0200 (Tue, 26 Dec 2006)
New Revision: 8875

Modified:
   projects/haf/trunk/pyrex/debian/changelog
   projects/haf/trunk/pyrex/debian/rules
Log:
- remove Makefile when cleaning

Modified: projects/haf/trunk/pyrex/debian/changelog
===================================================================
--- projects/haf/trunk/pyrex/debian/changelog	2006-12-26 20:55:42 UTC (rev 8874)
+++ projects/haf/trunk/pyrex/debian/changelog	2006-12-26 20:57:41 UTC (rev 8875)
@@ -1,3 +1,9 @@
+pyrex (0.9.4.1-1osso3) unstable; urgency=low
+
+  * remove Makefile when cleaning
+
+ -- Osvaldo Santana Neto <osvaldo.santana at indt.org.br>  Wed, 26 Dec 2006 17:57:49 -0300
+
 pyrex (0.9.4.1-1osso2) unstable; urgency=low
 
   * workaround the _tls assertion bug in package build

Modified: projects/haf/trunk/pyrex/debian/rules
===================================================================
--- projects/haf/trunk/pyrex/debian/rules	2006-12-26 20:55:42 UTC (rev 8874)
+++ projects/haf/trunk/pyrex/debian/rules	2006-12-26 20:57:41 UTC (rev 8875)
@@ -23,6 +23,7 @@
 	rm -rf $(d_base)
 	$(PYTHON) setup.py clean --all
 	find . -name "*.py[co]" -exec rm -rf {} \;
+	find . -name "Makefile" -exec rm -rf {} \;
 	dh_clean
 
 install: build


More information about the maemo-commits mailing list