]> git.proxmox.com Git - pve-common.git/blobdiff - Makefile
add additional methods for IP address verification
[pve-common.git] / Makefile
index 1b8d0e12e022f8b360ff7d87ec85ec0342dcd944..e0e9d10530e55bebfb461d33286645205307a943 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-RELEASE=2.0
+RELEASE=4.0
 
-VERSION=1.0
-PKGREL=19
+VERSION=4.0
+PKGREL=2
 
 PACKAGE=libpve-common-perl
 
@@ -13,6 +13,8 @@ MAN1DIR=${MANDIR}/man1/
 PERLDIR=${PREFIX}/share/perl5
 
 ARCH=all
+GITVERSION:=$(shell cat .git/refs/heads/master)
+
 DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb
 
 all: ${DEB}
@@ -25,8 +27,9 @@ dinstall: deb
 .PHONY: deb
 deb ${DEB}: 
        rm -rf build
-       rsync -a data/ build
+       rsync -a src/ build
        rsync -a debian/ build/debian
+       echo "git clone git://git.proxmox.com/git/pve-common.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
        cd build; dpkg-buildpackage -rfakeroot -b -us -uc
        lintian ${DEB}