]> git.proxmox.com Git - lxcfs.git/blobdiff - Makefile
bump version to 2.0.8-2
[lxcfs.git] / Makefile
index 24054d345ae58c780906e7f7f3da4b89384e4877..477dfdb9ccb95564d1479e3e2acd4020167fccb6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=lxcfs
-PKGVER=2.0.7
-DEBREL=1
+PKGVER=2.0.8
+DEBREL=2
 
 SRCDIR=${PACKAGE}
 SRCTAR=${SRCDIR}.tgz
@@ -9,7 +9,7 @@ ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
 DEB1=${PACKAGE}_${PKGVER}-${DEBREL}_${ARCH}.deb
-DEB2=${PACKAGE}-dbg_${PKGVER}-${DEBREL}_${ARCH}.deb
+DEB2=${PACKAGE}-dbgsym_${PKGVER}-${DEBREL}_${ARCH}.deb
 DEBS=$(DEB1) $(DEB2)
 
 all: ${DEB}
@@ -43,7 +43,6 @@ distclean: clean
 .PHONY: clean
 clean:
        rm -rf ${SRCDIR} ${SRCDIR}.tmp *_${ARCH}.deb *.changes *.dsc  *.buildinfo
-       find . -name '*~' -exec rm {} ';'
 
 .PHONY: dinstall
 dinstall: $(DEBS)