]> git.proxmox.com Git - vzquota.git/blobdiff - Makefile
increase version for wheezy to 3.1-2
[vzquota.git] / Makefile
index 8e44951b2af20452421b1dc3cb71912135f077ce..3b3f66a72f5d5b26f70cac333781a2e1aa011589 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-RELEASE=2.2
+RELEASE=3.0
 
 # wget http://download.openvz.org/utils/vzquota/3.1/src/vzquota-3.1.tar.bz2
 
 PACKAGE=vzquota
 PKGVER=3.1
-PACKAGERELEASE=1
+PACKAGERELEASE=2
 
 ARCH=amd64
 DEB=${PACKAGE}_${PKGVER}-${PACKAGERELEASE}_${ARCH}.deb
@@ -39,3 +39,7 @@ distclean: clean
 clean:
        rm -rf *~ debian/*~ ${SRCDIR} ${PACKAGE}_*.deb ${PACKAGE}_*.changes
 
+.PHONY: dinstall
+dinstall: ${DEB}
+       dpkg -i ${DEB}
+