Skip to content

Commit

Permalink
Bugfix : set correct dependency
Browse files Browse the repository at this point in the history
* and don't forget a typo on name project
  • Loading branch information
camlafit committed Jan 31, 2017
1 parent 74515d9 commit 91aa5e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 \
.

0 comments on commit 91aa5e1

Please sign in to comment.