summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7a9fd28
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: golang-github-docker-go-plugins-helpers
+Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Uploaders: Reinhard Tartler <siretart@tauware.de>
+Section: golang
+Testsuite: autopkgtest-pkg-go
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ dh-golang,
+ golang-any,
+ golang-github-coreos-go-systemd-dev,
+ golang-github-docker-go-connections-dev,
+ golang-github-stretchr-testify-dev
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-docker-pplugins-helpers
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-docker-plugins-helpers.git
+Rules-Requires-Root: no
+XS-Go-Import-Path: github.com/docker/go-plugins-helpers
+
+Package: golang-github-docker-go-plugins-helpers-dev
+Architecture: all
+Multi-Arch: foreign
+Depends: golang-github-coreos-go-systemd-dev,
+ golang-github-docker-go-connections-dev,
+ golang-github-stretchr-testify-dev,
+ ${misc:Depends}
+Description: Helper packages to extend Docker Engine in Golang
+ This package contains is a rather random collection of helpers used by tools
+ that interact closely with docker source code