From 4d5539704c87a722984c30004558c593fff9baa6 Mon Sep 17 00:00:00 2001 From: Christian Flamm Date: Fri, 9 Jun 2017 15:07:19 +0200 Subject: [PATCH] add description+url to deb package --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9903db5..7623cef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ before_install: - rvm install 1.9.3 - gem install --no-ri --no-rdoc fpm script: - - fpm -v ${TRAVIS_TAG} -n afpre -a all -t deb -d jq -d bash -d openssl -d curl -s dir afpre=/usr/bin/afpre + - fpm -v ${TRAVIS_TAG} -n afpre -a all -t deb -d jq -d bash -d openssl -d curl --description "CLI for the AWS Federation Proxy" --url "https://github.com/leflamm/afpre" -s dir afpre=/usr/bin/afpre deploy: skip_cleanup: true provider: releases