Bug#1090997: debbugsconfig depends on /usr/share/doc/debbugs/
Bill Allombert <[email protected]> Sun, 22 Dec 2024 00:43:25 +0100
| Newsgroups | gmane.linux.debian.devel.debbugs |
|---|---|
| Message-ID | <Z2dSnfuMBF2uW49M__11007.4707119324$1734824725$gmane$org@pari.math.u-bordeaux.fr> |
Package: debbugs
Version: 2.6.3
Severity: normal
Hello Don,
debbugsconfig does
system("cp /usr/share/doc/debbugs/examples/$name $destdir/$name") == 0
However policy prohibit packages to depend on the content of
/usr/share/doc/, so the part of /usr/share/doc/debbugs/examples/ used by
debbugsconfig should probably be moved to /usr/share/debbugs/examples.
This would also fix the issue that file in /usr/share/doc/ are sometime
compressed.
Cheers,
Bill.