X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=3f326216c3bff0e74eb2cd58142bee747cfaea12;hb=e9c68be949d8f05ce25bf2edec7016a16a7268ea;hp=78d44ad46356eebf569f5e1c18c8c9d2b2eac68d;hpb=160a79a7d24cf241551c229ed7c51de4c769ca08;p=novnc-pve.git diff --git a/Makefile b/Makefile index 78d44ad..3f32621 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -RELEASE=3.2 +RELEASE=4.0 PACKAGE=novnc-pve -PKGREL=1 +PKGREL=2 NOVNCDIR=novnc NOVNCSRC=${NOVNCDIR}.tgz -NOVNCVER=0.4 +NOVNCVER=0.5 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) @@ -22,14 +22,13 @@ dinstall: deb deb ${DEB}: ${TARSRC} rm -rf ${NOVNCDIR} tar xf ${NOVNCSRC} - mv ${NOVNCDIR}/debian ${NOVNCDIR}/debian.org cp -a debian ${NOVNCDIR}/debian - cp vnc_pve.html ${NOVNCDIR} + cp ${NOVNCDIR}/include/ui.js ${NOVNCDIR}/pveui.js # fix file permissions chmod 0644 ${NOVNCDIR}/include/jsunzip.js echo "git clone git://git.proxmox.com/git/novnc-pve.git\\ngit checkout ${GITVERSION}" > ${NOVNCDIR}/debian/SOURCE cd ${NOVNCDIR}; dpkg-buildpackage -b -uc -us - -lintian ${DEB} + lintian ${DEB} .PHONY: download download: