From 0077a81951833e748ce2da5db26c7854c19e50a4 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 8 Sep 2023 11:54:34 +0200 Subject: [PATCH] Move systemd units to /usr Closes: #1051457 --- debian/changelog | 7 +++++++ debian/control | 1 + debian/location.install | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7e41f4a..098d695 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libloc (0.9.16-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Move systemd units to /usr. (Closes: #1051457) + + -- Helmut Grohne Fri, 08 Sep 2023 11:34:27 +0200 + libloc (0.9.16-2) unstable; urgency=medium * add bash-completion for 'location' command diff --git a/debian/control b/debian/control index 9e5ae58..3028bfc 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Section: net Priority: optional Standards-Version: 4.6.1 Build-Depends: + debhelper (>= 13.11.6), debhelper-compat (= 13), dh-sequence-bash-completion, dh-sequence-python3, diff --git a/debian/location.install b/debian/location.install index 42ce2d6..7559971 100644 --- a/debian/location.install +++ b/debian/location.install @@ -1,3 +1,3 @@ usr/bin var/lib/location/signing-key.pem -lib/systemd/system +lib/systemd/system /usr/lib/systemd -- 2.47.2