Source: sogo
Version: 5.8.4-1
Severity: normal
Tags: patch
User: helm...@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
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 <hel...@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/*

Reply via email to