diff --git a/PVE/CLI/Makefile b/PVE/CLI/Makefile index 784876b7..6ec4dd1b 100644 --- a/PVE/CLI/Makefile +++ b/PVE/CLI/Makefile @@ -2,6 +2,8 @@ include ../../defines.mk SOURCES=vzdump.pm pvesubscription.pm pveceph.pm +all: + .PHONY: install install: ${SOURCES} install -d -m 0755 ${PERLLIBDIR}/PVE/CLI diff --git a/PVE/Service/Makefile b/PVE/Service/Makefile index 91aaaa0b..fc1cdb14 100644 --- a/PVE/Service/Makefile +++ b/PVE/Service/Makefile @@ -2,6 +2,8 @@ include ../../defines.mk SOURCES=pvestatd.pm pveproxy.pm pvedaemon.pm spiceproxy.pm +all: + .PHONY: install install: ${SOURCES} install -d -m 0755 ${PERLLIBDIR}/PVE/Service diff --git a/debian/changelog.Debian b/debian/changelog.Debian index 8c3abae3..cb14ca47 100644 --- a/debian/changelog.Debian +++ b/debian/changelog.Debian @@ -1,3 +1,9 @@ +pve-manager (4.1-2) unstable; urgency=medium + + * update bash completion helpers (use -o default) + + -- Proxmox Support Team Sat, 19 Dec 2015 09:22:13 +0100 + pve-manager (4.1-1) unstable; urgency=medium * bump version for 4.1 release diff --git a/defines.mk b/defines.mk index 2ee93996..105a56fa 100644 --- a/defines.mk +++ b/defines.mk @@ -2,7 +2,7 @@ RELEASE=4.1 VERSION=4.1 PACKAGE=pve-manager -PACKAGERELEASE=1 +PACKAGERELEASE=2 BINDIR=${DESTDIR}/usr/bin PERLLIBDIR=${DESTDIR}/usr/share/perl5