Re: Using machine-readable copyright files in D-I packages

2014-09-07 Thread Christian PERRIER
Quoting Joey Hess (jo...@debian.org): > > What is the recommended practice in such case? > > "This package is under the GNU GPL version 2, or any later > version at your option." Sure. License is always easy to find. Which is why I didn't mention it in my post. My only problem|question was about

Re: Using machine-readable copyright files in D-I packages

2014-09-07 Thread Joey Hess
Christian PERRIER wrote: > Fixing this should be easyas long as one *does* find copyrights in > the files provided by a given package. > > For instance: > > bubulle@sesostris:~/src/debian/debian-installer/trunk/packages/partman-efi(master) > $ licensecheck -r --copyright * > bubulle@sesostri

Re: Using machine-readable copyright files in D-I packages

2014-09-07 Thread Christian PERRIER
Quoting Cyril Brulebois (k...@debian.org): > Christian PERRIER (2014-09-07): > > While building packages that have pending changes, I noticed the > > newly-introduced lintian warning about "no machine-readable > > debian/copyright file". > > Ignoring non-problems looks like a good idea. Well, I

Re: Using machine-readable copyright files in D-I packages

2014-09-07 Thread Steve McIntyre
On Sun, Sep 07, 2014 at 10:35:25AM +0200, Cyril Brulebois wrote: >Christian PERRIER (2014-09-07): >> While building packages that have pending changes, I noticed the >> newly-introduced lintian warning about "no machine-readable >> debian/copyright file". > >Ignoring non-problems looks like a good

Re: Using machine-readable copyright files in D-I packages

2014-09-07 Thread Cyril Brulebois
Christian PERRIER (2014-09-07): > While building packages that have pending changes, I noticed the > newly-introduced lintian warning about "no machine-readable > debian/copyright file". Ignoring non-problems looks like a good idea. Mraw, KiBi. signature.asc Description: Digital signature

Re: Using machine-readable copyright files in D-I packages

2014-09-06 Thread Philip Hands
Christian PERRIER writes: > While building packages that have pending changes, I noticed the > newly-introduced lintian warning about "no machine-readable > debian/copyright file". > > Fixing this should be easyas long as one *does* find copyrights in > the files provided by a given package.

Using machine-readable copyright files in D-I packages

2014-09-06 Thread Christian PERRIER
While building packages that have pending changes, I noticed the newly-introduced lintian warning about "no machine-readable debian/copyright file". Fixing this should be easyas long as one *does* find copyrights in the files provided by a given package. For instance: bubulle@sesostris:~/src