From 342f3f1ae3a355bf8499f274b2322f1611e21f4a Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Thu, 25 Sep 2014 13:54:01 +0200 Subject: [PATCH] Reenable check to ask for help on Debian Python list --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6d394c3..2484c24 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export PYBUILD_NAME=pysam DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') TESTPKG := $(DEBPKGNAME)-tests -DEB_BUILD_OPTIONS := nocheck +# DEB_BUILD_OPTIONS := nocheck %: dh $@ --with python2 --buildsystem=pybuild -- 2.30.2