release JCL 0.1 beta 3

This commit is contained in:
David Rousselie
2010-06-04 20:00:28 +02:00
parent a452f26d29
commit 35a861f188
7 changed files with 91 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ PYTHON=`which python`
DESTDIR=/
BUILDIR=$(CURDIR)/debian/jcl
PROJECT=jcl
VERSION=0.1b2
VERSION=0.1b3
all:
@echo "make source - Create source package"
@@ -23,7 +23,7 @@ buildrpm:
builddeb:
$(PYTHON) setup.py sdist $(COMPILE) --dist-dir=../
rename -f 's/$(PROJECT)-(.*)\.tar\.gz/$(PROJECT)_$$1\.orig\.tar\.gz/' ../*
dpkg-buildpackage -i -I -rfakeroot
dpkg-buildpackage -us -uc -i -I -rfakeroot
clean:
$(PYTHON) setup.py clean