1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: go-sendxmpp
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Martin Dosch <martin@mdosch.de>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any (>= 2:1.21~),
golang-debian-mdosch-xmppsrv-dev (>= 0.3.3~),
golang-github-beevik-etree-dev (>= 1.1.4~),
golang-github-gabriel-vasile-mimetype-dev,
golang-github-google-uuid-dev,
golang-github-mattn-go-xmpp-dev (>= 0.2.18~),
golang-github-pborman-getopt-dev,
golang-github-protonmail-go-crypto-dev,
golang-github-protonmail-gopenpgp-v3-dev,
ronn,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/go-sendxmpp
Vcs-Git: https://salsa.debian.org/go-team/packages/go-sendxmpp.git
Homepage: https://salsa.debian.org/mdosch/go-sendxmpp
XS-Go-Import-Path: salsa.debian.org/mdosch/go-sendxmpp
Package: go-sendxmpp
Section: net
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using:
${misc:Built-Using},
Static-Built-Using:
${misc:Static-Built-Using},
Description: Command line utility to send messages or files using XMPP
Go-sendxmpp can send messages or files (if the server supports http-upload)
to an XMPP contact or MUC. It is inspired by the perl tool sendxmpp.
|