[DRE-maint] Bug#768615: Patch

2014-11-22 Thread Tomasz Buchert
Hi,
this is a NMU debdiff that fixes this bug.  The problem is generally
caused by strong dependency on pygments - some testsuite tests may
fail when pygments formatting changes. I guess that they should be
more robust and pygment-version-independent, but well...

Tomasz
diff -Nru ruby-pygments.rb-0.5.4~ds1/debian/changelog ruby-pygments.rb-0.5.4~ds1/debian/changelog
--- ruby-pygments.rb-0.5.4~ds1/debian/changelog	2014-04-04 04:06:32.0 +0200
+++ ruby-pygments.rb-0.5.4~ds1/debian/changelog	2014-11-22 15:18:56.0 +0100
@@ -1,3 +1,10 @@
+ruby-pygments.rb (0.5.4~ds1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Update the testsuite (Closes: #768615)
+
+ -- Tomasz Buchert tomasz.buch...@inria.fr  Sat, 22 Nov 2014 15:18:14 +0100
+
 ruby-pygments.rb (0.5.4~ds1-1) unstable; urgency=low
 
   * Initial release (Closes: #703188)
diff -Nru ruby-pygments.rb-0.5.4~ds1/debian/patches/0007-Update-test-result.patch ruby-pygments.rb-0.5.4~ds1/debian/patches/0007-Update-test-result.patch
--- ruby-pygments.rb-0.5.4~ds1/debian/patches/0007-Update-test-result.patch	2014-04-04 03:54:49.0 +0200
+++ ruby-pygments.rb-0.5.4~ds1/debian/patches/0007-Update-test-result.patch	2014-11-22 15:17:56.0 +0100
@@ -1,18 +1,28 @@
 Description: Update test result
 Subject: Update test result
- Using old test result.
+ The upstream testsuite is using an embedded pygments version, which
+ at the moment of writing this is 2.0pre. The version in Debian is
+ slightly different (2.0rc1) and there are some minor mismatches. Most
+ importantly, the Debian version is unable to find a good lexer for
+ ambigous code a. It is fixed by forcing it to use Ruby lexer.
 
  Already reported upstream https://github.com/tmm1/pygments.rb/issues/118
 Author: Per Andersson avtob...@gmail.com
 ---
 --- a/test/test_pygments.rb
 +++ b/test/test_pygments.rb
-@@ -32,7 +32,7 @@
-   def test_highlight_works_with_larger_files
- code = P.highlight(REDIS_CODE)
- assert_match 'used_memory_peak_human', code
--assert_equal 455203, code.bytesize.to_i
-+assert_equal 454107, code.bytesize.to_i
+@@ -88,7 +88,7 @@
end
  
-   def test_returns_nil_on_timeout
+   def test_highlight_works_with_single_character_input
+-code = P.highlight(a)
++code = P.highlight(a, :lexer = 'ruby')
+ assert_match 'a/span', code
+   end
+ 
+@@ -283,5 +283,3 @@
+ assert list['Html'][:aliases].include?('html')
+   end
+ end
+-
+-
___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Processing of ruby-sidetiq_0.6.3-1_amd64.changes

2014-11-22 Thread Debian FTP Masters
ruby-sidetiq_0.6.3-1_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-sidetiq_0.6.3-1.dsc
  ruby-sidetiq_0.6.3.orig.tar.gz
  ruby-sidetiq_0.6.3-1.debian.tar.xz
  ruby-sidetiq_0.6.3-1_all.deb

Greetings,

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

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


[DRE-maint] ruby-sidetiq_0.6.3-1_amd64.changes is NEW

2014-11-22 Thread Debian FTP Masters
binary:ruby-sidetiq is NEW.
source:ruby-sidetiq 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-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Processing of ruby-bootstrap-sass_2.3.1.0-3_amd64.changes

2014-11-22 Thread Debian FTP Masters
ruby-bootstrap-sass_2.3.1.0-3_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-bootstrap-sass_2.3.1.0-3.dsc
  ruby-bootstrap-sass_2.3.1.0-3.debian.tar.xz
  ruby-bootstrap-sass_2.3.1.0-3_all.deb
  compass-bootstrap-sass-plugin_2.3.1.0-3_all.deb

Greetings,

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

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


[DRE-maint] ruby-bootstrap-sass_2.3.1.0-3_amd64.changes ACCEPTED into unstable

2014-11-22 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 22 Nov 2014 21:20:11 +0530
Source: ruby-bootstrap-sass
Binary: ruby-bootstrap-sass compass-bootstrap-sass-plugin
Architecture: source all
Version: 2.3.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintainers@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description:
 compass-bootstrap-sass-plugin - Compass plugin implementing Twitter's Bootstrap
 ruby-bootstrap-sass - Twitter's Bootstrap, converted to Sass
Changes:
 ruby-bootstrap-sass (2.3.1.0-3) unstable; urgency=medium
 .
   * Rebuild for ruby 2.1 compatibility.
   * Bump standards version to 3.9.6 (no changes).
Checksums-Sha1:
 073a8ba0d4331d0cf005099f8b251f1987ef7af7 2263 ruby-bootstrap-sass_2.3.1.0-3.dsc
 76409a3940410febbb26f28ba7f3f10c2e3532fd 2356 
ruby-bootstrap-sass_2.3.1.0-3.debian.tar.xz
 4126bd51bfa7a4a1e21698a04e3872a492160fb6 9428 
ruby-bootstrap-sass_2.3.1.0-3_all.deb
 fcf2ae1189e6e228699ecfb3f6f38c856db850f6 67720 
compass-bootstrap-sass-plugin_2.3.1.0-3_all.deb
Checksums-Sha256:
 2a8585365cc068627de6a3b3bd53faf6272b0195c61b32ee7b0518ea64a18259 2263 
ruby-bootstrap-sass_2.3.1.0-3.dsc
 cd46b1dc8b69cf1baa7d7bef4612d708f6138f142f145d47f235d23426adff57 2356 
ruby-bootstrap-sass_2.3.1.0-3.debian.tar.xz
 5a4ca5f13288e7c26d1941ab799180eb904aae6eabeac3affa3594e92a8bcdf4 9428 
ruby-bootstrap-sass_2.3.1.0-3_all.deb
 e23aa2821b0d874415bd6a6360ce6be1b60cd525c634aeb896bcedfdd0a4c73e 67720 
compass-bootstrap-sass-plugin_2.3.1.0-3_all.deb
Files:
 965e2bc8b5e2ec643937fe56ee80d85f 2263 ruby optional 
ruby-bootstrap-sass_2.3.1.0-3.dsc
 4e92c55b2b74714b1ef75eaae6e28b80 2356 ruby optional 
ruby-bootstrap-sass_2.3.1.0-3.debian.tar.xz
 22cb25a48957ef4ce845e33f4189c26b 9428 ruby optional 
ruby-bootstrap-sass_2.3.1.0-3_all.deb
 f34583dc6827970b3bc3c447103f219f 67720 ruby optional 
compass-bootstrap-sass-plugin_2.3.1.0-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUcLDrAAoJEM4fnGdFEsIqRBwP/2aTDr2P4Sa3j6xnkb+EP3n4
idbSxv5q1DlART9Y4TeNOswvbv+igBJC3T2ZjXejowTqnpEvQBV2a1oxb2XEaVoY
vGFek7rx5n9SSHxwEaQyesrbuf39Sanl+UT//pI4j/PpOqb8kNTNJ1BdXvhmR9bL
g4jcyAjjvuPE7dkwwnXkGD3jZQDYrLHmwe9nEUAB5m4M0dQ8yvRwbGT5/1AgkTQj
fldCzEKmtaxfVPeuSILI59IW/VyM528/em/HgkNFgZd1GNpJMEU3JbpgBSx6QBrF
MgkHpX0+Sm8IYm0X9mpo0TIA9Iddfi+bYWCqyXgdY5JqZckGUe4lomkCPKkP7qpn
S53kUXbS6yMp8p1wg2tuLzgSIBsQtVKWPJcrvpJpFl0kXBoZbcL7jvRXZi/QOD0+
4sk755jrr3SMFFl3qHBk0TYVFDnfWP2CkFU83trLQsZ5Mcqcrtys0a9iRo5C56Zc
hvMosDZO6EhXBlZCDk7alMU557ZcB/K5urWLynENQC+dhveeM+8TTnrcYJXu6VVW
3YWLVwQsOt1W53usDVAnkXqlyU5bqM3/lnR4aPLAinFplGOTdvlxGDuw/cHh3Juf
ew/0DdGVbngRWRodIqhSh3oytWSknwEWAS35+kwhSIHrCurk05KJqNtqeawhrqOV
M3q8XeUkg5i6WN67Ce/W
=DCsb
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[DRE-maint] Processing of ruby-pygments.rb_0.5.4~ds1-1.1_amd64.changes

2014-11-22 Thread Debian FTP Masters
ruby-pygments.rb_0.5.4~ds1-1.1_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-pygments.rb_0.5.4~ds1-1.1.dsc
  ruby-pygments.rb_0.5.4~ds1-1.1.debian.tar.xz
  ruby-pygments.rb_0.5.4~ds1-1.1_all.deb

Greetings,

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

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


[DRE-maint] Bug#768615: ruby-pygments.rb: FTBFS in jessie: ERROR: Test ruby2.1 failed: Running tests for ruby2.1 using debian/ruby-tests.rb...

2014-11-22 Thread Tobias Frost
Uploaded to DELAYED/5.

Thanks Thomaz!

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


[DRE-maint] Processed: tagging 768615

2014-11-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 768615 + pending
Bug #768615 [src:ruby-pygments.rb] ruby-pygments.rb: FTBFS in jessie: ERROR: 
Test ruby2.1 failed: Running tests for ruby2.1 using debian/ruby-tests.rb...
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
768615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768615
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[DRE-maint] Bug#768959: marked as done (FTBS: Errors out in tests with ruby 2.1)

2014-11-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Nov 2014 17:41:04 +0100
with message-id 
CALGw5xms3CVGAstL8wbLM+zw=myez4iexaip2+wtturqqjp...@mail.gmail.com
and subject line Not reproducable
has caused the Debian Bug report #768959,
regarding FTBS: Errors out in tests with ruby 2.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
768959: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768959
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ruby-simplecov
Version: 0.7.1
Severity: serious

When rebuilding ruby-simplecov:

Running tests for ruby2.1 using debian/ruby-tests.rake ...
/usr/bin/ruby2.1 -Ilib:test -I/usr/lib/ruby/vendor_ruby 
/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb 
test/test_1_8_fallbacks.rb test/test_command_guesser.rb 
test/test_deleted_source.rb test/test_file_list.rb test/test_filters.rb 
test/test_merge_helpers.rb test/test_result.rb test/test_return_codes.rb 
test/test_source_file.rb test/test_source_file_line.rb 
Loading simplecov-html failed, install ruby-simplecov-html
Warning: you should require 'minitest/autorun' instead.
Warning: or add 'gem minitest' before 'require minitest/autorun'
From:
  /usr/lib/ruby/2.1.0/test/unit.rb:1:in `top (required)'
  /tmp/ruby-simplecov-0.7.1/test/helper.rb:3:in `top (required)'
  /tmp/ruby-simplecov-0.7.1/test/test_1_8_fallbacks.rb:1:in `top (required)'
  /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:15:in `block in main'
  /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:4:in `select'
  /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:4:in `main'
MiniTest::Unit::TestCase is now Minitest::Test. From 
/usr/lib/ruby/2.1.0/test/unit/testcase.rb:8:in `module:Unit'
/usr/lib/ruby/2.1.0/test/unit.rb:676:in `class:Runner': undefined method 
`_run_suite' for class `Test::Unit::Runner' (NameError)
  from /usr/lib/ruby/2.1.0/test/unit.rb:261:in `module:Unit'
  from /usr/lib/ruby/2.1.0/test/unit.rb:15:in `module:Test'
  from /usr/lib/ruby/2.1.0/test/unit.rb:7:in `top (required)'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from /tmp/ruby-simplecov-0.7.1/test/helper.rb:3:in `top (required)'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from /tmp/ruby-simplecov-0.7.1/test/test_1_8_fallbacks.rb:1:in `top 
(required)'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:15:in `block in 
main'
  from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:4:in `select'
  from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:4:in `main'
rake aborted!
Command failed with status (1): [ruby -Ilib:test 
-I/usr/lib/ruby/vendor_ruby 
/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb 
test/test_1_8_fallbacks.rb test/test_command_guesser.rb 
test/test_deleted_source.rb test/test_file_list.rb test/test_filters.rb 
test/test_merge_helpers.rb test/test_result.rb test/test_return_codes.rb 
test/test_source_file.rb test/test_source_file_line.rb ]
-e:1:in `main'
Tasks: TOP = default = test
(See full trace by running task with --trace)


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armhf

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Hi,

I can't reproduce the issue. The package builds fine in a sid and jessie
chroot (with sbuild).

Regards,
Andreas
---End Message---
___
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

[DRE-maint] Processing of ruby-beaneater_0.3.3-1_amd64.changes

2014-11-22 Thread Debian FTP Masters
ruby-beaneater_0.3.3-1_amd64.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  ruby-beaneater_0.3.3-1.dsc
  ruby-beaneater_0.3.3.orig.tar.gz
  ruby-beaneater_0.3.3-1.debian.tar.xz
  ruby-beaneater_0.3.3-1_all.deb

Greetings,

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

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


[DRE-maint] Processing of ruby-beaneater_0.3.3-1_amd64.changes

2014-11-22 Thread Debian FTP Masters
ruby-beaneater_0.3.3-1_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-beaneater_0.3.3-1.dsc
  ruby-beaneater_0.3.3.orig.tar.gz
  ruby-beaneater_0.3.3-1.debian.tar.xz
  ruby-beaneater_0.3.3-1_all.deb

Greetings,

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

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


[DRE-maint] ruby-beaneater_0.3.3-1_amd64.changes is NEW

2014-11-22 Thread Debian FTP Masters
binary:ruby-beaneater is NEW.
source:ruby-beaneater 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-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers


[DRE-maint] Processed: reassign to gem2deb

2014-11-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 770618 gem2deb
Bug #770618 [ruby-twitter-text] ruby-twitter-text does not install a gemspec 
file
Bug reassigned from package 'ruby-twitter-text' to 'gem2deb'.
No longer marked as found in versions ruby-twitter-text/1.10.0-1.
Ignoring request to alter fixed versions of bug #770618 to the same values 
previously set
 severity 770618 important
Bug #770618 [gem2deb] ruby-twitter-text does not install a gemspec file
Ignoring request to change severity of Bug 770618 to the same value.
 found 770618 0.10
Bug #770618 [gem2deb] ruby-twitter-text does not install a gemspec file
Marked as found in versions gem2deb/0.10.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
770618: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770618
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[DRE-maint] Bug#770618: strange behaviour when building twitter-text

2014-11-22 Thread Pirate Praveen
On Sunday 23 November 2014 04:11 AM, Pirate Praveen wrote:
 On Saturday 22 November 2014 10:47 PM, Pirate Praveen wrote:
 when I use git-buildpackage I can get the rubygems-integration folder,
 but when built with pbuilder, I don;t see it. My local gem2deb version
 is uptodate (0.10).

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770618

 
 I think its a problem with gem2deb. I found out ruby-fog-core also does
 not have a gemspec installed. I think this happens when metadata.yml is
 missing in the source.
 

I found the root cause,

Invalid gemspec in [fog-core.gemspec]: No such file or directory - git



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

[DRE-maint] Bug#770618: strange behaviour when building twitter-text

2014-11-22 Thread Pirate Praveen
severity -1 wishlist
retitle -1 warn when gemspec file is invalid

On Sunday 23 November 2014 04:33 AM, Pirate Praveen wrote:
 On Sunday 23 November 2014 04:11 AM, Pirate Praveen wrote:
 On Saturday 22 November 2014 10:47 PM, Pirate Praveen wrote:
 when I use git-buildpackage I can get the rubygems-integration folder,
 but when built with pbuilder, I don;t see it. My local gem2deb version
 is uptodate (0.10).

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770618


 I think its a problem with gem2deb. I found out ruby-fog-core also does
 not have a gemspec installed. I think this happens when metadata.yml is
 missing in the source.

 
 I found the root cause,
 
 Invalid gemspec in [fog-core.gemspec]: No such file or directory - git
 

I think we should catch this similar to how we catch rubygems usage.



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

[DRE-maint] Processed: Fwd: Re: strange behaviour when building twitter-text

2014-11-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 770618 wishlist
Bug #770618 [gem2deb] ruby-twitter-text does not install a gemspec file
Severity set to 'wishlist' from 'important'
 retitle 770618 warn when gemspec file is invalid
Bug #770618 [gem2deb] ruby-twitter-text does not install a gemspec file
Changed Bug title to 'warn when gemspec file is invalid' from 
'ruby-twitter-text does not install a gemspec file'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
770618: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770618
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


[DRE-maint] Processing of ruby-fog-core_1.24.0-2_amd64.changes

2014-11-22 Thread Debian FTP Masters
ruby-fog-core_1.24.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-fog-core_1.24.0-2.dsc
  ruby-fog-core_1.24.0-2.debian.tar.xz
  ruby-fog-core_1.24.0-2_all.deb

Greetings,

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

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


[DRE-maint] ruby-fog-core_1.24.0-2_amd64.changes ACCEPTED into experimental

2014-11-22 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Nov 2014 04:58:56 +0530
Source: ruby-fog-core
Binary: ruby-fog-core
Architecture: source all
Version: 1.24.0-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintainers@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description:
 ruby-fog-core - shared classes and tests for fog providers and services
Changes:
 ruby-fog-core (1.24.0-2) experimental; urgency=medium
 .
   * Fix gemspec (remove git usage).
Checksums-Sha1:
 6d2ff8cdd8a9cfedc2349d8b6e156f7165e9df5b 2116 ruby-fog-core_1.24.0-2.dsc
 2e7ea112f8f6e21b0a73b1f2750cf3eb6d66ef49 3160 
ruby-fog-core_1.24.0-2.debian.tar.xz
 121b8db2c48769ab02663f1edd7b4efaf1d95f22 28656 ruby-fog-core_1.24.0-2_all.deb
Checksums-Sha256:
 81cd7ef24c4ae794c7d4c1d6111217fd9e6d4ad5c5747f77a0070bdcf59cdff6 2116 
ruby-fog-core_1.24.0-2.dsc
 dae6d858482348adc55d3faac2d88a38c37d9e3e339b2d3409d25d164ff9321b 3160 
ruby-fog-core_1.24.0-2.debian.tar.xz
 e80190c242ea078a1a3eabf62633d39f612bad681c4ffbc358f60377317e06f2 28656 
ruby-fog-core_1.24.0-2_all.deb
Files:
 7498ac8876562f2a972fccf62adf8103 2116 ruby optional ruby-fog-core_1.24.0-2.dsc
 a1e75e97f683eaaad725602ecfeb6550 3160 ruby optional 
ruby-fog-core_1.24.0-2.debian.tar.xz
 6959f7e481506499905b31f43ce877dd 28656 ruby optional 
ruby-fog-core_1.24.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUcR4HAAoJEM4fnGdFEsIqxs0QAIc5+54z4TcRBALefqmPEqyP
mR2jBQl0s+MYSOQFO9YulmyPfZK4dHO5M5apTlf+OSWejM61iehTFMQ2Cq9tmGjX
+Q2yZ7M62B5071ZRQMhw/wSJvVUyg0moIf4hqC4+V0ocAX1QSZUlHpduy5yglZce
tirKnYYex6neIdnOLcX4OsLjNo/3T6ZrIl1otL33nnC6w58B1Aw1bZiKcRHojn7W
r6NsIiwAtWuhYwnSf+gXx104cJEWWLtZjqAn9xUO1PPnUFg1JDUZHQ0FRo3g0iQy
/cWFUXEtYqDFNW0nXO01tMqvKX+Ai7ALETJwUWe9TtBMHIDds7Z6I1c0ZwIiT53w
a1hGw7mR08q5Aa8PcP0ZBdh9dYXwj3MiFrSIlOZyvqN4GWTtiWZwbVtBX+tV0EgB
Vs0/0W7LPUhZnIWCpYd6w9GpjUffwtdtm06szlIxH2MpYPtpFnInMy4RnZ2Xhcqs
ziqgWOR12n8zSMFkYrPikJ0R6GiBgxA5ogP4U8Q7TopHULjJwpyLkVyHuexBIfoc
5vXchUPjrK3eVB0lLoCQQnnlhXXt916RIAqbbZH+sfK//1f8FRiZwtgXW53mAQgi
vhNoYhzsIGU7hcDV+Qh26Gp0G4mpjpay3o75UCw/MW6Xdi6iSI8YWA5n58cgtAs7
IF9WmFCCblX3JcMA4gju
=UHaj
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


[DRE-maint] serverspec-runner is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
serverspec-runner 0.2.4-1 is marked for autoremoval from testing on 2014-12-11

It is affected by these RC bugs:
769221: serverspec-runner: can't grab templates correctly.


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


[DRE-maint] jekyll is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
jekyll 2.2.0+dfsg-2 is marked for autoremoval from testing on 2014-12-22

It (build-)depends on packages with these RC bugs:
768615: ruby-pygments.rb: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Running tests for ruby2.1 using debian/ruby-tests.rb...


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


[DRE-maint] ruby-omniauth-tumblr is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-omniauth-tumblr 1.1+git.20140424.078c18c746-1 is marked for autoremoval 
from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-omniauth-facebook is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-omniauth-facebook 2.0.0-1 is marked for autoremoval from testing on 
2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-upr is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-upr 0.3.0-2 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768670: ruby-moneta: FTBFS in jessie: build-dependency not installable: 
ruby-activesupport-3.2 (= 3.2.11~)


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


[DRE-maint] ruby-faraday-middleware is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-faraday-middleware 0.9.1-1 is marked for autoremoval from testing on 
2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-faraday-middleware-multi-json is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-faraday-middleware-multi-json 0.0.6-1 is marked for autoremoval from 
testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-faraday is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-faraday 0.9.0-2 is marked for autoremoval from testing on 2014-12-23

It is affected by these RC bugs:
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect


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


[DRE-maint] ruby-httpclient is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-httpclient 2.3.3-3 is marked for autoremoval from testing on 2014-12-23

It is affected by these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect


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


[DRE-maint] ruby-omniauth-wordpress is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-omniauth-wordpress 0.2.1-1 is marked for autoremoval from testing on 
2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-omniauth-google-oauth2 is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-omniauth-google-oauth2 0.2.4-1 is marked for autoremoval from testing on 
2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-omniauth-github is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-omniauth-github 1.1.2-1 is marked for autoremoval from testing on 
2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-octokit is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-octokit 3.3.0-1 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-omniauth-twitter is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-omniauth-twitter 1.0.1-2 is marked for autoremoval from testing on 
2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-sawyer is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-sawyer 0.5.4-1 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-tinder is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-tinder 1.10.0-1 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-omniauth-oauth2 is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-omniauth-oauth2 1.1.2-1 is marked for autoremoval from testing on 
2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-omniauth-openid is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-omniauth-openid 1.0.1-2 is marked for autoremoval from testing on 
2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-typhoeus is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-typhoeus 0.6.8-1 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-omniauth-oauth is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-omniauth-oauth 1.0.1-2 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] rhc is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
rhc 1.30.3-1 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect


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


[DRE-maint] rabbiter is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
rabbiter 2.0.2-1 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] rabbit is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
rabbit 2.1.3-1 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-elasticsearch is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-elasticsearch 1.0.5-2 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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


[DRE-maint] ruby-webmock is marked for autoremoval from testing

2014-11-22 Thread Debian testing autoremoval watch
ruby-webmock 1.19.0-1 is marked for autoremoval from testing on 2014-12-23

It (build-)depends on packages with these RC bugs:
768673: ruby-httpclient: FTBFS in jessie: ERROR: Test ruby2.1 failed: 
Errno::ECONNRESET: Connection reset by peer - SSL_connect
768678: ruby-faraday: FTBFS in jessie: build-dependency not installable: 
ruby-em-synchrony


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