[pkg-go] golang-google-grpc_0.0~git20150514.0.f5ebd86-1_amd64.changes is NEW

2015-10-12 Thread Debian FTP Masters
binary:golang-google-grpc-dev is NEW.
source:golang-google-grpc is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#801595: ratt calls sbuild in a way that uses the user's sbuildrc

2015-10-12 Thread Johannes Schauer
Package: ratt
Version: 0.0~git20150816.0.b060319-1
Severity: wishlist

Hi,

ratt calls sbuild without setting the SBUILD_CONFIG environment variable
which was introduced in sbuild 0.66.0-1.

Without that environment variable, sbuild will use the users subildrc in
~/.sbuildrc which in turn might mean that the build will be carried out
with other options than required by ratt.

When using SBUILD_CONFIG you can instead specify a sane configuration
file.

On top of that you could even then add things like:

$external_commands = {
  'post-build-commands' => [
['adt-run', '--changes', '%c', '--no-built-binaries', '--source', '%d', 
'---', 'schroot', 'unstable-amd64-sbuild']
  ]
};

which would run autopkgtests as part of every build. This way, ratt
could not only be used to check whether the reverse build dependencies
FTBFS but would also check whether the produced binary packages pass
their runtime tests!

Thanks!

cheers, josch

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#801593: ratt does not find all reverse build dependencies

2015-10-12 Thread Johannes Schauer
Package: ratt
Version: 0.0~git20150816.0.b060319-1
Severity: wishlist

Hi,

ratt relies on finding all source packages that have the given binary
package in their build dependencies. It seems that ratt is only able to
find these reverse dependencies in very simple situations. In reality,
ratt should also be able to work with:

 - dependencies on virtual packages provided by the binary package in
   question
 - indirect dependencies
 - cross architecture dependencies and multiarch
 - architecture restrictions
 - version restrictions
 - build profile restrictions

The tool build-rdeps is using a similarly simple method as ratt
currently seems to use to find reverse dependencies. In bug #797858 I
explained how this simple method is not sufficient to properly find
reverse build dependencies for nearly two thirds of all binary packages.

The only tool I know of which allows to retrieve all reverse
dependencies of an arbitrary source package is dose-ceve. Maybe the
patch I supplied in #797858 for build-rdeps is enough to show how to use
dose-ceve to retrieve all reverse build dependencies in ratt? Otherwise
you could block this bug by #797858 and use build-rdeps in ratt once
#797858 is fixed.

Thanks!

cheers, josch

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#801594: ratt uses /var/lib/apt/lists/ directly and depends on unstable being part of the local apt sources.list

2015-10-12 Thread Johannes Schauer
Package: ratt
Version: 0.0~git20150816.0.b060319-1
Severity: wishlist

Hi,

ratt currently directly uses files from /var/lib/apt/lists/ but this
should not be done for reasons explained in bug #752702. Important
quotes by David Kalnischkies:

| I think it is a bad idea to use our lib-directory directly. A lot of
| strange stuff happens in there, from InRelease to Release renames as
| Julian mentioned, over gzip compressed indexes (Acquire::GzipIndexes) to
| files which are not authenticated. Sometimes even unused stuff is still
| there (List-Cleanup disabled – aptitude did it for a while if I remember
| correctly, if it isn't still doing it).  I probably forgot the other
| more obscure half and nobody knows what the future will bring aka: This
| is a really horrible "interface" to work with so much that I would agrue
| that every user is a bug (but I guess this is mostly a "we have no other
| choice at the moment" bug…).
|
| [...]
|
| I think it is incorrect to use /var/lib/apt/lists directly as you can
| never be sure what is in there.  If you get the filename from the API
| on i the other hand, that is "okay".  i i Compare it to "cat
| /var/lib/dpkg/info/apt.preinst" vs "dpkg-query i --control-show apt
| preinst" to get the content of preinst script.

Instead, with apt (>= 1.1~exp9) you can use:

$ apt-get files "Codename: sid"

(this is also explained in bug #752702).

Alternatively, you can also use chdist. Using chdist is probably even
the better solution as otherwise the system where ratt is used always
has to have unstable in their apt sources.

Thanks!

cheers, josch

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processing of golang-github-endophage-gotuf_0.0~git20150904.0.9bcdad0-1_amd64.changes

2015-10-12 Thread Debian FTP Masters
golang-github-endophage-gotuf_0.0~git20150904.0.9bcdad0-1_amd64.changes 
uploaded successfully to localhost
along with the files:
  golang-github-endophage-gotuf_0.0~git20150904.0.9bcdad0-1.dsc
  golang-github-endophage-gotuf_0.0~git20150904.0.9bcdad0.orig.tar.xz
  golang-github-endophage-gotuf_0.0~git20150904.0.9bcdad0-1.debian.tar.xz
  golang-github-endophage-gotuf-dev_0.0~git20150904.0.9bcdad0-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#801594: ratt uses /var/lib/apt/lists/ directly and depends on unstable being part of the local apt sources.list

2015-10-12 Thread Jakub Wilk

* Johannes Schauer , 2015-10-12, 13:15:

Instead, with apt (>= 1.1~exp9) you can use:

$ apt-get files "Codename: sid"


I think it should read:

$ apt-get indextargets 'Codename: sid'

--
Jakub Wilk

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#801558: Bug#801558: Bug#801558: golang-codegangsta-cli-dev: fails to upgrade from 'testing' - trying to overwrite /usr/share/gocode/src/github.com/codegangsta/cli/command.go

2015-10-12 Thread Tianon Gravi
On 12 October 2015 at 10:20, Tianon Gravi  wrote:
> | Replaces: golang-codegangsta-cli-dev (<< 0.0~git20150117-1~)
> | Breaks: golang-codegangsta-cli-dev (<< 0.0~git20150117-1~)
> | Provides: golang-codegangsta-cli-dev
>
> Are the version numbers wrong or something similarly simple I've overlooked?

Doh, that's exactly it -- these should've been "(<<
0.0~git20150117-2~)" (not "-1").

♥,
- Tianon
  4096R / B42F 6819 007F 00F8 8E36  4FD4 036A 9C25 BF35 7DD4

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#801558: Bug#801558: golang-codegangsta-cli-dev: fails to upgrade from 'testing' - trying to overwrite /usr/share/gocode/src/github.com/codegangsta/cli/command.go

2015-10-12 Thread Tianon Gravi
On 11 October 2015 at 21:56, Andreas Beckmann  wrote:
> It installed fine in 'testing', then the upgrade to 'sid' fails
> because it tries to overwrite other packages files without declaring a
> Breaks+Replaces relation.

Hmm, this seems strange, because "golang-github-codegangsta-cli-dev"
does have a Replaces/Breaks/Provides combo:

| Replaces: golang-codegangsta-cli-dev (<< 0.0~git20150117-1~)
| Breaks: golang-codegangsta-cli-dev (<< 0.0~git20150117-1~)
| Provides: golang-codegangsta-cli-dev

Are the version numbers wrong or something similarly simple I've overlooked?

♥,
- Tianon
  4096R / B42F 6819 007F 00F8 8E36  4FD4 036A 9C25 BF35 7DD4

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#801596: Bug#801596: ratt hardcodes --dist=sid as sbuild argument

2015-10-12 Thread Michael Stapelberg
This was also reported as https://github.com/Debian/ratt/issues/1.

On Mon, Oct 12, 2015 at 1:23 PM, Johannes Schauer  wrote:

> Package: ratt
> Version: 0.0~git20150816.0.b060319-1
> Severity: wishlist
>
> Hi,
>
> ratt currently seems to unconditionally pass --dist=sid to sbuild. This
> is problematic because:
>
>  1. it requires a local chroot with the name "sid" but it might also be
> named "unstable" for example
>
>  2. it means that only a sid/unstable chroot can be used which makes
> ratt less useful to test in other environments or to be used outside
> of Debian (like Ubuntu)
>
> Maybe ratt should:
>
>  - have an option that lets pass arbitrary sbuild arguments
>  - have an option that lets one select the sbuild chroot
>  - use the Distribution value from the .changes file to choose the
>chroot
>

I’d prefer reading the .changes file. Just to clarify: you were listing 3
alternatives that would all satisfy you, right? I.e., once extracting the
distribution from .changes files is implemented, your use-cases are
covered, yes?


>
> Thanks!
>
> cheers, josch
>
> ___
> Pkg-go-maintainers mailing list
> Pkg-go-maintainers@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
>



-- 
Best regards,
Michael
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#801596: Bug#801596: ratt hardcodes --dist=sid as sbuild argument

2015-10-12 Thread Johannes Schauer
Quoting Michael Stapelberg (2015-10-12 20:59:10)
> > Maybe ratt should:
> >
> >  - have an option that lets pass arbitrary sbuild arguments
> >  - have an option that lets one select the sbuild chroot
> >  - use the Distribution value from the .changes file to choose the
> >chroot
> >
> 
> I’d prefer reading the .changes file. Just to clarify: you were listing 3
> alternatives that would all satisfy you, right? I.e., once extracting the
> distribution from .changes files is implemented, your use-cases are
> covered, yes?

that would cover lots of cases, yes (including mine).

It would require though that the user has a sbuild chroot with the same name
(or at least alias). So maybe in addition an option to manually specify the
chroot would be nice.

But extracting the distribution from the .changes should suffice to close this
bug, yes :)

cheers, josch


signature.asc
Description: signature
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#801596: Bug#801596: ratt hardcodes --dist=sid as sbuild argument

2015-10-12 Thread Michael Stapelberg
control: tags -1 + pending

Fixed with
https://github.com/Debian/ratt/commit/7b424109b0bea76eb6b5d2b0be6ae770391ed98b

On Mon, Oct 12, 2015 at 9:03 PM, Johannes Schauer  wrote:

> Quoting Michael Stapelberg (2015-10-12 20:59:10)
> > > Maybe ratt should:
> > >
> > >  - have an option that lets pass arbitrary sbuild arguments
> > >  - have an option that lets one select the sbuild chroot
> > >  - use the Distribution value from the .changes file to choose the
> > >chroot
> > >
> >
> > I’d prefer reading the .changes file. Just to clarify: you were listing 3
> > alternatives that would all satisfy you, right? I.e., once extracting the
> > distribution from .changes files is implemented, your use-cases are
> > covered, yes?
>
> that would cover lots of cases, yes (including mine).
>
> It would require though that the user has a sbuild chroot with the same
> name
> (or at least alias). So maybe in addition an option to manually specify the
> chroot would be nice.
>
> But extracting the distribution from the .changes should suffice to close
> this
> bug, yes :)
>
> cheers, josch
>



-- 
Best regards,
Michael
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: Re: Bug#801596: ratt hardcodes --dist=sid as sbuild argument

2015-10-12 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #801596 [ratt] ratt hardcodes --dist=sid as sbuild argument
Added tag(s) pending.

-- 
801596: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801596
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] golang-github-miekg-pkcs11_0.0~git20151009.0.793689b-1_amd64.changes ACCEPTED into unstable, unstable

2015-10-12 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 11 Oct 2015 16:09:12 -0700
Source: golang-github-miekg-pkcs11
Binary: golang-github-miekg-pkcs11-dev
Architecture: source all
Version: 0.0~git20151009.0.793689b-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Tianon Gravi 
Description:
 golang-github-miekg-pkcs11-dev - pkcs11 wrapper for Go
Changes:
 golang-github-miekg-pkcs11 (0.0~git20151009.0.793689b-1) unstable; 
urgency=medium
 .
   * Update to newer upstream release which includes "fix-defer.patch"
   * Add license to debian/copyright for pkcs11*.h files; thanks Thorsten!
Checksums-Sha1:
 713383f8f6dc1edeece8c6dc35bf012a70214d6f 2362 
golang-github-miekg-pkcs11_0.0~git20151009.0.793689b-1.dsc
 85c4402c2b2e5cc9bf14b7f9f1d9663dc987c6ae 34632 
golang-github-miekg-pkcs11_0.0~git20151009.0.793689b.orig.tar.xz
 b2bb72cb2b5e08f2d82860e598124bb9e95d940e 19716 
