summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-06 06:07:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-06 06:07:58 +0000
commit269c28e90416cdb293420f52ecae0edff2823fcf (patch)
treef2b4adac1995011c424035a17da10fcd8374de67
parentReleasing debian version 2.8-1. (diff)
downloadnvme-cli-269c28e90416cdb293420f52ecae0edff2823fcf.tar.xz
nvme-cli-269c28e90416cdb293420f52ecae0edff2823fcf.zip
Moving systemd units to /usr (Closes: #1059430).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0002-meson-systemd.patch15
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 16 deletions
diff --git a/debian/patches/debian/0002-meson-systemd.patch b/debian/patches/debian/0002-meson-systemd.patch
deleted file mode 100644
index 732544b..0000000
--- a/debian/patches/debian/0002-meson-systemd.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Daniel Baumann <daniel.baumann@progress-linux.org>
-Description: Overwriting systemd unit directory until debhelper supports /usr/lib/systemd/system (Closes: #1034232).
-
-diff -Naurp nvme-cli.orig/meson.build nvme-cli/meson.build
---- nvme-cli.orig/meson.build
-+++ nvme-cli/meson.build
-@@ -26,7 +26,7 @@ sysconfdir = join_paths(prefixdir, get_option('sysconfdir'))
-
- udevrulesdir = join_paths(prefixdir, get_option('udevrulesdir'))
- dracutrulesdir = join_paths(prefixdir, get_option('dracutrulesdir'))
--systemddir = join_paths(prefixdir, get_option('systemddir'))
-+systemddir = '/lib/systemd/system'
- rundir = join_paths(prefixdir, get_option('rundir'))
-
- ###############################################################################
diff --git a/debian/patches/series b/debian/patches/series
index 4758381..2ecdfd2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
debian/0001-meson-nose2.patch
-debian/0002-meson-systemd.patch