Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #841712

Bug#871420: dpkg(1) manpage path-exclude docs possible license issue

From Adam Heath <doogie@brainfood.com>
Newsgroups linux.debian.bugs.dist, linux.debian.maint.dpkg
Subject Bug#871420: dpkg(1) manpage path-exclude docs possible license issue
Date 2017-08-07 22:30 +0200
Message-ID <ubWP0-5nl-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


package: dpkg
version: 1.17.27

In the manpage for dpkg, there is an example for path-exclude/path-include:

==
--path-exclude=/usr/share/doc/*
--path-include=/usr/share/doc/*/copyright
==

These 2 patterns will end up skipping packages that have
/usr/share/doc/$foo as a symlink to another package.  Which means
things like perl-base, libstdc++6, libgcc1, etc, which have their docs
symlinked to another package from the same source, will be broken, as
the copyright for the package is not available at
/usr/share/doc/$pkg/copyright, as *required* by policy.

Perhaps --path-exclude=/usr/share/doc/*/*, with the same include,
might be better.

Back to linux.debian.bugs.dist | Previous | Next | Find similar | Unroll thread


Thread

Bug#871420: dpkg(1) manpage path-exclude docs possible license issue Adam Heath <doogie@brainfood.com> - 2017-08-07 22:30 +0200

csiph-web