Control: tags 1073684 + pending
Dear maintainer, I've prepared an NMU for gophernicus (versioned as 3.1.1-3.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru gophernicus-3.1.1/debian/changelog gophernicus-3.1.1/debian/changelog --- gophernicus-3.1.1/debian/changelog 2021-05-28 18:45:59.000000000 +0200 +++ gophernicus-3.1.1/debian/changelog 2024-07-08 00:30:31.000000000 +0200 @@ -1,3 +1,10 @@ +gophernicus (3.1.1-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Install systemd units into /usr. (Closes: #1073684) + + -- Chris Hofstaedtler <[email protected]> Mon, 08 Jul 2024 00:30:31 +0200 + gophernicus (3.1.1-3) unstable; urgency=low * Explain the use of /srv/gopher instead of /var/gopher in README.Debian diff -Nru gophernicus-3.1.1/debian/rules gophernicus-3.1.1/debian/rules --- gophernicus-3.1.1/debian/rules 2021-05-28 16:39:51.000000000 +0200 +++ gophernicus-3.1.1/debian/rules 2024-07-08 00:30:29.000000000 +0200 @@ -9,6 +9,7 @@ ./configure \ --gopherroot=/srv/gopher \ --listener=systemd,xinetd \ + --systemd=/usr/lib/systemd/system \ --prefix=/usr override_dh_auto_install:

