summaryrefslogtreecommitdiff
path: root/cilium-cli/debian
diff options
context:
space:
mode:
Diffstat (limited to 'cilium-cli/debian')
-rw-r--r--cilium-cli/debian/changelog5
-rw-r--r--cilium-cli/debian/compat1
-rw-r--r--cilium-cli/debian/control11
-rw-r--r--cilium-cli/debian/install1
-rwxr-xr-xcilium-cli/debian/rules16
-rw-r--r--cilium-cli/debian/source/format1
6 files changed, 35 insertions, 0 deletions
diff --git a/cilium-cli/debian/changelog b/cilium-cli/debian/changelog
new file mode 100644
index 0000000..fa1f724
--- /dev/null
+++ b/cilium-cli/debian/changelog
@@ -0,0 +1,5 @@
+cilium-cli (0.14.1-1) unstable; urgency=medium
+
+ * initial package release.
+
+ -- Christian Pointner <equinox@spreadspace.org> Tue, 07 May 2023 18:21:30 +0100
diff --git a/cilium-cli/debian/compat b/cilium-cli/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/cilium-cli/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/cilium-cli/debian/control b/cilium-cli/debian/control
new file mode 100644
index 0000000..d10bd42
--- /dev/null
+++ b/cilium-cli/debian/control
@@ -0,0 +1,11 @@
+Source: cilium-cli
+Maintainer: Christian Pointner <equinox@spreadspace.org>
+Section: utils
+Priority: optional
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), wget, ca-certificates
+
+Package: cilium-cli
+Architecture: amd64 arm64
+Depends: ${misc:Depends}
+Description: Next-Gen Cilium CLI (binaries only)
diff --git a/cilium-cli/debian/install b/cilium-cli/debian/install
new file mode 100644
index 0000000..6571f79
--- /dev/null
+++ b/cilium-cli/debian/install
@@ -0,0 +1 @@
+usr/bin/cilium
diff --git a/cilium-cli/debian/rules b/cilium-cli/debian/rules
new file mode 100755
index 0000000..4fb3176
--- /dev/null
+++ b/cilium-cli/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)/cilium
+
+override_dh_auto_install:
+ install -d $$(pwd)/debian/tmp/usr/bin/
+ install -m 755 $$(pwd)/$(DEB_BUILD_ARCH)/cilium $$(pwd)/debian/tmp/usr/bin/cilium
+
+override_dh_auto_clean:
+ make VERSION=$(DEB_VERSION_UPSTREAM) clean
diff --git a/cilium-cli/debian/source/format b/cilium-cli/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/cilium-cli/debian/source/format
@@ -0,0 +1 @@
+1.0