]> git.proxmox.com Git - resource-agents-pve.git/commitdiff
fixes for wheezy
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Mar 2013 07:51:54 +0000 (08:51 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 15 Mar 2013 07:51:54 +0000 (08:51 +0100)
Makefile

index 08d16943d1bf835d51e87f488b85f3ac2dc7420c..0ab2834bb2822f3c90d7923ec13a472298c71a86 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-RELEASE=2.0
+RELEASE=3.0
 
 PACKAGE=resource-agents-pve
 PKGREL=3
@@ -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}