[Pkg-grid-commits] paje Makefile,1.1,1.2

Vincent Danjean pkg-grid-devel@lists.alioth.debian.org
Tue, 14 Dec 2004 11:25:35 +0000


Update of /cvsroot/pkg-grid/paje
In directory haydn:/tmp/cvs-serv14609

Modified Files:
	Makefile 
Log Message:
New upstream sources
Using quilt now
And we are able to download upstream tarball


Index: Makefile
===================================================================
RCS file: /cvsroot/pkg-grid/paje/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	13 Dec 2004 18:38:45 -0000	1.1
+++ Makefile	14 Dec 2004 11:25:32 -0000	1.2
@@ -1,6 +1,10 @@
 PKG=paje
-VER=1.0.0cvs20041022
+VER=1.0.0cvs20041214
 
 EXTRA_OPEN_CMD=mv Paje $(PKG)-$(UP_VER)
 
+UP_TAR=$(PKG)_$(UP_VER).tar.gz
+SITE=http://dept-info.labri.fr/~danjean/debian/pool/main/p/paje/$(PKG)_$(UP_VER).orig.tar.gz -O .
+
 include ../pkg-grid.mk
+