]> git.proxmox.com Git - pmg-docs.git/commitdiff
buildsys: drop unused PKGREL variable
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 10:33:07 +0000 (12:33 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 11:37:01 +0000 (13:37 +0200)
we rely on d/changelog through the dpkg makefile fragments helper
since a while..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index ee057db47a621d0de53bc3baadbc7116a0ebd395..665c6675a0c718e25324cc5ed1fe8f40b553ec8b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,6 @@ DSC=$(DEB_SOURCE)_$(DEB_VERSION).dsc
 GEN_PACKAGE=pmg-doc-generator
 DOC_PACKAGE=pmg-docs
 
-# also update debian/changelog
-PKGREL=1
-
 GITVERSION:=$(shell git rev-parse HEAD)
 
 GEN_DEB=$(GEN_PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION)_all.deb