summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog12
-rw-r--r--debian/control13
-rwxr-xr-xdebian/rules4
3 files changed, 20 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index c1936c1..0d1f994 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+golang-github-containers-dnsname (1.1.1+ds1-3) experimental; urgency=medium
+
+ * Improve package name and description
+
+ -- Reinhard Tartler <siretart@tauware.de> Mon, 07 Dec 2020 06:39:39 -0500
+
+golang-github-containers-dnsname (1.1.1+ds1-2) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Reinhard Tartler <siretart@tauware.de> Sun, 06 Dec 2020 11:24:00 -0500
+
golang-github-containers-dnsname (1.1.1+ds1-1) experimental; urgency=medium
* Initial release (Closes: #976237)
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