summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2020-12-07 06:38:31 -0500
committerReinhard Tartler <siretart@tauware.de>2020-12-07 06:44:30 -0500
commit72ff777159c889b9301a0e7980df365887b3db9b (patch)
tree423bc037f3a21bc7551b35d19fdbf716bb52504c
parent1d6e925b2e3cfa8422627ec16d424a04d1102736 (diff)
Improve package name and description
-rw-r--r--debian/control13
-rwxr-xr-xdebian/rules4
2 files changed, 8 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 32439c5..d2e9ef2 100644
--- a/debian/control
+++ b/debian/control
@@ -23,19 +23,18 @@ Homepage: https://github.com/containers/dnsname
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/containers/dnsname
-Package: golang-github-containernetworking-plugin
+Package: golang-github-containernetworking-plugin-dnsname
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Enhances: podman
Description: name resolution for containers
- dnsname pluginOverview This 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.
+ 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.
diff --git a/debian/rules b/debian/rules
index 1b52287..7f9f024 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@
override_dh_auto_install:
dh_auto_install -- --no-source
# move plugin to correct destination
- mv -v debian/golang-github-containernetworking-plugin/usr/bin \
- debian/golang-github-containernetworking-plugin/usr/lib
+ mv -v debian/golang-github-containernetworking-plugin-dnsname/usr/bin \
+ debian/golang-github-containernetworking-plugin-dnsname/usr/lib
override_dh_auto_test:
# tests require root