summaryrefslogtreecommitdiff
path: root/coredns/debian
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-06-04 21:38:13 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-06-04 21:38:17 +0200
commitd8141de3b821e5e696edc2ff980b1394e2793dfe (patch)
tree84522bdeaa430dc2168abe2753fa5e0ed49814a9 /coredns/debian
add coredns packageHEADmaster
Diffstat (limited to 'coredns/debian')
-rw-r--r--coredns/debian/changelog5
-rw-r--r--coredns/debian/compat1
-rw-r--r--coredns/debian/control11
-rw-r--r--coredns/debian/install1
-rwxr-xr-xcoredns/debian/rules16
-rw-r--r--coredns/debian/source/format1
6 files changed, 35 insertions, 0 deletions
diff --git a/coredns/debian/changelog b/coredns/debian/changelog
new file mode 100644
index 0000000..c280c84
--- /dev/null
+++ b/coredns/debian/changelog
@@ -0,0 +1,5 @@
+coredns (1.11.3-1) unstable; urgency=medium
+
+ * Initial release.
+
+ -- Christian Pointner <equinox@spreadspace.org> Tue, 04 Jun 2024 21:36:07 +0200
diff --git a/coredns/debian/compat b/coredns/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/coredns/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/coredns/debian/control b/coredns/debian/control
new file mode 100644
index 0000000..5058bd1
--- /dev/null
+++ b/coredns/debian/control
@@ -0,0 +1,11 @@
+Source: coredns
+Maintainer: Christian Pointner <equinox@spreadspace.org>
+Section: utils
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), wget, ca-certificates
+
+Package: coredns
+Architecture: amd64 arm64
+Depends: ${misc:Depends}
+Description: coredns app (binaries only)
diff --git a/coredns/debian/install b/coredns/debian/install
new file mode 100644
index 0000000..92643be
--- /dev/null
+++ b/coredns/debian/install
@@ -0,0 +1 @@
+usr/bin/coredns
diff --git a/coredns/debian/rules b/coredns/debian/rules
new file mode 100755
index 0000000..857a0c6
--- /dev/null
+++ b/coredns/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+include /usr/share/dpkg/pkg-info.mk
+%:
+ dh $@
+
+override_dh_auto_configure:
+
+override_dh_auto_build:
+ make VERSION=$(DEB_VERSION_UPSTREAM) $(DEB_BUILD_ARCH)/coredns
+
+override_dh_auto_install:
+ install -d $$(pwd)/debian/tmp/usr/bin/
+ install -m 755 $$(pwd)/$(DEB_BUILD_ARCH)/coredns $$(pwd)/debian/tmp/usr/bin/coredns
+
+override_dh_auto_clean:
+ make VERSION=$(DEB_VERSION_UPSTREAM) clean
diff --git a/coredns/debian/source/format b/coredns/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/coredns/debian/source/format
@@ -0,0 +1 @@
+1.0