[Python-apps-commits] r9763 - in packages/s3ql-beta/trunk/debian (rules)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Sun Jun 16 20:41:57 UTC 2013
Date: Sunday, June 16, 2013 @ 20:41:55
Author: nikratio-guest
Revision: 9763
Reduce number of forks in clean target, and also remove generated manpages and .c files.
Modified:
packages/s3ql-beta/trunk/debian/rules
Modified: packages/s3ql-beta/trunk/debian/rules
===================================================================
--- packages/s3ql-beta/trunk/debian/rules 2013-06-16 20:41:15 UTC (rev 9762)
+++ packages/s3ql-beta/trunk/debian/rules 2013-06-16 20:41:55 UTC (rev 9763)
@@ -87,11 +87,11 @@
# We don't want to call setup.py clean, because this
# requires a number of (potentially uninstalled) build-dependencies.
override_dh_auto_clean:
- rm -rf build doc tests/test.log
+ rm -rf build doc tests/test.log src/s3ql/deltadump.c contrib/*.1
find \( \( -name '*.egg-info' -type d \) \
-o \( -name __pycache__ -type d \) \
-o \( -name '*.so' -type f \) \
- \) -prune -exec rm -rf '{}'
+ \) -prune -exec rm -rf '{}' +
rm -rf build-python build_cython build_sphinx build-stamp
override_dh_strip:
More information about the Python-apps-commits
mailing list