Bug#854395: RFS: golang-go-xdg/0~bzr20140219-2 [RC] -- Go interface for XDG standards

2017-03-28 Thread Roger Shimizu
Dear Gianfranco,

Thanks for the upload!

On Wed, Mar 29, 2017 at 3:50 AM, Gianfranco Costamagna
 wrote:
>
> maybe sending an email to some dev would be nice!

Sure. Will do later.

> >> 2) why are you disabling tests?
>
> >my local gbp build (with or without pbuilder) is fine, however two
> >test items fail on debomatic.
> >I already paste the log from debomatic to the patch.
>
> it fails in pbuilder too
> base_directory_test.go:45:
> c.Check(h, Matches, s.home+".*"+s.val1)
> ... value string = "/root/something"
> ... regex string = "/home/locutus.*something"
>
> reason is, somewher xdg is returning my $HOME to be /root,
> but echo $HOME returns /home/locutus
> this is probably related to the fact I'm inside a chroot,
> where /home/locutus points to nothing, while /root is my directory
>
> (I'm root but $HOME is not the root one)
>
> anyhow,
>
> HOME=/root dpkg-buildpackageworks here

Thanks for digging it so deep!

> lets go for unstable instead :)
> please push the tag on git!

Pushed with version tag (and removed the mentors branch).
Thanks again!

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



Bug#854395: RFS: golang-go-xdg/0~bzr20140219-2 [RC] -- Go interface for XDG standards

2017-03-02 Thread Roger Shimizu
Dear Gianfranco,

Thanks for the review!

On Tue, Feb 28, 2017 at 7:48 PM, Gianfranco Costamagna
 wrote:
>
> lets have a look:
> 1) did you forward the patch upstream?

sorry, no.
upstream hosts in launchpad, which I don't have an account.

> 2) why are you disabling tests?

my local gbp build (with or without pbuilder) is fine, however two
test items fail on debomatic.
I already paste the log from debomatic to the patch.

> 3) is the package still maintained?

I'm not sure. Last upload was 3 years ago, though.
I don't use the package myself, but it's a dependency of another
package I'm interested in, so I'm just trying to help on this package.

> Disabling tests seems bad to me, please investigate the reason for the 
> failures
> and explain them in the patch in case

Since I fixed another library dependency issue (Build-Depends on
golang-check.v1-dev), how about upload first to experimental without
the patch disabling two tests, to see how the test goes on buildd
(instead of debomatic)?
If the two tests fail also on buildd, we can investigate further.

If you agree with things above, I can prepare another upload to mentors. Thanks!

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



Bug#854395: RFS: golang-go-xdg/0~bzr20140219-2 [RC] -- Go interface for XDG standards

2017-02-28 Thread Gianfranco Costamagna
control: owner -1 !
control: tags -1 moreinfo


> So it means even after fixing the FTBFS, it cannot go back to testing again?

> Yes, until the stretch release.


lets have a look:
1) did you forward the patch upstream?
2) why are you disabling tests?
3) is the package still maintained?

Disabling tests seems bad to me, please investigate the reason for the failures
and explain them in the patch in case

thanks

G.



Bug#854395: RFS: golang-go-xdg/0~bzr20140219-2 [RC] -- Go interface for XDG standards

2017-02-07 Thread Roger Shimizu
Control: severity -1 normal

On Tue, Feb 7, 2017 at 1:12 AM, Andrey Rahmatullin  wrote:
> On Tue, Feb 07, 2017 at 01:04:12AM +0900, Roger Shimizu wrote:
>> This pkg is removed from testing on Jan. 14th [0].
>> So it means even after fixing the FTBFS, it cannot go back to testing again?
> Yes, until the stretch release.

Understand.
Thanks for the explanation!

So put into normal for the time being.

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



Bug#854395: RFS: golang-go-xdg/0~bzr20140219-2 [RC] -- Go interface for XDG standards

2017-02-06 Thread Andrey Rahmatullin
On Tue, Feb 07, 2017 at 01:04:12AM +0900, Roger Shimizu wrote:
> This pkg is removed from testing on Jan. 14th [0].
> So it means even after fixing the FTBFS, it cannot go back to testing again?
Yes, until the stretch release.

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Bug#854395: RFS: golang-go-xdg/0~bzr20140219-2 [RC] -- Go interface for XDG standards

