[Python-apps-commits] r9761 - in packages/s3ql-beta/trunk/debian (control rules)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Sun Jun 16 18:37:02 UTC 2013


    Date: Sunday, June 16, 2013 @ 18:37:00
  Author: nikratio-guest
Revision: 9761

Bump minimum python3-sphinx version for Python 3.3 compatibility.

Improve clean target.

Modified:
  packages/s3ql-beta/trunk/debian/control
  packages/s3ql-beta/trunk/debian/rules

Modified: packages/s3ql-beta/trunk/debian/control
===================================================================
--- packages/s3ql-beta/trunk/debian/control	2013-06-16 17:59:56 UTC (rev 9760)
+++ packages/s3ql-beta/trunk/debian/control	2013-06-16 18:37:00 UTC (rev 9761)
@@ -12,7 +12,7 @@
                python3-dbg,
                python3-setuptools (>= 0.6.14),
                python3-apsw (>= 3.7.0),
-               python3-sphinx (>= 1.0.7+dfsg),
+               python3-sphinx (>= 1.2.b1),
                python3-llfuse (>= 0.39),
                python3-crypto,
                python3-pytest,

Modified: packages/s3ql-beta/trunk/debian/rules
===================================================================
--- packages/s3ql-beta/trunk/debian/rules	2013-06-16 17:59:56 UTC (rev 9760)
+++ packages/s3ql-beta/trunk/debian/rules	2013-06-16 18:37:00 UTC (rev 9761)
@@ -84,11 +84,15 @@
 	dh_link
 
 
+# We don't want to call setup.py clean, because this
+# requires a number of (potentially uninstalled) build-dependencies.
 override_dh_auto_clean:
-	# We don't want to call setup.py clean, because this
-	# requires a number of (potentially uninstalled) build-dependencies.
-	rm -rf dist setup.log build doc src/s3ql/*.so
-	rm -rf build-python* build_cython build_sphinx build-stamp
+	rm -rf build doc tests/test.log
+	find \( \( -name '*.egg-info' -type d \) \
+	     -o \( -name __pycache__  -type d \) \
+	     -o \( -name '*.so' -type f \) \
+	     \) -prune -exec rm -rf '{}'
+	rm -rf build-python build_cython build_sphinx build-stamp
 
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))




More information about the Python-apps-commits mailing list