File: control

package info (click to toggle)
golang-github-containers-dnsname 1.3.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 428 kB
  • sloc: makefile: 82; sh: 54
file content (42 lines) | stat: -rw-r--r-- 1,834 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
32
33
34
35
36
37
38
39
40
41
42
Source: golang-github-containers-dnsname
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>,
           Leo Antunes <costela@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-appc-cni-dev (>= 1.0.1~),
               golang-github-containernetworking-plugins-dev,
               golang-github-coreos-go-iptables-dev,
               golang-github-onsi-ginkgo-dev,
               golang-github-pkg-errors-dev,
               golang-github-sirupsen-logrus-dev,
               golang-github-vishvananda-netlink-dev,
               golang-golang-x-sys-dev,
               golang-gomega-dev
Standards-Version: 4.6.0.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containers-dnsname
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containers-dnsname.git
Homepage: https://github.com/containers/dnsname
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/containers/dnsname

Package: golang-github-containernetworking-plugin-dnsname
Architecture: any
Depends: dnsmasq-base,
         ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Enhances: podman
Description: name resolution for containers
 This CNI plugin sets up the use of dnsmasq on a given CNI network so that Pods
 can resolve each other by name. When configured, the pod and its IP address
 are added to a network specific hosts file that dnsmasq reads in.  Similarly,
 when a pod is removed from the network, it will remove the entry from the
 hosts file.  Each CNI network will have its own dnsmasq instance.
 .
 The dnsname plugin was specifically designed for the Podman
 container engine.