[2nd try, I forgot to adjust the postinst, sorry for the blunder.] Dear maintainer,
I've prepared an NMU for merecat (versioned as 2.31+git20220513+ds-4.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06 `. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe `-
diff -Nru merecat-2.31+git20220513+ds/debian/changelog merecat-2.31+git20220513+ds/debian/changelog --- merecat-2.31+git20220513+ds/debian/changelog 2023-02-23 07:09:58.000000000 +0100 +++ merecat-2.31+git20220513+ds/debian/changelog 2023-05-11 20:47:24.000000000 +0200 @@ -1,3 +1,15 @@ +merecat (2.31+git20220513+ds-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "postinst uses /usr/share/doc content (Policy 12.3): + /usr/share/doc/merecat/examples/merecat.conf": + Install example config files to /usr/share/merecat, symlink them from + /usr/share/doc/merecat/examples, and use the ones from /usr/share/merecat + in the postinst. + (Closes: #1035289) + + -- gregor herrmann <gre...@debian.org> Thu, 11 May 2023 20:47:24 +0200 + merecat (2.31+git20220513+ds-4) unstable; urgency=medium * Upload to unstable. diff -Nru merecat-2.31+git20220513+ds/debian/install merecat-2.31+git20220513+ds/debian/install --- merecat-2.31+git20220513+ds/debian/install 2023-02-17 09:47:41.000000000 +0100 +++ merecat-2.31+git20220513+ds/debian/install 2023-05-11 20:47:24.000000000 +0200 @@ -1 +1,3 @@ merecat.service lib/systemd/system +throttle.conf usr/share/merecat +merecat.conf usr/share/merecat diff -Nru merecat-2.31+git20220513+ds/debian/merecat.examples merecat-2.31+git20220513+ds/debian/merecat.examples --- merecat-2.31+git20220513+ds/debian/merecat.examples 2022-05-05 09:52:36.000000000 +0200 +++ merecat-2.31+git20220513+ds/debian/merecat.examples 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -throttle.conf -merecat.conf diff -Nru merecat-2.31+git20220513+ds/debian/merecat.links merecat-2.31+git20220513+ds/debian/merecat.links --- merecat-2.31+git20220513+ds/debian/merecat.links 1970-01-01 01:00:00.000000000 +0100 +++ merecat-2.31+git20220513+ds/debian/merecat.links 2023-05-11 19:58:06.000000000 +0200 @@ -0,0 +1,2 @@ +usr/share/merecat/throttle.conf usr/share/doc/merecat/examples/throttle.conf +usr/share/merecat/merecat.conf usr/share/doc/merecat/examples/merecat.conf diff -Nru merecat-2.31+git20220513+ds/debian/merecat.postinst merecat-2.31+git20220513+ds/debian/merecat.postinst --- merecat-2.31+git20220513+ds/debian/merecat.postinst 2023-02-17 09:56:29.000000000 +0100 +++ merecat-2.31+git20220513+ds/debian/merecat.postinst 2023-05-11 20:47:24.000000000 +0200 @@ -5,8 +5,8 @@ case "$1" in configure) - ucf usr/share/doc/merecat/examples/merecat.conf /etc/merecat.conf - ucf usr/share/doc/merecat/examples/throttle.conf /etc/throttle.conf + ucf usr/share/merecat/merecat.conf /etc/merecat.conf + ucf usr/share/merecat/throttle.conf /etc/throttle.conf ;; abort-upgrade|abort-remove|abort-deconfigure) ;;
signature.asc
Description: Digital Signature