debian/rules
changeset 1171 d14537d7dca9
parent 1165 f0978cb993a0
child 1565 9590332b26c8
equal deleted inserted replaced
1170:4697f23e0ede 1171:d14537d7dca9
     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