debian/rules
branchstable
changeset 1165 f0978cb993a0
parent 1127 87625964c333
child 1565 9590332b26c8
equal deleted inserted replaced
1164:8147b59ac9dc 1165:f0978cb993a0
     8 	dh_auto_build
     8 	dh_auto_build
     9 	$(MAKE) -C docs
     9 	$(MAKE) -C docs
    10 
    10 
    11 ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
    11 ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
    12 override_dh_auto_test:
    12 override_dh_auto_test:
    13 	cd tests &&  python run-tests.py --with-hg=`which hg`
    13 	cd tests &&  python run-tests.py --with-hg=`which hg` --blacklist=$(CURDIR)/debian/test-blacklist
    14 endif
    14 endif
    15 
    15 
    16 override_dh_python2:
    16 override_dh_python2:
    17 	# avoid conflict with mercurial's own hgext/__init__.py
    17 	# avoid conflict with mercurial's own hgext/__init__.py
    18 	find debian -name __init__.py -delete
    18 	find debian -name __init__.py -delete