[Python-modules-commits] r5231 - in packages/python-buzhug/trunk (debian debian/rules)
luciano at users.alioth.debian.org
luciano at users.alioth.debian.org
Sat May 3 02:17:03 UTC 2008
Date: Saturday, May 3, 2008 @ 02:16:59
Author: luciano
Revision: 5231
mergeWithUpstream added and minor changes
Modified:
packages/python-buzhug/trunk/debian/ (properties)
packages/python-buzhug/trunk/debian/rules
Property changes on: packages/python-buzhug/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Modified: packages/python-buzhug/trunk/debian/rules
===================================================================
--- packages/python-buzhug/trunk/debian/rules 2008-05-02 20:49:30 UTC (rev 5230)
+++ packages/python-buzhug/trunk/debian/rules 2008-05-03 02:16:59 UTC (rev 5231)
@@ -24,11 +24,9 @@
dh_installdirs
for python in $(PYVERS); do \
- echo $$python ;\
$$python setup.py install --root=debian/python-buzhug; \
if test "python2.5" != $$python ; then \
rm debian/python-buzhug/usr/lib/$$python/site-packages/buzhug/conversion_float.py ;\
- rm debian/python-buzhug/usr/lib/$$python/site-packages/buzhug/conversion_float.pyc ;\
fi; \
done
More information about the Python-modules-commits
mailing list