]> git.proxmox.com Git - pve-storage.git/blobdiff - Makefile
remove nexenta plugin
[pve-storage.git] / Makefile
index 5f2063a0a3008b4766fb9a067beeccfac910ca0c..71a6103e0eac3a275edfe025aceed087202d08a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.0
+RELEASE=3.1
 
 VERSION=3.0
 PACKAGE=libpve-storage-perl
-PKGREL=1
+PKGREL=16
 
 DESTDIR=
 PREFIX=/usr
@@ -16,6 +16,8 @@ export PERLDIR=${PREFIX}/share/perl5
 
 #ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 ARCH=all
+GITVERSION:=$(shell cat .git/refs/heads/master)
+
 DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb
 
 
@@ -53,6 +55,7 @@ deb ${DEB}:
        install -D -m 0644 copyright debian/${DOCDIR}/copyright
        install -m 0644 changelog.Debian debian/${DOCDIR}/
        gzip -9 debian/${DOCDIR}/changelog.Debian
+       echo "git clone git://git.proxmox.com/git/pve-storage.git\\ngit checkout ${GITVERSION}" > debian/${DOCDIR}/SOURCE
        dpkg-deb --build debian 
        mv debian.deb ${DEB}
        rm -rf debian