]> git.proxmox.com Git - lxc.git/blobdiff - Makefile
remove patch which has gone upstream
[lxc.git] / Makefile
index d6c67b67eb2b3e2764fb3df849f925937c7d7b87..12ba0736f2a24e2c0948ad1884f3877a755bbee0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=4.2
+RELEASE=4.4
 
 PACKAGE=lxc-pve
-LXCVER=2.0.4
-DEBREL=1
+LXCVER=2.0.7
+DEBREL=2
 
 SRCDIR=lxc
 SRCTAR=${SRCDIR}.tgz
@@ -10,15 +10,18 @@ SRCTAR=${SRCDIR}.tgz
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
-DEBS=                                  \
-${PACKAGE}_${LXCVER}-${DEBREL}_${ARCH}.deb                     \
-${PACKAGE}-dev_${LXCVER}-${DEBREL}_${ARCH}.deb                         \
-${PACKAGE}-dbg_${LXCVER}-${DEBREL}_${ARCH}.deb
+DEB1=${PACKAGE}_${LXCVER}-${DEBREL}_${ARCH}.deb
+DEB2=${PACKAGE}-dev_${LXCVER}-${DEBREL}_${ARCH}.deb \
+     ${PACKAGE}-dbg_${LXCVER}-${DEBREL}_${ARCH}.deb
+DEBS=$(DEB1) $(DEB2)
 
 all: ${DEBS}
        echo ${DEBS}
 
-deb ${DEBS}: ${SRCTAR}
+.PHONY: deb
+deb: ${DEBS}
+$(DEB2): $(DEB1)
+$(DEB1): ${SRCTAR}
        rm -rf ${SRCDIR}
        tar xf ${SRCTAR}
        cp -a debian ${SRCDIR}/debian