[pkg-go] RFS: golang-github-hashicorp-mdns update to disable network tests

2016-04-04 Thread Potter, Tim (HPE Linux Support)
Another quick fix.  This package tries to run some network tests that fail 
under pbuilder with
USENETWORK=no.  Here's the output:

=== RUN   TestServer_StartStop
--- FAIL: TestServer_StartStop (0.00s)
server_test.go:12: err: No multicast listeners could be started
=== RUN   TestServer_Lookup
--- FAIL: TestServer_Lookup (0.00s)
server_test.go:20: err: No multicast listeners could be started

A review and upload would be much appreciated.  Thanks!


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

Re: [pkg-go] RFS: golang-protobuf-extensions patch to disable failing test

2016-04-04 Thread Potter, Tim (HPE Linux Support)
On 5 Apr 2016, at 12:48 PM, Dmitry Smirnov  wrote:
> 
> On Tuesday, 5 April 2016 1:35:28 AM AEST Potter, Tim (HPE Linux Support)
> wrote:
>> Hi Dmitry.  I'm only removing one of the tests out of this file - about 40
>> lines out of 320 so a bit over 10%.  I thought that would be OK.
> 
> Of course it is OK. I didn't realise that you are removing just a fragment of
> file and not the whole file. However I've seen you dropping the entire file
> with patches more than once in other packages and I did not have a chance to
> tell you about it.

OK - will do.  Thanks for the tip!


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

Re: [pkg-go] autopkgtest

2016-04-04 Thread Dmitry Smirnov
On Thursday, 31 March 2016 1:59:14 AM AEST Martín Ferrari wrote:
> So another approach was mentioned to me: autopkgtest.
> 
> I know about that project for a while, as I saw pkg-perl people
> implement it. But I did not follow any of the details. Today I took a
> deeper look, and it seems that we would benefit tremendously from that!

It is always nice to use all those lovely practices of Perl team. :)


> The idea of autopkgtest is to mark packages as having an automated
> post-build test suite, so the ci.debian.net project would pick them
> automatically (and also for our own testing).
> 
> These tests would trigger each time the package or its dependencies are
> updated, and they consist of installing the package and its
> dependencies, and running a series of scripts to verify proper
> behaviour, run unit tests, etc. All executed using the installed package
> instead of a source tree.

It seems that Autopkgtest could be useful to run test suites that require 
root priviledges etc.


> Here is the description of how the pkg-perl did their integration,
> making most of the testing automatic:
> http://pkg-perl.alioth.debian.org/autopkgtest.html

Nice. Thanks for this information.


> I think this would be a great asset for the team. What do you people think?

There is no doubts that more testing would be useful.
Also it would be useful if we learn to detect breakage of long dependency 
chains before upload...
To certain extent we could address that problem with increased pressure to 
upstreams in order to convince them to tag releases and vendoring by tags as 
much as possible...

-- 
Regards,
 Dmitry Smirnov.

---

Democracy is a pathetic belief in the collective wisdom of individual
ignorance.
-- H. L. Mencken



signature.asc
Description: This is a digitally signed message part.
___
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] RFS: Update to golang-yaml.v2 for golang 1.6

2016-04-04 Thread Dmitry Smirnov
On Tuesday, 5 April 2016 3:40:13 AM AEST Martín Ferrari wrote:
> On 05/04/16 02:22, Michael Hudson-Doyle wrote:
> Again, this is my fault. The first golang packages I prepared had a +
> instead of a ~, because I was mistaken. Had to package so many
> dependencies, got some things wrong :(

Don't be so hard on yourself, Martin. It is not much of a problem anyway and 
I wouldn't even recognise it as problem. :)

-- 
Best wishes,
 Dmitry Smirnov.

---

The great enemy of the truth is very often not the lie -- deliberate,
contrived and dishonest, but the myth, persistent, persuasive, and
unrealistic. Belief in myths allows the comfort of opinion without the
discomfort of thought.
-- John F Kennedy


signature.asc
Description: This is a digitally signed message part.
___
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] RFS: golang-protobuf-extensions patch to disable failing test

2016-04-04 Thread Dmitry Smirnov
On Tuesday, 5 April 2016 1:35:28 AM AEST Potter, Tim (HPE Linux Support) 
wrote:
> Hi Dmitry.  I'm only removing one of the tests out of this file - about 40
> lines out of 320 so a bit over 10%.  I thought that would be OK.

Of course it is OK. I didn't realise that you are removing just a fragment of 
file and not the whole file. However I've seen you dropping the entire file 
with patches more than once in other packages and I did not have a chance to 
tell you about it.


> What do you mean by "debian/clien"?

"debian/clean" of course. See dh_clean(1).


> If there's a better way of removing
> entire files (because that does happen occasionally, especially with tests)
> I'm happy to do that in preference to a patch.

OK. I think the better way is to include name of the file you want removed to 
"debian/clean" and `dh_clean` will delete it for you. Alternatively you can 
pass file names of files to remove as arguments to dh_clean.

-- 
All the best,
 Dmitry Smirnov.

---

Criticism may not be agreeable, but it is necessary. It fulfils the same
function as pain in the human body. It calls attention to an unhealthy
state of things.
-- Winston Churchill


signature.asc
Description: This is a digitally signed message part.
___
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] RFS: Update to golang-yaml.v2 for golang 1.6

2016-04-04 Thread Martín Ferrari
On 05/04/16 02:22, Michael Hudson-Doyle wrote:
> Oh, one thing you'll need to change: the current version is (for some
> reason) 0.0+git20150627.7ad95dd-1, which is greater than your version
> of 0.0~git20160301.0.a83829b-1 :-) I guess this means some mucking
> about in the upstream and pristine-tar branches too.

Again, this is my fault. The first golang packages I prepared had a +
instead of a ~, because I was mistaken. Had to package so many
dependencies, got some things wrong :(

I think that the best course of action is to keep the +, until upstream
decides to make a release, so then you can go into ~


-- 
Martín Ferrari (Tincho)

___
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] RFS: golang-protobuf-extensions patch to disable failing test

2016-04-04 Thread Potter, Tim (HPE Linux Support)
On 5 Apr 2016, at 10:01 AM, Dmitry Smirnov  wrote:
> 
> On Monday, 4 April 2016 11:10:51 PM AEST Potter, Tim (HPE Linux Support)
> wrote:
>> Hi again.  I've made a small patch to golang-protobuf-extensions to allow
>> it to be built under the version of Go currently in stretch.  According to
>> the github issue tracker it's a known problem with Go 1.5 and higher, but
>> has not been fixed at this stage.  I've even added a DEP3 header recording
>> this info.
> 
> Tim, removing file(s) using patches is unmaintainable and tend to break on
> slightest changes. I recommend adding file you want to remove to "debian/
> clien" with relevant comments from patch header. I hope it make sense.

Hi Dmitry.  I'm only removing one of the tests out of this file - about 40 lines
out of 320 so a bit over 10%.  I thought that would be OK.

What do you mean by "debian/clien"?  If there's a better way of removing
entire files (because that does happen occasionally, especially with tests)
I'm happy to do that in preference to a patch.


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

Re: [pkg-go] RFS: Update to golang-yaml.v2 for golang 1.6

2016-04-04 Thread Michael Hudson-Doyle
Oh, one thing you'll need to change: the current version is (for some
reason) 0.0+git20150627.7ad95dd-1, which is greater than your version
of 0.0~git20160301.0.a83829b-1 :-) I guess this means some mucking
about in the upstream and pristine-tar branches too.

On 5 April 2016 at 12:05, Michael Hudson-Doyle
 wrote:
> Hah, I was just doing exactly this. I was about to run ratt
> (https://people.debian.org/~stapelberg//2015/10/12/ratt.html) on my
> changes but I'll run it on yours instead and let you know how it goes
> :-)
>
> Cheers,
> mwh
>
> On 5 April 2016 at 10:27, Potter, Tim (HPE Linux Support)
>  wrote:
>> Hi everyone.  It turns out that the golang-yaml.v2 package needs an update 
>> to support the version of golang in stretch, version 1.6.  I guess the 
>> latest version of Go introduces backwards-incompatible changes to the 
>> language.  )-:
>>
>> Could someone give my latest push to alioth a review and upload please?
>>
>>
>> Thanks,
>>
>> Tim.
>>
>> ___
>> 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-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-hlandau-degoutils_0.0~git20160211.0.16c74cc-1_amd64.changes is NEW

2016-04-04 Thread Debian FTP Masters
binary:golang-github-hlandau-degoutils-dev is NEW.
source:golang-github-hlandau-degoutils 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


Re: [pkg-go] RFS: golang-protobuf-extensions patch to disable failing test

2016-04-04 Thread Dmitry Smirnov
On Monday, 4 April 2016 11:10:51 PM AEST Potter, Tim (HPE Linux Support) 
wrote:
> Hi again.  I've made a small patch to golang-protobuf-extensions to allow
> it to be built under the version of Go currently in stretch.  According to
> the github issue tracker it's a known problem with Go 1.5 and higher, but
> has not been fixed at this stage.  I've even added a DEP3 header recording
> this info.

