[SCM] pyliblo/master: Enable test during build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Aug 26 19:58:04 UTC 2013


The following commit has been merged in the master branch:
commit 9310767031d37b39bf01a06e5602cc506e0260b6
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Aug 26 21:59:37 2013 +0200

    Enable test during build.

diff --git a/debian/rules b/debian/rules
index 4746c2b..60444d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ PYTHON3=$(shell py3versions -vr)
 
 build-python%:
 	python$* setup.py build --with-cython
+	debian/tests/python-liblo
 
 override_dh_auto_build: $(PYTHON3:%=build-python%)
 	dh_auto_build
diff --git a/debian/tests/python-liblo b/debian/tests/python-liblo
old mode 100644
new mode 100755

-- 
pyliblo packaging



More information about the pkg-multimedia-commits mailing list