From 9a1608045e01f7a18a319b730b88a256538bb876 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 12 Apr 2024 13:15:20 +0200 Subject: cri-tools is part of new kubernetes apt repos --- cri-tools/debian/changelog | 23 ----------------------- cri-tools/debian/compat | 1 - cri-tools/debian/control | 11 ----------- cri-tools/debian/install | 1 - cri-tools/debian/rules | 16 ---------------- cri-tools/debian/source/format | 1 - 6 files changed, 53 deletions(-) delete mode 100644 cri-tools/debian/changelog delete mode 100644 cri-tools/debian/compat delete mode 100644 cri-tools/debian/control delete mode 100644 cri-tools/debian/install delete mode 100755 cri-tools/debian/rules delete mode 100644 cri-tools/debian/source/format (limited to 'cri-tools/debian') diff --git a/cri-tools/debian/changelog b/cri-tools/debian/changelog deleted file mode 100644 index 5d11d0c..0000000 --- a/cri-tools/debian/changelog +++ /dev/null @@ -1,23 +0,0 @@ -cri-tools (1.24.0-1) unstable; urgency=medium - - * new upstrea release. - - -- Christian Pointner Sat, 07 May 2022 11:58:07 +0200 - -cri-tools (1.23.0-1) unstable; urgency=medium - - * new upstrea release. - - -- Christian Pointner Wed, 19 Jan 2022 14:27:51 +0100 - -cri-tools (1.22.0-1) unstable; urgency=medium - - * new upstream release. - - -- Christian Pointner Sat, 09 Oct 2021 17:17:51 +0200 - -cri-tools (1.21.0-1) unstable; urgency=medium - - * initial package release. - - -- Christian Pointner Sat, 09 Oct 2021 16:35:16 +0200 diff --git a/cri-tools/debian/compat b/cri-tools/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/cri-tools/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/cri-tools/debian/control b/cri-tools/debian/control deleted file mode 100644 index 9f955b7..0000000 --- a/cri-tools/debian/control +++ /dev/null @@ -1,11 +0,0 @@ -Source: cri-tools -Maintainer: Christian Pointner -Section: utils -Priority: optional -Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9), wget, ca-certificates - -Package: cri-tools -Architecture: amd64 i386 -Depends: ${misc:Depends} -Description: container runtime interface control tools (binaries only) diff --git a/cri-tools/debian/install b/cri-tools/debian/install deleted file mode 100644 index af8e683..0000000 --- a/cri-tools/debian/install +++ /dev/null @@ -1 +0,0 @@ -usr/bin/crictl diff --git a/cri-tools/debian/rules b/cri-tools/debian/rules deleted file mode 100755 index e9df8cc..0000000 --- a/cri-tools/debian/rules +++ /dev/null @@ -1,16 +0,0 @@ -#!/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)/crictl - -override_dh_auto_install: - install -d $$(pwd)/debian/tmp/usr/bin/ - install -m 755 $$(pwd)/$(DEB_BUILD_ARCH)/crictl $$(pwd)/debian/tmp/usr/bin/crictl - -override_dh_auto_clean: - make VERSION=$(DEB_VERSION_UPSTREAM) clean diff --git a/cri-tools/debian/source/format b/cri-tools/debian/source/format deleted file mode 100644 index d3827e7..0000000 --- a/cri-tools/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -1.0 -- cgit v1.2.3