Re: How to express the copyright for the debian/ sub folder?

2016-07-08 Thread Patrick Schleizer
That worked, thank you!

Cheers,
Patrick



Re: How to express the copyright for the debian/ sub folder?

2016-07-08 Thread Sascha Steinbiss
Hi Patrick,

> I: corridor source: unused-file-paragraph-in-dep5-copyright paragraph at
> line 3
> 
> https://github.com/adrelanos/corridor/blob/debian_new/debian/copyright
> 
> Any idea what is wrong in the debian/copyright file?

Try switching the order of the two sections, i.e. '*' first and then
'debian/*' Generally one lists the more general set first and the more
specific patterns come afterwards to 'override' the previous ones.

Cheers
Sascha


-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 



Re: How to express the copyright for the debian/ sub folder?

2016-07-08 Thread James Cowgill
Hi,

On Fri, 2016-07-08 at 12:23 +, Patrick Schleizer wrote:
> Hi!
> 
> I: corridor source: unused-file-paragraph-in-dep5-copyright paragraph
> at line 3
> 
> https://github.com/adrelanos/corridor/blob/debian_new/debian/copyright
> 
> Any idea what is wrong in the debian/copyright file?

From here:
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#files-field

"Multiple Files paragraphs are allowed. The last paragraph that matches
a particular file applies to it. More general paragraphs should
therefore be given first, followed by more specific overrides."

So your 'Files: *' paragraph overrides the 'Files: debian/*' paragraph.
Moving the 'Files: debian/*' paragraph to the bottom should fix it.

James

signature.asc
Description: This is a digitally signed message part


How to express the copyright for the debian/ sub folder?

2016-07-08 Thread Patrick Schleizer
Hi!

I: corridor source: unused-file-paragraph-in-dep5-copyright paragraph at
line 3

https://github.com/adrelanos/corridor/blob/debian_new/debian/copyright

Any idea what is wrong in the debian/copyright file?

Cheers,
Patrick