changes for launchpad

This commit is contained in:
jeena 2013-04-20 15:56:21 +02:00
parent 99affdf33b
commit 2b8782bed9
4 changed files with 16 additions and 12 deletions

View file

@ -29,7 +29,7 @@ builddeb:
$(PYTHON) setup.py sdist $(COMPILE) --dist-dir=../ --prune
rename -f 's/$(PROJECT)-(.*)\.tar\.gz/$(PROJECT)_$$1\.orig\.tar\.gz/' ../*
# build the package
dpkg-buildpackage -i -I -rfakeroot
dpkg-buildpackage -i -I -rfakeroot -S
clean:
$(PYTHON) setup.py clean