X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=88825cd0264ae3d1b52a574c1933333083ccb1f8;hb=cad05dcfaad90d97b99bc1f08cc3591964c11487;hp=9e93bb431097a4b34fdd6863bde65641bd93b309;hpb=edc10731a889483636f80ec5b4db2b94d1679ec6;p=qemu-server.git diff --git a/Makefile b/Makefile index 9e93bb4..88825cd 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=4.1 +RELEASE=4.3 VERSION=4.0 PACKAGE=qemu-server -PKGREL=68 +PKGREL=95 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro @@ -71,6 +71,7 @@ install: ${PKGSOURCES} install -m 0644 pve-q35.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 bootsplash.jpg ${DESTDIR}/usr/share/${PACKAGE} make -C PVE install install -m 0755 qm ${DESTDIR}${SBINDIR} install -m 0755 qmrestore ${DESTDIR}${SBINDIR} @@ -89,8 +90,9 @@ install: ${PKGSOURCES} gzip -9 ${DESTDIR}/${MAN5DIR}/qm.conf.5 cd ${DESTDIR}/${MAN5DIR}; ln -s qm.conf.5.gz vm.conf.5.gz -.PHONY: deb ${DEB} +.PHONY: deb deb ${DEB}: ${PKGSOURCES} + rm -f *.deb rm -rf build mkdir build make DESTDIR=${CURDIR}/build install @@ -108,14 +110,8 @@ deb ${DEB}: ${PKGSOURCES} lintian ${DEB} .PHONY: upload -upload: - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw - mkdir -p /pve/${RELEASE}/extra - rm -rf /pve/${RELEASE}/extra/${PACKAGE}_*.deb - rm -rf /pve/${RELEASE}/extra/Packages* - cp ${DEB} /pve/${RELEASE}/extra - cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro +upload: ${DEB} + tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload .PHONY: clean clean: