comparison Makefile @ 531:b18b00036355 stable 1.0.0

pkg/debian: Debian packaging This change add the necessary files to create a debian package for the evolve extension. I do not care about the rest.
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Wed, 29 Aug 2012 11:36:10 +0200
parents bbeef801409c
children ca5bb72d14ae
comparison
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