]> git.proxmox.com Git - pve-storage.git/blobdiff - Makefile
rbd: add support to krbd
[pve-storage.git] / Makefile
index 0618e1dd2931d5aa9bca0388f7c8cdc57ca98a46..1cf6a2b9870e37f1ac43efe77b49834b6d5f5789 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.1
+RELEASE=4.0
 
-VERSION=3.0
+VERSION=4.0
 PACKAGE=libpve-storage-perl
-PKGREL=18
+PKGREL=14
 
 DESTDIR=
 PREFIX=/usr
@@ -54,6 +54,7 @@ deb ${DEB}:
        sed -e s/@@VERSION@@/${VERSION}/ -e s/@@PKGRELEASE@@/${PKGREL}/ -e s/@@ARCH@@/${ARCH}/ <control.in >debian/DEBIAN/control
        install -D -m 0644 copyright debian/${DOCDIR}/copyright
        install -m 0644 changelog.Debian debian/${DOCDIR}/
+       install -m 0644 triggers debian/DEBIAN
        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