]> git.proxmox.com Git - pve-common.git/blobdiff - Makefile
add parser for "/etc/apt/auth.conf"
[pve-common.git] / Makefile
index fb97e99e154831c8b43869f083320f338690ae9f..4c7aaaf8cbf53709d49a090bb27d24e2c9098142 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-RELEASE=2.0
+RELEASE=3.0
 
-VERSION=1.0
+VERSION=3.0
 PKGREL=5
 
 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}