equal
deleted
inserted
replaced
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 |