From: Dietmar Maurer Date: Fri, 15 Mar 2013 07:49:11 +0000 (+0100) Subject: update to 4.0.0 X-Git-Url: https://git.proxmox.com/?p=fence-agents-pve.git;a=commitdiff_plain;h=8ca95ec106b1fe86815375e3f6510ba499220a3b update to 4.0.0 --- diff --git a/Makefile b/Makefile index d4d21c1..6a5c445 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ -RELEASE=2.2 +RELEASE=3.0 PACKAGE=fence-agents-pve PKGREL=1 -FAVER=3.1.9 -FADIR=fence-agents-${FAVER}.6-582aa5 +FAVER=4.0.0 +FADIR=fence-agents-${FAVER} FASRC=${FADIR}.tar.gz ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) @@ -17,7 +17,7 @@ ${DEB} deb: ${FASRC} cp -av debian ${FADIR}/debian cat ${FADIR}/doc/COPYRIGHT >>${FADIR}/debian/copyright cd ${FADIR}; dpkg-buildpackage -rfakeroot -b -us -uc - lintian ${DEB} + lintian -X copyright-file ${DEB} ${RHCSRC} download: rm -rf fence-agents.git diff --git a/debian/changelog b/debian/changelog index 641b6c6..a97ba1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fence-agents-pve (4.0.0-1) unstable; urgency=low + + * update to 4.0.0 + + -- Proxmox Support Team Fri, 15 Mar 2013 08:49:00 +0100 + fence-agents-pve (3.1.9-1) unstable; urgency=low * update to 3.1.9 diff --git a/fence-agents-3.1.9.6-582aa5.tar.gz b/fence-agents-3.1.9.6-582aa5.tar.gz deleted file mode 100644 index 7d2c5da..0000000 Binary files a/fence-agents-3.1.9.6-582aa5.tar.gz and /dev/null differ diff --git a/fence-agents-4.0.0.tar.gz b/fence-agents-4.0.0.tar.gz new file mode 100644 index 0000000..1520fb9 Binary files /dev/null and b/fence-agents-4.0.0.tar.gz differ