From fb7be2862c6bfe927906ca37d6c19a37f4600887 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 10:32:14 +0200 Subject: Adding debian version 2.8-2. Signed-off-by: Daniel Baumann --- debian/changelog | 7 +++++++ debian/patches/debian/0002-meson-systemd.patch | 15 --------------- debian/patches/series | 1 - 3 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 debian/patches/debian/0002-meson-systemd.patch diff --git a/debian/changelog b/debian/changelog index 238c4e7..590076f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nvme-cli (2.8-2) sid; urgency=medium + + * Uploading to sid. + * Moving systemd units to /usr (Closes: #1059430). + + -- Daniel Baumann Wed, 06 Mar 2024 07:08:19 +0100 + nvme-cli (2.8-1) sid; urgency=medium * Uploading to sid. 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 -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 -- cgit v1.2.3