On 17/04/21 at 08:08 +0200, Andreas Tille wrote: > Hi Lucas, > > On Wed, Apr 07, 2021 at 02:03:47PM +0200, Lucas Nussbaum wrote: > > I just updated Debian Trends: https://trends.debian.net/ > > Thanks a lot for Debian Trends. I have checked the code smells[1] for > I think this is a false positive: > > probcons (U) does not use the machine-readable copyright format. > (source version: 1.12-13) > > since this version has a DEP5 copyright. Am I missing something?
Hi Andreas, Trends is just based on what lintian reports, and in that case, lintian thinks that's the case, see https://lintian.debian.net/sources/probcons It looks like this package ships both debian/copyright and debian/probcons.copyright. While debian/copyright is DEP5-compliant, debian/probcons.copyright isn't because of the first two lines: https://sources.debian.org/src/probcons/1.12-13/debian/probcons.copyright/ Lucas