2017-02-06 Thread Roger Shimizu
On Tue, Feb 7, 2017 at 12:48 AM, Andrey Rahmatullin  wrote:
> On Tue, Feb 07, 2017 at 12:33:08AM +0900, Roger Shimizu wrote:
>>   Changes since the last upload:
>>
>>   * Team upload.
>>
>>   [ Paul Tagliamonte ]
>>   * Use a secure transport for the Vcs-Git and Vcs-Browser URL
>>
>>   [ Roger Shimizu ]
>>   * debian/control:
>> - Update Build-Depends on golang-check.v1-dev, in stead of
>>   golang-gocheck-dev which is already non-active upstream.
>> - Use cgit URL for Vcs-Browser.
>>   * debian/patches:
>> - Add a patch to use golang-check.v1-dev.
>> - Add a patch to remove failure tests (Closes: #830446).
> If you want this to go to stretch please read
> https://release.debian.org/stretch/freeze_policy.html first.

Thanks for your reply!

This pkg is removed from testing on Jan. 14th [0].
So it means even after fixing the FTBFS, it cannot go back to testing again?

I already tried to minimize the changes..

[0] https://tracker.debian.org/news/832624

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



Bug#854395: RFS: golang-go-xdg/0~bzr20140219-2 [RC] -- Go interface for XDG standards

2017-02-06 Thread Andrey Rahmatullin
On Tue, Feb 07, 2017 at 12:33:08AM +0900, Roger Shimizu wrote:
>   Changes since the last upload:
> 
>   * Team upload.
> 
>   [ Paul Tagliamonte ]
>   * Use a secure transport for the Vcs-Git and Vcs-Browser URL
> 
>   [ Roger Shimizu ]
>   * debian/control:
> - Update Build-Depends on golang-check.v1-dev, in stead of
>   golang-gocheck-dev which is already non-active upstream.
> - Use cgit URL for Vcs-Browser.
>   * debian/patches:
> - Add a patch to use golang-check.v1-dev.
> - Add a patch to remove failure tests (Closes: #830446).
If you want this to go to stretch please read
https://release.debian.org/stretch/freeze_policy.html first.

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Bug#854395: RFS: golang-go-xdg/0~bzr20140219-2 [RC] -- Go interface for XDG standards

2017-02-06 Thread Roger Shimizu
Package: sponsorship-requests
Severity: important
X-Debbugs-Cc: pkg-go-maintain...@lists.alioth.debian.org,
sergio.schve...@canonical.com, t...@pault.ag, rogershim...@gmail.com

Dear mentors,

I am looking for a sponsor for my package "golang-go-xdg"

 * Package name: golang-go-xdg
   Version : 0~bzr20140219-2
   Upstream Author : John R. Lenton.
 * URL : https://launchpad.net/go-xdg
 * License : BSD-2-Clause
   Section : devel

  It builds those binary packages:

golang-go-xdg-dev - Go interface for XDG standards

  To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/golang-go-xdg

  Alternatively, one can download the package with dget using this command:

dget -x 
https://mentors.debian.net/debian/pool/main/g/golang-go-xdg/golang-go-xdg_0~bzr20140219-2.dsc

or you can use git-buildpackage to build:
  gbp clone --pristine-tar
https://anonscm.debian.org/git/pkg-go/packages/golang-go-xdg.git
  cd golang-go-xdg
  git checkout mentors
  gbp buildpackage -uc -us --git-ignore-branch --git-pristine-tar

I also made it available on debomatic (amd64):
  
http://debomatic-amd64.debian.net/distribution#unstable/golang-go-xdg/0~bzr20140219-2/buildlog

  Changes since the last upload:

  * Team upload.

  [ Paul Tagliamonte ]
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Roger Shimizu ]
  * debian/control:
- Update Build-Depends on golang-check.v1-dev, in stead of
  golang-gocheck-dev which is already non-active upstream.
- Use cgit URL for Vcs-Browser.
  * debian/patches:
- Add a patch to use golang-check.v1-dev.
- Add a patch to remove failure tests (Closes: #830446).

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