reassign 904949 geda thanks On Mon, 30 Jul 2018 09:02:31 +0200 =?utf-8?B?2KPYrdmF2K8g2KfZhNmF2K3ZhdmI2K/Zig==?= <[email protected]> wrote: > reassign debhelper > quit > > For some reason: > dh_installdocs -pgeda -pgeda-doc --link-doc=geda-doc > > installs the docs in geda-doc package indeed, but in usr/share/doc/geda > instead of usr/share/doc/geda-doc ! > > -- > أحمد المحمودي (Ahmed El-Mahmoudy) > Digital design engineer > GPG KeyIDs: 4096R/A7EF5671 2048R/EDDDA1B7 > GPG Fingerprints: > 6E2E E4BB 72E2 F417 D066 6ABF 7B30 B496 A7EF 5761 > 8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7
Hi, This is an intentional change in debhelper when you upgrade to compat 11 prompted by a Debian policy change. > - The dh_installdocs and dh_installexamples tools may now > install most of the documentation in a different path to > comply with the recommendation from Debian policy §12.3 > (since version 3.9.7). > > Note that if a given source package only contains a single > binary package in debian/control or none of the > packages are -doc packages, then this change is not > relevant for that source package and you can skip to the > next change. > > By default, these tools will now attempt to determine a > "main package for the documentation" (called a doc-main- > package from here on) for every -doc package. If they > find such a doc-main-package, they will now install the > documentation into the path > /usr/share/doc/doc-main-package in the given doc package. I.e. the path can > change > but the documentation is still shipped in the -doc package. > > The --doc-main-package option can be used when the > auto-detection is insufficient or to reset the path to its > previous value if there is a reason to diverge from Debian > policy recommendation. > > Some documentation will not be affected by this change. > These exceptions include the copyright file, changelog > files, README.Debian, etc. These files will still be > installed in the path /usr/share/doc/package. > Thanks, ~Niels

