From d00659b0cb53f56427f196136fd9d7c14023b19f Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 3 Mar 2015 22:04:10 +0300 Subject: [PATCH] Recommend graphviz for Debian packages. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bbb81482..a4c224aa 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ package: (cd root/etc/bash_completion.d && wget https://raw.github.com/aptly-dev/aptly-bash-completion/master/aptly) gzip root/usr/share/man/man1/aptly.1 fpm -s dir -t deb -n aptly -v $(VERSION) --url=http://www.aptly.info/ --license=MIT --vendor="Andrey Smirnov " \ - -f -m "Andrey Smirnov " --description="Debian repository management tool" --deb-recommends bzip2 -C root/ . + -f -m "Andrey Smirnov " --description="Debian repository management tool" --deb-recommends bzip2 --deb-recommends graphviz -C root/ . mv aptly_$(VERSION)_*.deb ~ src-package: