summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control2
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/upstream/0003-usr-move.patch14
4 files changed, 28 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 745b02d..93e5774 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+open-infrastructure-compute-tools (20221223-6) sid; urgency=medium
+
+ * Uploading to sid.
+ * Removing pre-bookworm transitional package.
+ * Minimizing debhelper build-depends for trixie.
+ * Updating copyright for 2024.
+ * Updating to standards-version 4.7.0.
+ * Adding patch to install systemd unit files in /usr, thanks to Helmut
+ Grohne <helmut@subdivi.de> (Closes: #1063455).
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 05 Jun 2024 06:26:28 +0200
+
open-infrastructure-compute-tools (20221223-5) experimental; urgency=medium
* Uploading to experimental.
diff --git a/debian/control b/debian/control
index 75b7a09..748db06 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends:
debhelper-compat (= 13),
python3-docutils,
Rules-Requires-Root: no
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Homepage: https://open-infrastructure.net/software/compute-tools
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-compute-tools
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-compute-tools
diff --git a/debian/patches/series b/debian/patches/series
index e76f4e8..2bee32d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
upstream/0001-host-variable.patch
upstream/0002-versioned-sort.patch
+upstream/0003-usr-move.patch
diff --git a/debian/patches/upstream/0003-usr-move.patch b/debian/patches/upstream/0003-usr-move.patch
new file mode 100644
index 0000000..6278efe
--- /dev/null
+++ b/debian/patches/upstream/0003-usr-move.patch
@@ -0,0 +1,14 @@
+diff -Naurp open-infrastructure-compute-tools.orig/Makefile open-infrastructure-compute-tools/Makefile
+--- open-infrastructure-compute-tools.orig/Makefile
++++ open-infrastructure-compute-tools/Makefile
+@@ -142,8 +142,8 @@ install: build
+ ln -sf stop $(DESTDIR)/usr/libexec/$(PROGRAM)/t
+ ln -sf update $(DESTDIR)/usr/libexec/$(PROGRAM)/u
+
+- mkdir -p $(DESTDIR)/lib/systemd/system
+- cp -r share/systemd/* $(DESTDIR)/lib/systemd/system
++ mkdir -p $(DESTDIR)/usr/lib/systemd/system
++ cp -r share/systemd/* $(DESTDIR)/usr/lib/systemd/system
+
+ mkdir -p $(DESTDIR)/var/log/$(SOFTWARE)
+