Control: tags 1065307 + patch Control: tags 1065307 + pending
Dear maintainer, I've prepared an NMU for r4d (versioned as 1.7-4.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru r4d-1.7/debian/changelog r4d-1.7/debian/changelog --- r4d-1.7/debian/changelog 2023-05-17 17:21:39.000000000 +0200 +++ r4d-1.7/debian/changelog 2024-05-30 01:29:57.000000000 +0200 @@ -1,3 +1,10 @@ +r4d (1.7-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Install systemd unit into /usr/lib. (Closes: #1065307) + + -- Chris Hofstaedtler <z...@debian.org> Thu, 30 May 2024 01:29:57 +0200 + r4d (1.7-4) unstable; urgency=medium * Change bage's email address diff -Nru r4d-1.7/debian/patches/series r4d-1.7/debian/patches/series --- r4d-1.7/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ r4d-1.7/debian/patches/series 2024-05-30 01:29:51.000000000 +0200 @@ -0,0 +1 @@ +systemd-unit-usrmerge.patch diff -Nru r4d-1.7/debian/patches/systemd-unit-usrmerge.patch r4d-1.7/debian/patches/systemd-unit-usrmerge.patch --- r4d-1.7/debian/patches/systemd-unit-usrmerge.patch 1970-01-01 01:00:00.000000000 +0100 +++ r4d-1.7/debian/patches/systemd-unit-usrmerge.patch 2024-05-30 01:29:39.000000000 +0200 @@ -0,0 +1,13 @@ +Index: r4d-1.7/setup.py +=================================================================== +--- r4d-1.7.orig/setup.py ++++ r4d-1.7/setup.py +@@ -25,7 +25,7 @@ setup(name='r4d', + scripts=['r4dd', 'r4dcfg'], + data_files= [ + ('/etc/', glob("r4d.cfg")), +- ('/lib/systemd/system', glob("r4dd.service"))], ++ ('/usr/lib/systemd/system', glob("r4dd.service"))], + classifiers=[ + 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', + ],