Tim, removing file(s) using patches is unmaintainable and tend to break on 
slightest changes. I recommend adding file you want to remove to "debian/
clien" with relevant comments from patch header. I hope it make sense.

-- 
Regards,
 Dmitry Smirnov.

---

And those who were seen dancing were thought to be insane by those who
could not hear the music.
-- Friedrich Nietzsche


signature.asc
Description: This is a digitally signed message part.
___
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-hlandau-degoutils_0.0~git20160211.0.16c74cc-1_amd64.changes

2016-04-04 Thread Debian FTP Masters
golang-github-hlandau-degoutils_0.0~git20160211.0.16c74cc-1_amd64.changes 
uploaded successfully to localhost
along with the files:
  golang-github-hlandau-degoutils_0.0~git20160211.0.16c74cc-1.dsc
  golang-github-hlandau-degoutils_0.0~git20160211.0.16c74cc.orig.tar.gz
  golang-github-hlandau-degoutils_0.0~git20160211.0.16c74cc-1.debian.tar.xz
  golang-github-hlandau-degoutils-dev_0.0~git20160211.0.16c74cc-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] RFS: golang-protobuf-extensions patch to disable failing test

2016-04-04 Thread Potter, Tim (HPE Linux Support)
Hi again.  I've made a small patch to golang-protobuf-extensions to allow it to 
be built under the version of Go currently in stretch.  According to the github 
issue tracker it's a known problem with Go 1.5 and higher, but has not been 
fixed at this stage.  I've even added a DEP3 header recording this info.

Could someone please review and upload?  Thanks again!


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] RFS: Update to golang-yaml.v2 for golang 1.6

2016-04-04 Thread Potter, Tim (HPE Linux Support)
Hi everyone.  It turns out that the golang-yaml.v2 package needs an update to 
support the version of golang in stretch, version 1.6.  I guess the latest 
version of Go introduces backwards-incompatible changes to the language.  )-:

Could someone give my latest push to alioth a review and upload please?


Thanks,

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] Processed: bug 819994 is forwarded to https://github.com/gogo/protobuf/issues/164

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

> forwarded 819994 https://github.com/gogo/protobuf/issues/164
Bug #819994 [src:golang-gogoprotobuf] golang-gogoprotobuf: FTBFS (32-bit or 
BE): many tests fail
Set Bug forwarded-to-address to 'https://github.com/gogo/protobuf/issues/164'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
819994: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819994
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] Processed: tagging 819994

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

> tags 819994 + upstream
Bug #819994 [src:golang-gogoprotobuf] golang-gogoprotobuf: FTBFS (32-bit or 
BE): many tests fail
Added tag(s) upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
819994: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819994
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] Processed: tagging 817291, tagging 817301, tagging 819963, found 817289 in 1.1.2-5, tagging 817289 ...

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

