X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=24772d774dae8f5fd2ae6c6109401b437404b0ef;hb=d6a42a49fd46644fab4811dd9f58d2e4cb74b968;hp=59c8369de781baab35c25e1901a7b7db9283a8ea;hpb=284daf64f7918dbb69a94562cc4515e22fd464e8;p=proxmox-mailgateway.git diff --git a/Makefile b/Makefile index 59c8369..24772d7 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,12 @@ RELEASE=5.0 -PKGREL=4 +PKGREL=7 PACKAGE=proxmox-mailgateway DEB=${PACKAGE}_${RELEASE}-${PKGREL}_all.deb KERNEL_VER=4.13.13 -KREL=1 +KREL=5 EXTRAVERSION=-${KREL}-pve KVNAME=${KERNEL_VER}${EXTRAVERSION} @@ -21,7 +21,7 @@ all: ${DEB} ${DEB}: control copyright changelog.Debian postinst postrm proxmox-release-5.x.pubkey rm -rf build - test -n "${KERNEL}" || false "kernel not found" + test -n "${KERNEL}" || false "kernel ${KERNEL} not found" mkdir -p build/DEBIAN mkdir -p build/usr/share/doc/${PACKAGE} mkdir -p build/etc/apt/trusted.gpg.d