1
0
Quellcode durchsuchen

No longer install any files in /lib/. Closes: #1073713

Christoph Biedl vor 8 Monaten
Ursprung
Commit
18bc977f06

+ 0 - 16
debian/patches/debian/2021-04-19.non-usrmerged.patch

@@ -1,16 +0,0 @@
-Subject: Install systemd unit files in /lib/
-Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
-Date: 2021-04-19
-Forwarded: not-needed
-
---- a/meson.build
-+++ b/meson.build
-@@ -14,7 +14,7 @@
- libexecdir = join_paths(get_option('prefix'), get_option('libexecdir'))
- sysconfdir = join_paths(get_option('prefix'), get_option('sysconfdir'))
- bindir = join_paths(get_option('prefix'), get_option('bindir'))
--systemunitdir = join_paths(get_option('prefix'), 'lib/systemd/system')
-+systemunitdir = join_paths('/lib/systemd/system')
- licensedir = join_paths(get_option('prefix'), 'share', 'licenses', meson.project_name())
- if host_machine.system() == 'freebsd'
-   licensedir += '-'+meson.project_version()

+ 0 - 1
debian/patches/series

@@ -6,7 +6,6 @@ for-upstream/2018-08-11.use-asciidoctor-to-build-manpages.patch
 for-upstream/2021-09-30.run-as-tang-user.patch
 
 # patches for Debian
-debian/2021-04-19.non-usrmerged.patch
 debian/2021-09-30.use-var-lib.patch
 debian/2021-09-30.xinetd-support.patch
 debian/2023-07-04.test-timeout.patch

+ 2 - 2
debian/tang.install

@@ -1,3 +1,3 @@
 
-lib/systemd/system/tangd.socket
-lib/systemd/system/tangd@.service
+usr/lib/systemd/system/tangd.socket
+usr/lib/systemd/system/tangd@.service