[Python-modules-commits] r25439 - in packages/pycparser/trunk/debian (rules)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Thu Aug 8 13:28:33 UTC 2013
Date: Thursday, August 8, 2013 @ 13:28:31
Author: stefanor
Revision: 25439
Path typo. parser.out must have been a once-off debugging thing
Modified:
packages/pycparser/trunk/debian/rules
Modified: packages/pycparser/trunk/debian/rules
===================================================================
--- packages/pycparser/trunk/debian/rules 2013-08-08 13:15:01 UTC (rev 25438)
+++ packages/pycparser/trunk/debian/rules 2013-08-08 13:28:31 UTC (rev 25439)
@@ -2,7 +2,6 @@
export PYBUILD_DESTDIR_python2=debian/python-pycparser
export PYBUILD_DESTDIR_python3=debian/python3-pycparser
-export PYBUILD_AFTER_TEST=rm {build_dir}/parser.out
export PYBUILD_TEST_ARGS={dir}/tests
%:
@@ -25,7 +24,7 @@
# I blame jwilk for this temporary hack: (waiting for #714099)
sed -e 's/python-/python3-/g' /usr/bin/dh_python-ply | \
perl - debian/python3-pycparser/usr/lib/python3/dist-packages/pycparser/lextab.py \
- debian/python3-pycparser/usr/lib/python3/dist-packages/yacctab.py
+ debian/python3-pycparser/usr/lib/python3/dist-packages/pycparser/yacctab.py
clean-generated-code:
cd pycparser && rm -f lextab.py yacctab.py c_ast.py
More information about the Python-modules-commits
mailing list