[SCM] pyliblo/master: Clean up pyc files, build and src/liblo.c
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Fri Aug 30 20:24:15 UTC 2013
The following commit has been merged in the master branch:
commit 3bc3b12e9ee2f103f46370e5c3cadfb24dc2666f
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Fri Aug 30 21:11:14 2013 +0200
Clean up pyc files, build and src/liblo.c
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..c2bbed0
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,3 @@
+src/liblo.c
+test/__pycache__/*.pyc
+test/*.pyc
diff --git a/debian/rules b/debian/rules
index 9fd4a13..ec70b95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@ PYTHON3=$(shell py3versions -vr)
%:
dh $@ --with python2,python3
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf build
+
build-python%:
python$* setup.py build --with-cython
--
pyliblo packaging
More information about the pkg-multimedia-commits
mailing list