X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=413c69bc0583b74e0b9a369b76ed5ac87572760d;hb=2c4ec58c523fd64e2196eeabd9e0bc063855c118;hp=ad686fc29a5530ef4c8b2a844d5f31fb6e33062b;hpb=f3f4b67e3e8a87f80d18090894292847a3b86097;p=pve-common.git diff --git a/Makefile b/Makefile index ad686fc..413c69b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=3.1 +RELEASE=4.0 -VERSION=3.0 -PKGREL=12 +VERSION=4.0 +PKGREL=7 PACKAGE=libpve-common-perl @@ -27,7 +27,7 @@ dinstall: deb .PHONY: deb deb ${DEB}: rm -rf build - rsync -a data/ build + rsync -a src/ build rsync -a debian/ build/debian echo "git clone git://git.proxmox.com/git/pve-common.git\\ngit checkout ${GITVERSION}" > build/debian/SOURCE cd build; dpkg-buildpackage -rfakeroot -b -us -uc