From 096b30b5e8df16120aba1ee0de5c7e5b77bc18d5 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 13 Apr 2017 01:33:30 +0300 Subject: [PATCH] Update `Depends:` for homegrown packages This should match upstream Debian package, at the same time `goxc` seems to be broken and it ignores `Suggests`. --- .goxc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.goxc.json b/.goxc.json index 3114e9f4..561961aa 100644 --- a/.goxc.json +++ b/.goxc.json @@ -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/"