> tags 817291 + sid stretch
Bug #817291 {Done: Adam Borowski } [src:black-box] 
black-box: Removal of dh_desktop
Added tag(s) sid and stretch.
> tags 817301 + sid stretch
Bug #817301 {Done: Adam Borowski } [src:mm3d] mm3d: 
Removal of dh_desktop
Added tag(s) sid and stretch.
> tags 819963 + sid stretch
Bug #819963 [src:libpng] libpng: keep out of Stretch
Added tag(s) sid and stretch.
> found 817289 1.1.2-5
Bug #817289 [src:aewm++] aewm++: Removal of dh_desktop
Marked as found in versions aewm++/1.1.2-5.
> tags 817289 + sid stretch
Bug #817289 [src:aewm++] aewm++: Removal of dh_desktop
Added tag(s) sid and stretch.
> found 817290 1.2.1+dev-0.12-6.2
Bug #817290 [src:aiksaurus] aiksaurus: Removal of dh_desktop
Marked as found in versions aiksaurus/1.2.1+dev-0.12-6.2.
> tags 817290 + sid stretch
Bug #817290 [src:aiksaurus] aiksaurus: Removal of dh_desktop
Added tag(s) stretch and sid.
> found 817292 1.08-12
Bug #817292 [src:bugsx] bugsx: Removal of dh_desktop
Marked as found in versions bugsx/1.08-12.
> tags 817292 + sid stretch
Bug #817292 [src:bugsx] bugsx: Removal of dh_desktop
Added tag(s) sid and stretch.
> found 817294 1.0.1-4
Bug #817294 [src:fyre] fyre: Removal of dh_desktop
Marked as found in versions fyre/1.0.1-4.
> tags 817294 + sid stretch
Bug #817294 [src:fyre] fyre: Removal of dh_desktop
Added tag(s) sid and stretch.
> found 817295 0.2.5-1
Bug #817295 [src:gnome-color-chooser] gnome-color-chooser: Removal of dh_desktop
Marked as found in versions gnome-color-chooser/0.2.5-1.
> tags 817295 + sid stretch
Bug #817295 [src:gnome-color-chooser] gnome-color-chooser: Removal of dh_desktop
Added tag(s) sid and stretch.
> found 817296 0.94-2.1
Bug #817296 [src:gnudoq] gnudoq: Removal of dh_desktop
Marked as found in versions gnudoq/0.94-2.1.
> tags 817296 + sid stretch
Bug #817296 [src:gnudoq] gnudoq: Removal of dh_desktop
Added tag(s) sid and stretch.
> found 817297 1.2.9-1
Bug #817297 [src:gomoku.app] gomoku.app: Removal of dh_desktop
Marked as found in versions gomoku.app/1.2.9-1.
> tags 817297 + sid stretch
Bug #817297 [src:gomoku.app] gomoku.app: Removal of dh_desktop
Added tag(s) sid and stretch.
> found 817298 1.4-1.1
Bug #817298 [src:khmerconverter] khmerconverter: Removal of dh_desktop
Marked as found in versions khmerconverter/1.4-1.1.
> found 817303 1.0beta3.1+dfsg-3
Bug #817303 [src:openuniverse] openuniverse: Removal of dh_desktop
Marked as found in versions openuniverse/1.0beta3.1+dfsg-3.
> tags 817303 + sid stretch
Bug #817303 [src:openuniverse] openuniverse: Removal of dh_desktop
Added tag(s) stretch and sid.
> found 817304 0.6.3-1
Bug #817304 [src:pixbros] pixbros: Removal of dh_desktop
Marked as found in versions pixbros/0.6.3-1.
> tags 817304 + sid stretch
Bug #817304 [src:pixbros] pixbros: Removal of dh_desktop
Added tag(s) sid and stretch.
> found 817306 0.15.8-9
Bug #817306 [src:sapphire] sapphire: Removal of dh_desktop
Marked as found in versions sapphire/0.15.8-9.
> tags 817306 + sid stretch
Bug #817306 [src:sapphire] sapphire: Removal of dh_desktop
Added tag(s) sid and stretch.
> found 817307 0.20-3
Bug #817307 [src:ufraw] ufraw: Removal of dh_desktop
Marked as found in versions ufraw/0.20-3.
> found 817308 0.6.2.dfsg-9.1
Bug #817308 [src:uqm] uqm: Removal of dh_desktop
Marked as found in versions uqm/0.6.2.dfsg-9.1.
> tags 819471 + sid
Bug #819471 {Done: Markus Koschany } [zaz,zaz-data] zaz-data 
and zaz: error when trying to install together
Added tag(s) sid.
> tags 819642 + sid stretch
Bug #819642 [src:golang-goyaml] golang-goyaml: FTBFS: FAIL: encode_test.go:217: 
S.TestMarshal
Added tag(s) sid and stretch.
> tags 819837 + sid stretch
Bug #819837 [src:gtkhash] gtkhash: FTBFS in testing (autoreconf fails)
Added tag(s) sid and stretch.
> tags 819839 + sid stretch
Bug #819839 [src:planner] planner: FTBFS in testing (failure building 
documentation)
Added tag(s) stretch and sid.
> tags 819857 + sid stretch
Bug #819857 [src:libmlx4] libmlx4: FTBFS: rc/mlx4.c:206:2: error: 'struct 
verbs_context' has no member named 'drv_ibv_create_flow' 
verbs_set_ctx_op(verbs_ctx, drv_ibv_create_flow, ibv_cmd_create_flow);
Added tag(s) stretch and sid.
> tags 819873 + stretch
Bug #819873 [src:kalgebra] kalgebra: FTBFS on testing
Added tag(s) stretch.
> tags 819873 + stretch
Bug #819873 [src:kalgebra] kalgebra: FTBFS on testing
Ignoring request to alter tags of bug #819873 to the same tags previously set
> fixed 819873 4:15.12.2-1
Bug #819873 [src:kalgebra] kalgebra: FTBFS on testing
Marked as fixed in versions kalgebra/4:15.12.2-1.
> tags 819841 + stretch
Bug #819841 {Done: Debian FTP Masters } 
[src:qutecom] qutecom: FTBFS in testing (dereferencing pointer to incomplete 
type)
Added tag(s) stretch.
> notfound 774470 0.67
Bug #774470 {Done: Holger Levsen } [src:piuparts] 
piuparts: references cdn.debian.net, which is deprecated
No 

