From b6a4f9d4a469fe7d716c8f802f7ede024e5b42f6 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 6 Jun 2016 14:41:35 +0200 Subject: [PATCH] debian: don't build for python3 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 778ab60..6423ee4 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export PYBUILD_NAME=redmine export PYBUILD_TEST_ARGS=-s $(CURDIR) %: - dh $@ --buildsystem=pybuild --with python2,python3 + dh $@ --buildsystem=pybuild --with python2 override_dh_clean: rm -rf redmine/packages