X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=3244e02e18cd349ce9489c1ddf788ddefc10b2fd;hb=523486cca0588d9e88ce7415f5788a30091c1649;hp=cf83227a115a9863fb5df9eb39fb459f2353cd79;hpb=6e3e9894aa2e3f977040523d92bd0d6e66e2c9d7;p=proxmox-spamassassin.git diff --git a/Makefile b/Makefile index cf83227..3244e02 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -RELEASE=4.1 +RELEASE=5.0 # howto add rule updates: # edit paths ($srcdir) in changes.pl @@ -15,7 +15,7 @@ RELEASE=4.1 # # edit debin/rules to apply updates -PKGREL=1 +PKGREL=50 SAVER=3.4.1 OPKGNAME = Mail-SpamAssassin-${SAVER} NPKGNAME = proxmox-spamassassin_${SAVER} @@ -38,14 +38,7 @@ sa-updates.tgz: .PHONY: upload upload: ${DEB} - umount /proxmox/${RELEASE}; mount /proxmox/${RELEASE} -o rw - mkdir -p /proxmox/${RELEASE}/extra - rm -rf /proxmox/${RELEASE}/extra/Packages* - rm -rf /proxmox/${RELEASE}/extra/proxmox-spamassassin_*.deb - cp ${DEB} /proxmox/${RELEASE}/extra - cd /proxmox/${RELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz - umount /proxmox/${RELEASE}; mount /proxmox/${RELEASE} -o ro - + # fixme CLEANFILES = *~ debian/*~ *.deb proxmox-spamassassin_* \ updates.tmp