[pkg-go] Bug#819994: golang-gogoprotobuf: FTBFS (32-bit or BE): many tests fail

2016-04-04 Thread Aaron M. Ucko
Source: golang-gogoprotobuf
Version: 0.0~git20150426-1
Severity: important
Justification: fails to build from source

Builds of golang-gogoprotobuf on 32-bit architectures such as i386 and on
ppc64 (the only big-endian architecture on which its build dependencies
were available) all failed with test suite errors because various results
weren't as expected.  The details vary by architecture, per

https://buildd.debian.org/status/logs.php?pkg=golang-gogoprotobuf=0.2-1

Could you please take a look?

Thanks!

___
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-naoina-go-stringutil 0.1.0-1 MIGRATED to testing

2016-04-04 Thread Debian testing watch
FYI: The status of the golang-github-naoina-go-stringutil source package
in Debian's testing distribution has changed.

  Previous version: 0.0~git20150102.360db0d-1
  Current version:  0.1.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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-gopkg-hlandau-svcutils.v1 1.0.7-1 MIGRATED to testing

2016-04-04 Thread Debian testing watch
FYI: The status of the golang-gopkg-hlandau-svcutils.v1 source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0.7-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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-erikdubbelboer-gspt 0.0~git20151120.0.bbaae60-1 MIGRATED to testing

2016-04-04 Thread Debian testing watch
FYI: The status of the golang-github-erikdubbelboer-gspt source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.0~git20151120.0.bbaae60-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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-peterhellberg-link 0.0~git20151119.0.1053d3b-1 MIGRATED to testing

2016-04-04 Thread Debian testing watch
FYI: The status of the golang-github-peterhellberg-link source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.0~git20151119.0.1053d3b-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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-gopkg-eapache-go-resiliency.v1 1.0.0-1 MIGRATED to testing

2016-04-04 Thread Debian testing watch
FYI: The status of the golang-gopkg-eapache-go-resiliency.v1 source package
in Debian's testing distribution has changed.

  Previous version: 0.0~git20150213.0.6800482-1
  Current version:  1.0.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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-bugsnag-panicwrap 1.1.0-1 MIGRATED to testing

2016-04-04 Thread Debian testing watch
FYI: The status of the golang-bugsnag-panicwrap source package
in Debian's testing distribution has changed.

  Previous version: 0.0~git2014-1
  Current version:  1.1.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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-gopkg-alecthomas-kingpin.v2 2.1.11-1 MIGRATED to testing

2016-04-04 Thread Debian testing watch
FYI: The status of the golang-gopkg-alecthomas-kingpin.v2 source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2.1.11-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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-boltdb-bolt 1.2.0-1 MIGRATED to testing

2016-04-04 Thread Debian testing watch
FYI: The status of the golang-github-boltdb-bolt source package
in Debian's testing distribution has changed.

  Previous version: 1.1.0-1
  Current version:  1.2.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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-jmhodges-clock 0.0~git20151001.0.3c4ebd2-1 MIGRATED to testing

2016-04-04 Thread Debian testing watch
FYI: The status of the golang-github-jmhodges-clock source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.0~git20151001.0.3c4ebd2-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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-hlandau-xlog 0.0~git20160208.0.c18de57-1 MIGRATED to testing

2016-04-04 Thread Debian testing watch
FYI: The status of the golang-github-hlandau-xlog source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.0~git20160208.0.c18de57-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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#819214: (no subject)

2016-04-04 Thread Martín Ferrari
reopen 819214
severity 819214 important
forwarded 819214 https://github.com/onsi/ginkgo/issues/247
thanks

Hi,

You are right, this needs to be properly addressed. I have reopened the
bug with a lower severity (as the build is succeeding now), and created
a bug upstream.

___
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-04-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 819214
Bug #819214 {Done: Martín Ferrari } [src:golang-ginkgo] 
golang-ginkgo: FTBFS: dh_auto_test: go test -v [..] returned exit code 1
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions golang-ginkgo/1.2.0-3.
> severity 819214 important
Bug #819214 [src:golang-ginkgo] golang-ginkgo: FTBFS: dh_auto_test: go test -v 
[..] returned exit code 1
Severity set to 'important' from 'serious'
> forwarded 819214 https://github.com/onsi/ginkgo/issues/247
Bug #819214 [src:golang-ginkgo] golang-ginkgo: FTBFS: dh_auto_test: go test -v 
[..] returned exit code 1
Set Bug forwarded-to-address to 'https://github.com/onsi/ginkgo/issues/247'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
819214: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819214
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