X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=6e8fc78ac855e14556d46d62276680091f04111d;hb=194b65f1880825f2cf6f1d8419b5048780d8e6ec;hp=95bc27281cfaa062ac49a52f8994de67d2e2d168;hpb=e196200ab811f700841fa8d26c6dfdb046ad0a7d;p=qemu-server.git diff --git a/Makefile b/Makefile index 95bc272..6e8fc78 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ -VERSION=5.0 +include /usr/share/dpkg/pkg-info.mk +include /usr/share/dpkg/architecture.mk + PACKAGE=qemu-server -PKGREL=41 CFLAGS+=-O2 -Werror -Wall -Wextra -Wpedantic -Wtype-limits -Wl,-z,relro -std=gnu11 JSON_CFLAGS=$(shell pkg-config --cflags json-c) @@ -20,14 +21,14 @@ MAN1DIR=${MANDIR}/man1/ MAN5DIR=${MANDIR}/man5/ MAN8DIR=${MANDIR}/man8/ BASHCOMPLDIR=${PREFIX}/share/bash-completion/completions/ +ZSHCOMPLDIR=${PREFIX}/share/zsh/vendor-completions/ export PERLDIR=${PREFIX}/share/perl5 PERLINCDIR=${PERLDIR}/asm-x86_64 -ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell git rev-parse HEAD) -DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb -DBG_DEB=${PACKAGE}-dbgsym_${VERSION}-${PKGREL}_${ARCH}.deb +DEB=${PACKAGE}_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb +DBG_DEB=${PACKAGE}-dbgsym_${DEB_VERSION_UPSTREAM_REVISION}_${DEB_BUILD_ARCH}.deb DEBS=${DEB} ${DBG_DEB} @@ -35,8 +36,6 @@ DEBS=${DEB} ${DBG_DEB} export NOVIEW=1 include /usr/share/pve-doc-generator/pve-doc-generator.mk -export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp) - all: .PHONY: dinstall @@ -54,7 +53,16 @@ qmrestore.bash-completion: PVE_GENERATING_DOCS=1 perl -I. -T -e "use PVE::CLI::qmrestore; PVE::CLI::qmrestore->generate_bash_completions();" >$@.tmp mv $@.tmp $@ -PKGSOURCES=qm qm.1 qmrestore qmrestore.1 qmextract qm.conf.5 qm.bash-completion qmrestore.bash-completion qmeventd qmeventd.8 +qm.zsh-completion: + PVE_GENERATING_DOCS=1 perl -I. -T -e "use PVE::CLI::qm; PVE::CLI::qm->generate_zsh_completions();" >$@.tmp + mv $@.tmp $@ + +qmrestore.zsh-completion: + PVE_GENERATING_DOCS=1 perl -I. -T -e "use PVE::CLI::qmrestore; PVE::CLI::qmrestore->generate_zsh_completions();" >$@.tmp + mv $@.tmp $@ + +PKGSOURCES=qm qm.1 qmrestore qmrestore.1 qmextract qm.conf.5 qm.bash-completion qmrestore.bash-completion \ + qm.zsh-completion qmrestore.zsh-completion qmeventd qmeventd.8 .PHONY: install install: ${PKGSOURCES} @@ -69,8 +77,11 @@ install: ${PKGSOURCES} install -d ${DESTDIR}/usr/share/${PACKAGE} install -m 0644 pve-usb.cfg ${DESTDIR}/usr/share/${PACKAGE} install -m 0644 pve-q35.cfg ${DESTDIR}/usr/share/${PACKAGE} + install -m 0644 pve-q35-4.0.cfg ${DESTDIR}/usr/share/${PACKAGE} install -m 0644 -D qm.bash-completion ${DESTDIR}/${BASHCOMPLDIR}/qm install -m 0644 -D qmrestore.bash-completion ${DESTDIR}/${BASHCOMPLDIR}/qmrestore + install -m 0644 -D qm.zsh-completion ${DESTDIR}/${ZSHCOMPLDIR}/_qm + install -m 0644 -D qmrestore.zsh-completion ${DESTDIR}/${ZSHCOMPLDIR}/_qmrestore install -m 0644 -D bootsplash.jpg ${DESTDIR}/usr/share/${PACKAGE} make -C PVE install install -m 0755 qm ${DESTDIR}${SBINDIR} @@ -109,7 +120,7 @@ test: .PHONY: upload upload: ${DEB} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist buster .PHONY: clean clean: