Skip to content

Commit

Permalink
Merge pull request #548 from smira/546-fix-depends
Browse files Browse the repository at this point in the history
Update `Depends:` for homegrown packages
  • Loading branch information
smira authored Apr 14, 2017
2 parents 4d38e0b + 62762f1 commit 898cbd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"bintray"
],
"TaskSettings": {
"deb": {
"debs": {
"metadata": {
"maintainer": "Andrey Smirnov",
"maintainerEmail": "me@smira.ru",
"maintainer-email": "me@smira.ru",
"description": "Debian repository management tool"
},
"metadata-deb": {
"License": "MIT",
"Homepage": "https://www.aptly.info/",
"Recommends": "bzip2, graphviz, xz-utils",
"Depends": ""
"Depends": "bzip2, xz-utils, gnupg, gpgv",
"Suggests": "graphviz"
},
"other-mapped-files": {
"/": "root/"
Expand Down

0 comments on commit 898cbd2

Please sign in to comment.