debian/rules
branchmercurial-4.0
changeset 2109 90ab79764ce4
parent 2072 c0a685c67c5c
child 3745 9fa3585b160f
equal deleted inserted replaced
1815:ee2d5716ef0a 2109:90ab79764ce4
    16 override_dh_auto_test: hgsrc_defined
    16 override_dh_auto_test: hgsrc_defined
    17 	cd tests && python $(HGSRC)/tests/run-tests.py --with-hg=$(HGSRC)/hg --blacklist=$(CURDIR)/debian/test-blacklist
    17 	cd tests && python $(HGSRC)/tests/run-tests.py --with-hg=$(HGSRC)/hg --blacklist=$(CURDIR)/debian/test-blacklist
    18 endif
    18 endif
    19 
    19 
    20 override_dh_python2:
    20 override_dh_python2:
    21 	# avoid conflict with mercurial's own hgext/__init__.py
    21 	# avoid conflict with mercurial's own hgext3rd/__init__.py
    22 	find debian -name __init__.py -delete
    22 	find debian -path '*/hgext3rd/__init__.py' -delete
    23 	dh_python2
    23 	dh_python2
    24 
    24 
    25 override_dh_auto_clean: clean-docs
    25 override_dh_auto_clean: clean-docs
    26 	dh_auto_clean
    26 	dh_auto_clean
    27 	rm -f tests/*.err
    27 	rm -f tests/*.err