Control: tag -1 +pending +patch Hi Anthony!
I noticed on Salsa that you have worked on the Debian package for the hub program: https://salsa.debian.org/go-team/packages/hub Are there any plans to upload that package into the archive? It would be very useful... It seems to work here although it currently FTBFS because of an incorrect dependency. The attached patch fixes that. Thanks for any update, A.
>From 3d72160700b43218557ad15f12633a2eb9568119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anar...@debian.org> Date: Sun, 26 Aug 2018 23:06:42 -0400 Subject: [PATCH] fix build dependency The ruby-ronn package does not ship the ronn program anymore --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7d80a46..0103fac 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 11), golang-github-ogier-pflag-dev, golang-golang-x-crypto-dev, golang-gopkg-yaml.v2-dev, - ruby-ronn + ronn Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/hub Vcs-Git: https://salsa.debian.org/go-team/packages/hub.git -- 2.18.0