Hello, Please feel free to close my ITP with your package. I'm afraid I won't be able to collaborate for now.
Thanks, -- Jonathan Reyes Sascha Steinbiss: > Hi Jonathan, > > just an update: the largest batch of dependencies just made it through > the NEW queue, with only golang-github-thecreeper-go-notify and > golang-github-twstrike-gotk3adapter currently waiting in there. I have > also finished my package for CoyIM myself (see link in the reference) > and I think it's ready for a first upload. > > I am curious to hear your thoughts about the package and whether you > would be interested in collaborating. Alternatively, would you be happy > with me closing your ITP with my package? > > Thanks and kind regards > Sascha > > > On 10/24/2016 04:14 PM, Sascha Steinbiss wrote: >> Dear Jonathan, >> >> I was wondering if there is any progress on the CoyIM package? I am >> asking because I have been preparing a package which is basically >> working and only needs some polishing (mostly d/copyright). All >> dependencies that were still missing (gotk3, otr3, ...) are now packaged >> and ITP'd as well. >> >> Would you like to collaborate on this package? >> >> Cheers >> Sascha >> >> [1] https://anonscm.debian.org/cgit/collab-maint/coyim.git >> >> On Tue, 29 Mar 2016 02:26:32 -0300 Jonathan Reyes >> <jre...@thoughtworks.com> wrote: >>> Package: wnpp >>> Severity: wishlist >>> Owner: Jonathan Reyes <j...@jreyes.org> >>> >>> * Package name : coyim >>> Version : 0.3.2-1 >>> Upstream Author : STRIKE Team >>> * URL : https://github.com/twstrike/coyim >>> * License : GPL-3.0 >>> Programming Lang: Go >>> Description : >>> >>> coyim - a safe and secure chat client Build Status >>> (https://travis-ci.org/twstrike/coyim) Build status >>> (https://ci.appveyor.com/project/tcz001/coyim) Coverage Status >>> (https://coveralls.io/github/twstrike/coyim?branch=master) Download >>> (https://bintray.com/twstrike/coyim/coyim-bin/_latestVersion#files) >>> . >>> CoyIM is a new client for the XMPP protocol. It >>> is built upon https://github.com/agl/xmpp-client and >>> https://github.com/twstrike/otr3. It adds a graphical user interface and >>> tries to be safe and secure by default. Our ambition is that it should >>> be possible for even the most high-risk people on the planet to safely >>> use CoyIM, without having to make any configuration changes. >>> . >>> To do this, we enable OTR by default, we default to use Tor and we will >>> use the Tor Onion Service for a server if we know it, and also to use >>> TLS and TLS certificates to verify the connection - no configuration >>> necessary. The implementation is written in the Go language, to avoid many >>> common types of vulnerabilities that come from using unsafe languages. >>> Security warning CoyIM is currently under active development. There have >>> been no security audits of the code, and you should currently not use >>> this for anything sensitive. Installation instructionsGUI version The GUI >>> version requires GTK+ >= 3.6.16, which installation depends on your OS: >>> . >>> Ubuntu: sudo apt-get install gtk+3.0 libgtk-3-dev >>> . >>> Mac: brew install gtk+3 >>> . >>> Then install coyim: >>> . >>> . >>> export GTK_VERSION=$(pkg-config --modversion gtk+-3.0 | tr . _ | cut -d >>> '_' -f 1-2) go get -u -tags "gtk_${GTK_VERSION}" github.com/twstrike/coyim >>> . >>> CLI version (xmpp-client) >>> . >>> go get -u -tags cli github.com/twstrike/coyim >>> . >>> Contributing to Coy We have instructions to help you get started >>> contributing to CoyIM (CONTRIBUTING.md). >>> >>> Reasoning: Trying to package CoyIM for Debian. Issue on GitHub: >>> <https://github.com/twstrike/coyim/issues/260> >>> >>>