Bug#845710: removed Vcs fields

2017-03-02 Thread Roger Shimizu
On Mon, Feb 27, 2017 at 5:07 AM, Tim Kuijsten  wrote:
>
> For the sake of simplicity I have added the debian directory to my main 
> repository. Hope this is good enough.

Thanks for add back debian folder!

I was wondering where's the git repository, and finally found it in
your original RFS email.
So you're also upstream. awesome!

I cannot sponsor the upload, but here's my review and hope you find it helpful.

 - debian/copyright
   * according to
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 "There are many versions of the MIT license. Please use Expat
instead, when it matches."
 So please avoid using "MIT" as license.
   * main.css is under a different license, which should be mentioned
 - lintian reports two hardening info level message
   * I guess you can add $(CPPFLAGS) to Makefile to fix it
 - debian/control
   * debhelper / compat recommend >=10
   * better if line separated + sorted Build-Depends list (easy to
maintain afterwrads)
 - debian/rules
   * why do you disable the test?

Cheers,
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 4096R/6C6ACD6417B3ACB1



Bug#845710: removed Vcs fields

2017-02-26 Thread Tim Kuijsten
On Fri, Feb 17, 2017 at 11:36:57PM +0900, Roger Shimizu wrote:
> On Thu, Feb 9, 2017 at 10:59 PM, Tim Kuijsten  wrote:
> > The Vcs-* links are removed since the debian directory is not included in 
> > the official repo.
> 
> I guess you misunderstand Sean's words.
> 
> There're two types of Vcs:
>  - upstream Vcs, which should not contain debian/ folder. (but if it
> contains debian/, it should still have way to work out)
>  - debian packaing Vcs, which Sean requested you to make
> 
> BTW. Vcs-* in d/control file is the 2nd type listed above.
> So please create one with your packaging files, and add the Vcs info
> back to d/control.

For the sake of simplicity I have added the debian directory to my main 
repository. Hope this is good enough.

-Tim

> Thanks!
> 
> Cheers,
> -- 
> Roger Shimizu, GMT +9 Tokyo
> PGP/GPG: 4096R/6C6ACD6417B3ACB1



Bug#845710: removed Vcs fields

2017-02-17 Thread Roger Shimizu
On Thu, Feb 9, 2017 at 10:59 PM, Tim Kuijsten  wrote:
> The Vcs-* links are removed since the debian directory is not included in the 
> official repo.

I guess you misunderstand Sean's words.

There're two types of Vcs:
 - upstream Vcs, which should not contain debian/ folder. (but if it
contains debian/, it should still have way to work out)
 - debian packaing Vcs, which Sean requested you to make

BTW. Vcs-* in d/control file is the 2nd type listed above.
So please create one with your packaging files, and add the Vcs info
back to d/control.
Thanks!

Cheers,
-- 
Roger Shimizu, GMT +9 Tokyo
PGP/GPG: 4096R/6C6ACD6417B3ACB1



Bug#845710: removed Vcs fields

2017-02-09 Thread Tim Kuijsten
The Vcs-* links are removed since the debian directory is not included in the 
official repo.