X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=7f077835dda557397fe89f2b2e2e2b096d03a4a1;hp=fb97e99e154831c8b43869f083320f338690ae9f;hb=b749019d13617d78e0f45da7f88913429927d6fd;hpb=e143e9d86b489c57166b5c192bf41dcc3452471e;ds=sidebyside diff --git a/Makefile b/Makefile index fb97e99..7f07783 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=2.0 VERSION=1.0 -PKGREL=5 +PKGREL=6 PACKAGE=libpve-common-perl @@ -25,8 +25,8 @@ dinstall: deb .PHONY: deb deb ${DEB}: rm -rf build - rsync -a --exclude .svn data/ build - rsync -a --exclude .svn debian/ build/debian + rsync -a data/ build + rsync -a debian/ build/debian cd build; dpkg-buildpackage -rfakeroot -b -us -uc lintian ${DEB}