mirror of
https://git.proxmox.com/git/pve-jslint
synced 2025-04-28 16:22:32 +00:00
buildsys: use dpkg-dev makefile helpers for pkg info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
43ca2f2362
commit
3e1b1e17f9
12
Makefile
12
Makefile
@ -1,14 +1,12 @@
|
|||||||
|
include /usr/share/dpkg/pkg-info.mk
|
||||||
|
|
||||||
PACKAGE=pve-jslint
|
PACKAGE=pve-jslint
|
||||||
VERSION=1.0
|
|
||||||
PACKAGERELEASE=5
|
|
||||||
|
|
||||||
PKGREL=${VERSION}-${PACKAGERELEASE}
|
DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_all.deb
|
||||||
|
DSC=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}.dsc
|
||||||
DEB=${PACKAGE}_${PKGREL}_all.deb
|
|
||||||
DSC=${PACKAGE}_${PKGREL}.dsc
|
|
||||||
|
|
||||||
GITVERSION:=$(shell git rev-parse HEAD)
|
GITVERSION:=$(shell git rev-parse HEAD)
|
||||||
BUILDDIR ?= ${PACKAGE}-${VERSION}
|
BUILDDIR ?= ${PACKAGE}-${DEB_VERSION_UPSTREAM}
|
||||||
|
|
||||||
all: ${DEB}
|
all: ${DEB}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user