From 0fe969cc4abde17f387fba1f91e7fe9f94d56312 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 15 Jun 2023 12:08:39 +0200 Subject: [PATCH] debian: rename package name to just "thalos" --- debian/control | 4 ++-- debian/thalos.install | 1 + debian/{thalos-server.postinst => thalos.postinst} | 0 debian/{thalos-server.postrm => thalos.postrm} | 0 4 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 debian/thalos.install rename debian/{thalos-server.postinst => thalos.postinst} (100%) rename debian/{thalos-server.postrm => thalos.postrm} (100%) diff --git a/debian/control b/debian/control index 2ae865f..7fa3acd 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: thalos-server +Source: thalos Section: utils Build-Depends: debhelper (>= 11) @@ -8,7 +8,7 @@ Vcs-Browser: https://github.com/eosswedenorg/thalos Priority: optional Maintainer: Henrik Hautakoski -Package: thalos-server +Package: thalos Section: utils Priority: optional Architecture: amd64 diff --git a/debian/thalos.install b/debian/thalos.install new file mode 100644 index 0000000..510fa2e --- /dev/null +++ b/debian/thalos.install @@ -0,0 +1 @@ +debian/thalos-server.service /lib/systemd/system \ No newline at end of file diff --git a/debian/thalos-server.postinst b/debian/thalos.postinst similarity index 100% rename from debian/thalos-server.postinst rename to debian/thalos.postinst diff --git a/debian/thalos-server.postrm b/debian/thalos.postrm similarity index 100% rename from debian/thalos-server.postrm rename to debian/thalos.postrm