From 1c981d674b70f928e962ba93c9dea8e026a7292f Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 15 Mar 2013 08:51:54 +0100 Subject: [PATCH] fixes for wheezy --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 08d1694..0ab2834 100644 --- 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} -- 2.39.2