[Pkg-sogo-maintainers] Bug#1054486: sogo: installs sogo.service twice once dh_installsystemd installs to /usr
Helmut Grohne
helmut at subdivi.de
Tue Oct 24 11:18:00 BST 2023
Source: sogo
Version: 5.8.4-1
Severity: normal
Tags: patch
User: helmutg at debian.org
Usertags: dep17m2
We want to modify dh_installsystemd such that it install units below
/usr in order to finalize the /usr-merge transition via DEP17. When
doing so, sogo.service ends up being installed to both /lib (via
dh_install) and /usr/lib (via dh_installsystemd). Doing so is a policy
violation and therefore this bug will become release-critical once I
upload debhelper. I'm attching a patch for your convenience.
Helmut
-------------- next part --------------
diff -Nru sogo-5.8.4/debian/changelog sogo-5.8.4/debian/changelog
--- sogo-5.8.4/debian/changelog 2023-06-26 00:11:31.000000000 +0200
+++ sogo-5.8.4/debian/changelog 2023-10-24 11:59:57.000000000 +0200
@@ -1,3 +1,10 @@
+sogo (5.8.4-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Install systemd unit only once. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Tue, 24 Oct 2023 11:59:57 +0200
+
sogo (5.8.4-1) unstable; urgency=medium
* New upstream release.
diff -Nru sogo-5.8.4/debian/sogo.install sogo-5.8.4/debian/sogo.install
--- sogo-5.8.4/debian/sogo.install 2021-12-17 13:26:58.000000000 +0100
+++ sogo-5.8.4/debian/sogo.install 2023-10-24 11:59:50.000000000 +0200
@@ -2,7 +2,6 @@
etc/default/sogo
etc/logrotate.d/sogo
debian/sogo.conf etc/sogo
-debian/sogo.service lib/systemd/system
usr/include/GNUstep/*
usr/lib/GNUstep/Frameworks/*
usr/lib/GNUstep/OCSTypeModels/*
More information about the Pkg-sogo-maintainers
mailing list