raccourci "make deb" pour faire le .deb

This commit is contained in:
Thomas NOËL 2012-07-18 18:09:20 +02:00
parent 1280acedbf
commit 4fe7a578d5
3 changed files with 8 additions and 3 deletions

View File

@ -24,3 +24,8 @@ install:
$(CP) -r bin $(DESTDIR)/opt/polynum
$(INSTALL) -d $(DESTDIR)/etc/polynum
deb:
dch --newversion=0.0.`date +%Y%m%d`~git`git log -1 --oneline | cut -f1 -d" "`-1
dch -r ""
cd debian && pdebuild

View File

@ -2,7 +2,7 @@
VEDIR=${VIRTUAL_ENV-/opt/polynum/virtualenv}
PIPOPT=$PIPOPT"-v --log=$VEDIR/install.log"
PIPOPT=$PIPOPT" --log=$VEDIR/install.log"
if [ x"$PROXY" != "x" ]; then
PIPOPT=$PIPOPT" --proxy=$PROXY"
fi

4
debian/changelog vendored
View File

@ -1,5 +1,5 @@
polynum (0.20120717.01) unstable; urgency=low
polynum (0.0.20120718~gitcbcee0a-1) unstable; urgency=low
* Premier paquet
-- Thomas NOEL <tnoel@entrouvert.com> Tue, 17 Jul 2012 12:57:01 +0200
-- Thomas NOEL <tnoel@entrouvert.com> Wed, 18 Jul 2012 17:59:40 +0200