diff --git a/Makefile b/Makefile index 247ae0a..988c0be 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -NAME=alernc-borgbackup -VERSION=1 +NAME=alternc-borgbackup +VERSION=1.0.1 ITERATION=`date +'%y%m%d%H%M%S'` .PHONY: clean package @@ -18,7 +18,7 @@ package: --license GPLv3 \ --category admin \ --architecture all \ - --deb-build-depends "alternc (>= 3.2.10), fuse (>= 2.9.0)" \ + --depends "alternc (>= 3.2.10), fuse (>= 2.9.0)" \ --after-install debian/postinst \ --chdir src \ . \ No newline at end of file