Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rousselie <david.rousselie@happycoders.org>2010-06-04 22:00:28 +0400
committerDavid Rousselie <david.rousselie@happycoders.org>2010-06-04 22:00:28 +0400
commit35a861f1880194f5ea71a22b1d02df33674e6f7a (patch)
treec6c25eeb4b893271ff9feaa159320141c8b4d4a0 /Makefile
parenta452f26d290a0a113a0ea3fb7c9646ce3fb7104c (diff)
release JCL 0.1 beta 3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bfe797e..bfe8bf0 100644
--- a/Makefile
+++ b/Makefile
@@ -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