]> git.proxmox.com Git - resource-agents-pve.git/blobdiff - Makefile
increase version for wheezy to 3.9.2-4
[resource-agents-pve.git] / Makefile
index 03e194077d351913f84d7a88afbdab4e003cc8ca..c9438c31c76cce5590db3d266c4744df52e9953e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-RELEASE=2.0
+RELEASE=3.0
 
 PACKAGE=resource-agents-pve
-PKGREL=1
+PKGREL=4
 RAVER=3.9.2
 RADIR=resource-agents-${RAVER}
 RASRC=${RADIR}.tar.bz2
@@ -16,7 +16,7 @@ ${DEB} deb: ${RASRC}
        cp -av debian ${RADIR}/debian
        cat ${RADIR}/AUTHORS >>${RADIR}/debian/copyright
        cd ${RADIR}; dpkg-buildpackage -rfakeroot -b -us -uc
-       lintian ${DEB}
+       lintian -X copyright-file ${DEB}
 
 .PHONY: upload
 upload: ${DEB}