[Python-apps-commits] r10017 - in packages/pybik/trunk/debian (changelog control rules)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Mon Sep 9 06:23:47 UTC 2013
Date: Monday, September 9, 2013 @ 06:23:12
Author: kitterman
Revision: 10017
Remove __pycache__ directories in clean
Modified:
packages/pybik/trunk/debian/changelog
packages/pybik/trunk/debian/control
packages/pybik/trunk/debian/rules
Modified: packages/pybik/trunk/debian/changelog
===================================================================
--- packages/pybik/trunk/debian/changelog 2013-09-05 21:36:28 UTC (rev 10016)
+++ packages/pybik/trunk/debian/changelog 2013-09-09 06:23:12 UTC (rev 10017)
@@ -12,6 +12,7 @@
pybik-bin's private dir
* Add build-dep on dh-python (>= 1.20130901-1) for pybuild (this is the
lowest version that will generate correct depends for pybik bin)
+ * Remove __pycache__ directories in clean
[ B. Clausius ]
* Switch to pybuild
Modified: packages/pybik/trunk/debian/control
===================================================================
--- packages/pybik/trunk/debian/control 2013-09-05 21:36:28 UTC (rev 10016)
+++ packages/pybik/trunk/debian/control 2013-09-09 06:23:12 UTC (rev 10017)
@@ -8,7 +8,7 @@
python3-all-dev (>= 3.2),
libgl1-mesa-dev,
libglm-dev,
- dh-python (>= 1.20130901-1)
+ dh-python (>= 1.20130901-1~)
Build-Depends-Indep:
python3-numpy,
gettext,
Modified: packages/pybik/trunk/debian/rules
===================================================================
--- packages/pybik/trunk/debian/rules 2013-09-05 21:36:28 UTC (rev 10016)
+++ packages/pybik/trunk/debian/rules 2013-09-09 06:23:12 UTC (rev 10017)
@@ -15,6 +15,7 @@
override_dh_auto_clean:
dh_auto_clean
rm -f debian/README
+ find -name __pycache__ | xargs rm -rf
override_dh_auto_build-arch:
dh_auto_build -- --build-args="--arch-only"
More information about the Python-apps-commits
mailing list