File: control

package info (click to toggle)
go-sendxmpp 0.5.6%2Bgit20221206.bbc83969-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 224 kB
  • sloc: makefile: 9
file content (31 lines) | stat: -rw-r--r-- 1,253 bytes parent folder | download
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
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,
               golang-debian-mdosch-xmppsrv-dev,
               golang-github-beevik-etree-dev,
               golang-github-gabriel-vasile-mimetype-dev,
               golang-github-mattn-go-xmpp-dev,
               golang-github-pborman-getopt-dev,
               golang-github-protonmail-gopenpgp-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
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}
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.