summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/changelog11
-rw-r--r--debian/control2
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/upstream/0002-usr-move.patch14
4 files changed, 27 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8bf0f83..3f06256 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+open-infrastructure-storage-tools (20190301-lts1-6) sid; urgency=medium
+
+ * Uploading to sid.
+ * Removing pre-bookworm transitional package.
+ * 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: #1063458).
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 05 Jun 2024 06:31:41 +0200
+
open-infrastructure-storage-tools (20190301-lts1-5) sid; urgency=high
* Uploading to sid, with bumped urgency due to upcoming freeze deadline.
diff --git a/debian/control b/debian/control
index 638fb5b..36d7e3c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
libxml2-utils,
xsltproc,
Rules-Requires-Root: no
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Homepage: https://open-infrastructure.net/software/storage-tools
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-storage-tools
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-storage-tools
diff --git a/debian/patches/series b/debian/patches/series
index cfc95e6..5fa8004 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
upstream/0001-ftbfs-asciidoc.patch
+upstream/0002-usr-move.patch
diff --git a/debian/patches/upstream/0002-usr-move.patch b/debian/patches/upstream/0002-usr-move.patch
new file mode 100644
index 0000000..04065d5
--- /dev/null
+++ b/debian/patches/upstream/0002-usr-move.patch
@@ -0,0 +1,14 @@
+diff -Naurp open-infrastructure-storage-tools.orig/Makefile open-infrastructure-storage-tools/Makefile
+--- open-infrastructure-storage-tools.orig/Makefile
++++ open-infrastructure-storage-tools/Makefile
+@@ -72,8 +72,8 @@ install: build
+ mkdir -p $(DESTDIR)/etc/logrotate.d
+ cp -r share/logrotate/* $(DESTDIR)/etc/logrotate.d
+
+- 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)/usr/share/$(PROJECT)/$(PROGRAM)
+ cp -r share/ceph-info $(DESTDIR)/usr/share/$(PROJECT)