From f803c821e2420464a47b349b94e3a76c38144eb9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 23 Jul 2019 20:44:35 +0200 Subject: [PATCH] buildsys: switch upload dist over to buster Signed-off-by: Thomas Lamprecht --- Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index a9ee974..c884b57 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -# howto add rule updates: +include /usr/share/dpkg/pkg-info.mk# howto add rule updates: + # edit paths ($srcdir) in changes.pl # update changes.diff - verify changes! @@ -16,11 +17,9 @@ # # edit debin/rules to apply updates -PKGREL=3 -SAVER=3.4.2 -OPKGNAME = Mail-SpamAssassin-${SAVER} -NPKGNAME = proxmox-spamassassin_${SAVER} -DEB = proxmox-spamassassin_${SAVER}-${PKGREL}_amd64.deb +OPKGNAME = Mail-SpamAssassin-${DEB_VERSION_UPSTREAM} +NPKGNAME = proxmox-spamassassin_${DEB_VERSION_UPSTREAM} +DEB = proxmox-spamassassin_${DEB_VERSION_UPSTREAM_REVISION}_amd64.deb EXTRA_RULES = KAM.cf -- 2.39.5