[Python-modules-commits] r17438 - in packages/python-llfuse/trunk/debian (rules)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Mon Jun 13 21:27:33 UTC 2011
Date: Monday, June 13, 2011 @ 21:27:32
Author: nikratio-guest
Revision: 17438
Also include debugging information when not building for debugging interpreter.
Modified:
packages/python-llfuse/trunk/debian/rules
Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules 2011-06-13 21:22:39 UTC (rev 17437)
+++ packages/python-llfuse/trunk/debian/rules 2011-06-13 21:27:32 UTC (rev 17438)
@@ -24,7 +24,7 @@
build-python%:
dh_testdir
- python$* setup.py build
+ python$* setup.py build -g
touch $@
build-dbg-python%:
More information about the Python-modules-commits
mailing list