Hi Antoine, On Sun, Sep 23, 2018 at 9:48 AM Antoine Beaupré <[email protected]> wrote: > > Ping! > > I've been running this package for about a month now and it works well.
Glad that you like the package! > If no one else steps up, I will upload this within the next four weeks. The "hub" package was uploaded to Debian three months ago, or 2018-06-16 to be exact, currently in the NEW queue pending verification by FTP masters. See https://ftp-master.debian.org/new.html for more information. Cheers, Anthony > Thanks! > > A. > > On 2018-08-26 23:11:26, Antoine Beaupré wrote: > > 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?= <[email protected]> > > 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 > > > > -- > A patriot must always be ready to defend his country > against his government. > - Edward Abbey _______________________________________________ Pkg-go-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers
