[pkg-go] Bug#823471: Bug#823471: golang-github-miekg-pkcs11: please update to latest upstream snapshot

2016-05-09 Thread Tianon Gravi
On 4 May 2016 at 19:00, Potter, Tim (HPE Linux Support)
 wrote:
> I've already packaged this in the repo on alioth.

Once you've got a bug number assigned, be sure to update
"debian/changelog" to include "(Closes: #xxx)" as appropriate -- I've
done so here while reviewing your changes (which I'm preparing to
upload shortly), but as a note for the future. :)

♥,
- 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] golang-github-jonboulle-clockwork_0.0~git20141217-3_amd64.changes REJECTED

2016-05-09 Thread Debian FTP Masters


golang-github-jonboulle-clockwork_0.0~git20141217-3.dsc: Refers to non-existing 
file 'golang-github-jonboulle-clockwork_0.0~git20141217.orig.tar.gz'
Perhaps you need to include the file in your upload?

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
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-jonboulle-clockwork_0.0~git20141217-3_amd64.changes

2016-05-09 Thread Debian FTP Masters
/golang-github-jonboulle-clockwork_0.0~git20141217-3_amd64.changes is already 
present on target host:
golang-github-jonboulle-clockwork-dev_0.0~git20141217-3_all.deb
Either you already uploaded it, or someone else came first.
Job golang-github-jonboulle-clockwork_0.0~git20141217-3_amd64.changes removed.

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


Re: [pkg-go] Processing of golang-github-jonboulle-clockwork_0.0~git20141217-3_amd64.changes

2016-05-09 Thread Paul Tagliamonte
Erm, this will get rejected; this will show source new, and I didn't
-sa; d'oh. I'll reupload once we get the reject.


On Tue, May 10, 2016 at 02:30:57AM +, Debian FTP Masters wrote:
> golang-github-jonboulle-clockwork_0.0~git20141217-3_amd64.changes uploaded 
> successfully to localhost
> along with the files:
>   golang-github-jonboulle-clockwork_0.0~git20141217-3.dsc
>   golang-github-jonboulle-clockwork_0.0~git20141217-3.debian.tar.xz
>   golang-github-jonboulle-clockwork-dev_0.0~git20141217-3_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


signature.asc
Description: PGP 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] Processing of golang-github-jonboulle-clockwork_0.0~git20141217-3_amd64.changes

2016-05-09 Thread Debian FTP Masters
golang-github-jonboulle-clockwork_0.0~git20141217-3_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-github-jonboulle-clockwork_0.0~git20141217-3.dsc
  golang-github-jonboulle-clockwork_0.0~git20141217-3.debian.tar.xz
  golang-github-jonboulle-clockwork-dev_0.0~git20141217-3_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


Re: [pkg-go] DEP-14 and backports for prometheus and docker.io

2016-05-09 Thread Potter, Tim (HPE Linux Support)
On 6 May 2016, at 9:13 PM, Martín Ferrari  wrote:
> 
> Hi Tim,
> 
> On 06/05/16 02:12, Potter, Tim (HPE Linux Support) wrote:
> 
>> Hi Martin.  Here's my process for creating a backport from an existing 
>> pkg-go repository.  I
>> might be able to get some help to do this for the ~160 packages if you are 
>> willing to do
>> the uploads.
>> 
>> $ git clone $REPO
>> $ git checkout -b debian/sid # initial branch is master
>> $ git checkout -b debian/jessie-backports
> 
>> $ vi debian/gbp.conf # create new or update existing file
>> [DEFAULT]
>> pristine-tar = True
>> debian-branch = debian/sid
>> upstream-branch = master
> 
> Not completely sure what does this do, but looks wrong to me :)

Right, that is more confusing now than when I wrote it last week.  I'm still OK 
with the
philosophy behind DEP-14 and maybe some tool configuration will become obvious
after time has passed.

I like the proposal that we keep master as the ongoing development branch.  
Merges
could be done between the master and debian/sid branches before release.

>> $ dch -i
>> [Create new changelog entry with jessie-backports suite and ~bpo8+1 version 
>> suffix]
>> $ git commit debian/changelog -m "Upload to backports"
>> $ git tag debian/$VERSION~bpo+1
>> $ git push origin --tags master debian/sid debian/jessie-backports
> 
> This seems convoluted and too complicated... What I have been doing for
> prearing backports (but I only started a week ago), is this:
> 
> $ git checkout -b debian/jessie-backports (from either master or debian/sid)
> $ dch --bpo "" && sed -i 4d debian/changelog

Ah, that's a much better idea.  I didn't realise dch had support for backports
like that.

[...]

> A couple of things to take into account: you most probably will need to
> set versioned dependencies in dh-golang (if the package is using
> xs-import-path you need 1.10), and golang-go (because hipster
> programmers :))

Good point.  I had forgotten about that.  I think it's a mix of versioned and
non-versioned, with and without the trailing ~ also so care would need to
be taken.


Tim.

>> I'm not sure whether you want to delete the master branch and set 
>> debian-branch to
>> debian/sid.  I think this is what you have done in some of the other pkg-go 
>> repos you
>> are maintainer for.  Happy to go with whatever you think is right.
> 
> In the packages I prepared, debian/sid is the initial branch from the
> start. THere is no big deal about keeping master, but I prefer
> debian/sid personally, it's consistent and explicit. Also, it gives me
> no extra work, beause I set the repo so it is the default branch.
> 
> 
> --
> Martín Ferrari (Tincho)



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

Re: [pkg-go] Package renames for clockwork and go-semver packages

2016-05-09 Thread Potter, Tim (HPE Linux Support)
On 10 May 2016, at 11:30 AM, Paul Tagliamonte  wrote:
> 
>> I'm proposing to rename the binary packages thusly:
>> 
>> golang-github-coreos-semver-dev -> golang-github-coreos-go-semver-dev
>> as the package name is "go-semver" and not just "semver".
>> 
>> golang-jonboulle-clockwork-dev ->
>> golang-github-jonboulle-clockwork-dev as we are missing the vendor
>> name "github".
> 
> Both SGTM; have .dscs ready or a package prepared?

Just pushed now:

https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-coreos-semver.git/commit/?id=3f6d2b9
https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-jonboulle-clockwork.git/commit/?id=6448d80

>> Luckily now is a good time to make this change as existing uploaded
>> packages depend on the old package name via a conditional dependency
>> (oldname | newname) and so don't need changing.  There are a few cases
>> where the RHS new name needs to be updated and I've checked in fixes
>> for this already.
> 
> So on your game!

Ha - not really.  Just fixing up my own mess.

>> I *think* this is all do-able without having to create any
>> transitional packages but it would be nice to get some feedback on
>> this.
> 
> Sounds fine here; I don't think we had to do transitional packages for
> other renames

OK.

>> Also I think I might need to ask the FTP masters to remove the
>> old binary packages once the changes have been uploaded.
> 
> Yeah, I can take care of that on the backend too, just hit me up once
> it's fixed.

Great!  I don't have upload privs yet, so someone else would need to upload, or 
since I'm
a DM do some magic in that area to allow uploads for those two packages.


Tim.

> 
>> Tim.
> 
> cheers,
>  paul



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

Re: [pkg-go] Package renames for clockwork and go-semver packages

2016-05-09 Thread Paul Tagliamonte
> I'm proposing to rename the binary packages thusly:
> 
> golang-github-coreos-semver-dev -> golang-github-coreos-go-semver-dev
> as the package name is "go-semver" and not just "semver".
> 
> golang-jonboulle-clockwork-dev ->
> golang-github-jonboulle-clockwork-dev as we are missing the vendor
> name "github".

Both SGTM; have .dscs ready or a package prepared?

> Luckily now is a good time to make this change as existing uploaded
> packages depend on the old package name via a conditional dependency
> (oldname | newname) and so don't need changing.  There are a few cases
> where the RHS new name needs to be updated and I've checked in fixes
> for this already.

So on your game!

> I *think* this is all do-able without having to create any
> transitional packages but it would be nice to get some feedback on
> this.

Sounds fine here; I don't think we had to do transitional packages for
other renames

> Also I think I might need to ask the FTP masters to remove the
> old binary packages once the changes have been uploaded.

Yeah, I can take care of that on the backend too, just hit me up once
it's fixed.

> Tim.

cheers,
  paul


signature.asc
Description: PGP 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] Package renames for clockwork and go-semver packages

2016-05-09 Thread Potter, Tim (HPE Linux Support)
Hi everyone.  I found a couple of dependency-related problems last week when 
attempting to
rebuild both Docker and Kubernetes in a Jessie environment.

The problems stem from both the golang-clockwork and golang-go-semver packages 
being
packaged in between the previous two packaging naming standards.  The result is 
both
binary package names  are non-standard and it's easy to mistype them.  There 
were no transitional
packages were not made (by me BTW) way back in 2015 which further messes things 
up.

I'm proposing to rename the binary packages thusly:

golang-github-coreos-semver-dev -> golang-github-coreos-go-semver-dev as the 
package name
is "go-semver" and not just "semver".

golang-jonboulle-clockwork-dev -> golang-github-jonboulle-clockwork-dev as we 
are missing
the vendor name "github".

Luckily now is a good time to make this change as existing uploaded packages 
depend on the
old package name via a conditional dependency (oldname | newname) and so don't 
need changing.
There are a few cases where the RHS new name needs to be updated and I've 
checked in fixes for this
already.

I *think* this is all do-able without having to create any transitional 
packages but it would be
nice to get some feedback on this.  Also I think I might need to ask the FTP 
masters to remove
the old binary packages once the changes have been uploaded.


Tim.



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
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-franela-goreq_0.0~git20160121.0.3ddeded-1_amd64.changes is NEW

2016-05-09 Thread Debian FTP Masters
binary:golang-github-franela-goreq-dev is NEW.
source:golang-github-franela-goreq 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 receive 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] Processed: your mail

2016-05-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 820249 by 812838
Bug #820249 [src:golang-github-miekg-pkcs11] Please switch from softhsm to 
softhsm2
820249 was not blocked by any bugs.
820249 was blocking: 820235
Added blocking bug(s) of 820249: 812838
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
820249: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820249
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] Processing of golang-github-franela-goreq_0.0~git20160121.0.3ddeded-1_amd64.changes

2016-05-09 Thread Debian FTP Masters
golang-github-franela-goreq_0.0~git20160121.0.3ddeded-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-github-franela-goreq_0.0~git20160121.0.3ddeded-1.dsc
  golang-github-franela-goreq_0.0~git20160121.0.3ddeded.orig.tar.xz
  golang-github-franela-goreq_0.0~git20160121.0.3ddeded-1.debian.tar.xz
  golang-github-franela-goreq-dev_0.0~git20160121.0.3ddeded-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] golang-github-franela-goblin_0.0.1+git20160123.62.889391d-1_amd64.changes ACCEPTED into unstable, unstable

2016-05-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 08 May 2016 11:20:29 +1000
Source: golang-github-franela-goblin
Binary: golang-github-franela-goblin-dev
Architecture: source all
Version: 0.0.1+git20160123.62.889391d-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Dmitry Smirnov 
Description:
 golang-github-franela-goblin-dev - minimal and beautiful Go testing framework
Closes: 823715
Changes:
 golang-github-franela-goblin (0.0.1+git20160123.62.889391d-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #823715).
Checksums-Sha1:
 ce5324b6201fce5834928c5f2271c3d48e86cd18 2365 
golang-github-franela-goblin_0.0.1+git20160123.62.889391d-1.dsc
 1bbb3694e749d2afad5e805840d7c679f75993c0 60228 
golang-github-franela-goblin_0.0.1+git20160123.62.889391d.orig.tar.xz
 1e99d63a396f92c28e02b10094bceffb6a8e52e5 1772 
golang-github-franela-goblin_0.0.1+git20160123.62.889391d-1.debian.tar.xz
 72e02cb8c4e419d4fc99fdf0b0d176ea78e7f147 9324 
golang-github-franela-goblin-dev_0.0.1+git20160123.62.889391d-1_all.deb
Checksums-Sha256:
 1eb104213a4e3f3af97e8aaa13396a31029e5eb04e16617e5d5fe34231d93955 2365 
golang-github-franela-goblin_0.0.1+git20160123.62.889391d-1.dsc
 a0160d8c122cb2722e2a1cdfde593c166e07b6c37e1207005579aa5dcae69914 60228 
golang-github-franela-goblin_0.0.1+git20160123.62.889391d.orig.tar.xz
 26913bf777692fcc6a1575a3226b7653080568e9dc29d690c7e0957ac109a7f4 1772 
golang-github-franela-goblin_0.0.1+git20160123.62.889391d-1.debian.tar.xz
 63f3013ec483ef4d0c09d35013b25a32fbb4dee21d97495ba85d33a716406d7a 9324 
golang-github-franela-goblin-dev_0.0.1+git20160123.62.889391d-1_all.deb
Files:
 1dee0434377fd856aca50c196a079ac2 2365 devel extra 
golang-github-franela-goblin_0.0.1+git20160123.62.889391d-1.dsc
 46a9f47b85b1b84759c4585772a5d5a7 60228 devel extra 
golang-github-franela-goblin_0.0.1+git20160123.62.889391d.orig.tar.xz
 116927e20152dffda469707283ecc1cc 1772 devel extra 
golang-github-franela-goblin_0.0.1+git20160123.62.889391d-1.debian.tar.xz
 d61fea0f28d1d75d9498c916502332a3 9324 devel extra 
golang-github-franela-goblin-dev_0.0.1+git20160123.62.889391d-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXLpSbAAoJEFK2u9lTlo0bQpkP/38Hk5eiwgrs7EOt5JHpzr+h
ygYKl4z3yyYh7CvDMUUJtIx5L96Rt+lsQx1JgRc4G1O7V/4n55/De2lDmR5IgdbW
M5bZy0393j1KCedCRkO8bkxsJFLfPkM3W2yzrRWAxwq/m52+IbS05FiKWYRoH1fc
I2+GAyUhqiIAjXMxPwfXjLbDOMiVodnQFFA6bhWiJ7fpmWWwU4FysDCgeeP3j26z
Y3H2soLLYmLvUVJani1o9gP0QFhgcLhD8ye2CBd+nqFU39U/kO+lTcTnWTtOkkVi
39pTkqwfvWL2pDbY2EnSxUM4ueSLBaGZdIBhdSAHgNmt7jLI0YPK6/Wc1hfE2f9K
dXcPiOT44Wl963Qg+CSMC0Kq7okaZDgvxaR7rgd62HnZ4T+zj+/E2zD9rzfqRJpF
7cjqE048tEqR5eQMBbNekjOYDFM36cKgAk0rClOihQnyEuKDsPz4HcEGtyY1TLVR
2zj0eAB9XJzzHOL5J787l3HC9C+B1MrzbJmokudDk3WCoRZzVUd3dOwuSPtFVorF
PqdL8F8mb6kPf+NkbgwaNSKfq2B0EvHTbHUpgbzk1r5V5J6/29kMIiKdcow25kTV
e+3AArIbhf5VAe5aBb9bXJ5eXWsPKmNN/xzPyxIscxKwIBl6AxKG7ImCx0MmSFGh
b5vK4me24opJQmpuGUXw
=KDqv
-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-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1_amd64.changes ACCEPTED into unstable, unstable

2016-05-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 May 2016 08:17:04 +0200
Source: golang-github-azure-go-ntlmssp
Binary: golang-github-azure-go-ntlmssp-dev
Architecture: source all
Version: 0.0~git20160412.e0b63eb-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Daniel Stender 
Description:
 golang-github-azure-go-ntlmssp-dev - NTLM/Negotiate authentication over HTTP 
(Go library)
Closes: 823793
Changes:
 golang-github-azure-go-ntlmssp (0.0~git20160412.e0b63eb-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #823793).
Checksums-Sha1:
 4d2ad1fde2bbeb27c2686e8b98ec7189ad661a61 2389 
golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1.dsc
 4814c018e4cb5200a779cbb1faf702ad2ffe94dd 6080 
golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb.orig.tar.xz
 ef288875b4279354fff68bc8b56dda232dff3bdc 1888 
golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1.debian.tar.xz
 6f0e62c894a1c822f83649fdf0fd12c8fd9f1d78 7596 
golang-github-azure-go-ntlmssp-dev_0.0~git20160412.e0b63eb-1_all.deb
Checksums-Sha256:
 5a4835d60f4bb4d993f43f621fd1f1a1d351796b4cdd93f0490a2a8d4e9532f7 2389 
golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1.dsc
 ad151bdb7bd0175d4b0414086fc2eb2faa82f164ccdd0a46ef010fac94d4f1c2 6080 
golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb.orig.tar.xz
 18d0adc462e3e003f029c857f4c1225eefadacd0aa222e186bc9c64080d4ca40 1888 
golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1.debian.tar.xz
 b79b5e0177b318f90b376a23cac195a14c9f941b03161d96a700700e08335115 7596 
golang-github-azure-go-ntlmssp-dev_0.0~git20160412.e0b63eb-1_all.deb
Files:
 c57a409c519869bbcab5b10e8d1325d7 2389 devel extra 
golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1.dsc
 e85146c85a8ff9590c3ca3a08e84ad08 6080 devel extra 
golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb.orig.tar.xz
 7965db4202803ed28d6e0d9f363e10da 1888 devel extra 
golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1.debian.tar.xz
 8e2357bef681675ba0cd723ae1877d8c 7596 devel extra 
golang-github-azure-go-ntlmssp-dev_0.0~git20160412.e0b63eb-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXMCvWAAoJEBXgmvTfUYLI6EMP/0pSyVq7LvHOGuQpg0Tvl4xJ
JwiHThRiDI+Gqqz7JYQLwuD8T7w/w3VtygMRQhKL4tiiQOdaGZFsoTE4fBl9GOAi
/7sY5wfRMQEHAUnLka8Ri8JxJ0Zcjmr2Ju7pVS8BcfAUJnPxUgI9qZkshD70gYKf
4WV6UuHfyQBaKmheHAGr0Xmu9LtK2JhLkbwU8W3V2wMd/XZmKngQ3vIBzdgntKLT
nWoCrzX0mvyWlzI6ZDY46sNWYOCfOpxSIcKiRJFTcEGGl9tM1n1Jsp7Vjd98k80h
HnJgjliJUL3lY/bgCiHR6Mo5bpKxpI7YHUxAGM1snTqX5aFgZhG90k7LOsv7f6dP
TBaykcH++q68TOjDD7hv2esVIs6u7OtYLDTSEMwSt1axyJYIBDSVySpKwk+8exQi
3e//hcZUkmCNYHCedgK5LLOu1bt8BYF8JIjXOoWkjWmJN61NdhLO9x2OCGtehVrt
Pwxdfv8ThI+iANFoLdzxUJXZKWoItw2K4jZRGDmYmg3lvoiEcbjXWQU5n7lrDO7R
K2UOgxb94LckSBoXVSMCxEyvgASYqCmBgNsnVee9eUcnZRZozA2wEHAxCd79mFxk
YzKESyFy1PYKyJW7vc64JkGKQLHPCDRmRi11/7qmevmd3cLC2JgIRbdwz6M9ZHA2
1d4l86Ry1r4qWmvx/mfn
=7TGH
-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-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1_amd64.changes is NEW

2016-05-09 Thread Debian FTP Masters
binary:golang-github-azure-go-ntlmssp-dev is NEW.
source:golang-github-azure-go-ntlmssp 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 receive 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] Processing of golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1_amd64.changes

2016-05-09 Thread Debian FTP Masters
golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1.dsc
  golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb.orig.tar.xz
  golang-github-azure-go-ntlmssp_0.0~git20160412.e0b63eb-1.debian.tar.xz
  golang-github-azure-go-ntlmssp-dev_0.0~git20160412.e0b63eb-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