golang-github-miekg-pkcs11_0.0~git20151009.0.793689b-1.debian.tar.xz
 0730e1be461fed1d3037a8f4cf68cc1bc69db056 22254 
golang-github-miekg-pkcs11-dev_0.0~git20151009.0.793689b-1_all.deb
Checksums-Sha256:
 9826fdacc36c028b05cb333e5c4f0bab3b11d4b7d5dacdd949819bf218e3129d 2362 
golang-github-miekg-pkcs11_0.0~git20151009.0.793689b-1.dsc
 b143d42884a5aa2b8d38ef4a438f9784c792eb8e56a8b750a89afdc419754362 34632 
golang-github-miekg-pkcs11_0.0~git20151009.0.793689b.orig.tar.xz
 ee90e18e059e98a6911897b90b251cdd3f8bc40fb1a3d83481711a9487dcdffe 19716 
golang-github-miekg-pkcs11_0.0~git20151009.0.793689b-1.debian.tar.xz
 2ac784eab1e2646a947c01f1596235ca4995bda56e8067d9a69cdb4758f56ad7 22254 
golang-github-miekg-pkcs11-dev_0.0~git20151009.0.793689b-1_all.deb
Files:
 60c2b103f0f86cbf0747ab924d8e5727 2362 devel extra 
golang-github-miekg-pkcs11_0.0~git20151009.0.793689b-1.dsc
 d90d4e0b94143228596f38e8dd0d47c1 34632 devel extra 
golang-github-miekg-pkcs11_0.0~git20151009.0.793689b.orig.tar.xz
 d382a41a8b72e139c7ff750416fe5ad9 19716 devel extra 
golang-github-miekg-pkcs11_0.0~git20151009.0.793689b-1.debian.tar.xz
 43a03e7f28e1996f404d8fa50e1b54f8 22254 devel extra 
golang-github-miekg-pkcs11-dev_0.0~git20151009.0.793689b-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWGu4NAAoJEANqnCW/NX3Uo38P/1FeEHUan44hLOY+t8dJosSJ
r4gTK27r6XHHowHz9wBsGQj2WNwAMIfgph99WXiNnXiYjno3cXBJwJwzVSy35HgN
q6MtNd0rsE5C/Xm6XsMnRSa9EMgWwxJbHH2PGBzK3UDeTYXu+dwzM6UiL20ml7jn
FYMTQgcGY9zbCuNla7IHElwwCM8zUpjNl5wBUael3h/Biston6YrEA5NioaR9lBa
UAtcfLiXjJsXbQLa1QSHyWofeewYS+eVay+T9L1/E1A0S2FZzsB2itJjnmg3W028
GOEY5UU99mINWx5QLgtBl+vJVocWUYPg/7DG4nBmtYSFCKi0qA+X8FuqZv+vXRyu
2YUJHtzVBPHtpXDEFmehdYaCtE46EljoDREgNOgHTToz9ezrOEMCUxJQKg+dulXk
GN5xUYtidGkDIL3A+dF21PUbrZUUC1aLI5k2Xm+j6cPUZwPz9iUlnwV0/8LgxgeH
iU06xihkUsZQ7qgNI9XRIXGoo1Qlmmd2d8UjJe7/eqtXsoKWRuVLQeCMJz9/zHLa
LDrVYGVhSdWwhLkl82XTXGbHkcMTIr/C5Yo1Gv1uTWMASPxfTpGKlKfZwaFgVhvD
nAeccvilcRYgBqCD185MIDX94L3IF0o9eMp9XjZ11p5UYCNJ+iPSSOWjTsszzYVR
eoKWMU0CxBn+mMP9+DXL
=ABH+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] golang-goyaml is marked for autoremoval from testing

2015-10-12 Thread Debian testing autoremoval watch
golang-goyaml 0.0~bzr50-1 is marked for autoremoval from testing on 2015-10-30

It (build-)depends on packages with these RC bugs:
789991: golang-gocheck: FTBFS: Test failures including 
FixtureS.TestPanicOnSetUpSuite, FixtureS.TestPanicOnSetUpTest


___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers