From 5a20d5fdb3a2865e1fff940b52e564d8024306b2 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 14 May 2023 11:07:03 -0700 Subject: [PATCH] fix systemd path --- debian/changelog | 6 ++++++ debian/patches/series | 1 + debian/patches/systemdpath | 13 +++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 debian/patches/systemdpath diff --git a/debian/changelog b/debian/changelog index c67a0a66..5dcf75af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +altos (1.9.16-2) unstable; urgency=medium + + * fix path systemd service file for mapd is deliverd to, closes: #1036022 + + -- Bdale Garbee Sun, 14 May 2023 10:48:57 -0700 + altos (1.9.16-1) unstable; urgency=medium [ Keith Packard ] diff --git a/debian/patches/series b/debian/patches/series index e69de29b..6191cc2c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +systemdpath diff --git a/debian/patches/systemdpath b/debian/patches/systemdpath new file mode 100644 index 00000000..f3ec05e6 --- /dev/null +++ b/debian/patches/systemdpath @@ -0,0 +1,13 @@ +diff --git a/map-server/altos-mapd/Makefile.am b/map-server/altos-mapd/Makefile.am +index f92c3e5a..29ee65e8 100644 +--- a/map-server/altos-mapd/Makefile.am ++++ b/map-server/altos-mapd/Makefile.am +@@ -26,7 +26,7 @@ defaultsdir=$(sysconfdir)/default + + defaults_DATA=altos-mapd-default + +-systemddir=$(libdir)/systemd/system ++systemddir=$(bindir)/../lib/systemd/system + + systemd_DATA=altos-mapd.service + -- 2.30.2