X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=9919cfa9f3172d59c0cfce34c4e3855c38aa9e2e;hb=b3d0d4595a0e4d6c1b37c4a4ae6a610c3d9f5f0f;hp=ee77d5c47e795bfa43ce07b3e01ef590a1e6e434;hpb=270f26674068a5be33ea7d2f7f22b19160a31b0d;p=lxcfs.git diff --git a/Makefile b/Makefile index ee77d5c..9919cfa 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ RELEASE=4.0 PACKAGE=lxcfs -PKGVER=0.7 -DEBREL=pve1 +PKGVER=0.9 +DEBREL=pve2 SRCDIR=${PACKAGE} SRCTAR=${SRCDIR}.tgz @@ -18,7 +18,8 @@ deb ${DEB}: ${SRCTAR} rm -rf ${SRCDIR} tar xf ${SRCTAR} cp -a debian ${SRCDIR}/debian - echo "git clone git://git.proxmox.com/git/lxc.git\\ngit checkout ${GITVERSION}" > ${SRCDIR}/debian/SOURCE + echo "git clone git://git.proxmox.com/git/lxcfs.git\\ngit checkout ${GITVERSION}" > ${SRCDIR}/debian/SOURCE + echo "debian/SOURCE" >> ${SRCDIR}/debian/docs cd ${SRCDIR}; dpkg-buildpackage -rfakeroot -b -us -uc #lintian ${DEB}