Makefile
branchstable
changeset 531 b18b00036355
parent 0 bbeef801409c
child 542 ca5bb72d14ae
equal deleted inserted replaced
530:6ee7add34f8b 531:b18b00036355
    22 	cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
    22 	cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
    23 
    23 
    24 all-version-tests: tests-1.3.1 tests-1.4.3 tests-1.5.4 \
    24 all-version-tests: tests-1.3.1 tests-1.4.3 tests-1.5.4 \
    25                    tests-1.6.4 tests-1.7.5 tests-1.8 tests-tip
    25                    tests-1.6.4 tests-1.7.5 tests-1.8 tests-tip
    26 
    26 
       
    27 deb-prepare:
       
    28 	python setup.py sdist --dist-dir ..
       
    29 	mv -f ../hg-evolve-1.0.0.tar.gz ../mercurial-evolve_1.0.0.orig.tar.gz
       
    30 	tar xf ../mercurial-evolve_1.0.0.orig.tar.gz
       
    31 	rm -rf ../mercurial-evolve_1.0.0.orig
       
    32 	mv hg-evolve-1.0.0 ../mercurial-evolve_1.0.0.orig
       
    33 	cp -r debian/ ../mercurial-evolve_1.0.0.orig/
       
    34 	@cd ../mercurial-evolve_1.0.0.orig && echo 'debian build directory ready at' `pwd`
       
    35 
    27 .PHONY: tests all-version-tests
    36 .PHONY: tests all-version-tests