File: control

package info (click to toggle)
golang-github-apparentlymart-go-openvpn-mgmt 0.0~git20161009.9a305ae-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 104 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download | duplicates (2)
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
Source: golang-github-apparentlymart-go-openvpn-mgmt
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Antoine Beaupré <anarcat@debian.org>, Micah Anderson <micah@debian.org>
Build-Depends: debhelper-compat (= 11),
               dh-golang,
               golang-any
Standards-Version: 4.3.0
Homepage: https://github.com/apparentlymart/go-openvpn-mgmt
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-apparentlymart-go-openvpn-mgmt
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-apparentlymart-go-openvpn-mgmt.git
XS-Go-Import-Path: github.com/apparentlymart/go-openvpn-mgmt
Testsuite: autopkgtest-pkg-go

Package: golang-github-apparentlymart-go-openvpn-mgmt-dev
Architecture: all
Depends: ${misc:Depends}
Description: Go client library for OpenVPN's management protocol
 Go package that implements a client for the OpenVPN management interface.
 This can be used to monitor and control an OpenVPN process running with
 its management port enabled.
 .
 Currently only a subset of the protocol is supported, primarily focused
 on monitoring status changes and cleanly shutting down or restarting
 connections.