Re: [DRE-maint] unicorn: native systemd service

2015-06-27 Thread Christos Trochalakis

Hello all,

I have recently migrated our main ruby application to systemd implementing zero
downtime upgrades.

systemd doesn't like replacing the binary on the fly. There is one exception to
this, services with PIDFile. When PIDFile is set, systemd reads it when the
main process exits and replaces the main process.  nginx also had this issue a
few months ago [0].

So, in order to support zero-downtime upgrades we have to use a pid file.

[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728015#15

We also have to use `KillMode=mixed`. That way SIGTERM will only be send
to the main process (unicorn master) and not the workers and let unicorn
master deal with stopping its children. If the stop timeout passes
SIGKILL will be sent to all processes.


It is not that usual to add custom actions. I've seen many init.d s scripts
and only few had such things. I think systemd was designed using different
philosophy. I don't know the history but it could be that limited systemd
interface to services is quite intentional. Frankly it is annoying when init.d
script does too much but we can avoid this by offering an additional utility
to do soft restart and you can call it from init.d script as well if you wish.



 Perhaps it will be best to introduce a new binary that user could run on
 upgrade to do zero downtime restart (we can run this utility from
 postinst).
 What do you think?


I also agree with that, we could introduce a `unicornctl` helper script
supporting that kind of things, like `unicornctl upgrade` or `unicornctl
rotate`. That helper shouldn't care if this it runs on a systemd or sysvinit
system.

On more minor note regarding the proposed patch: You can safely use
`update-rc.d` in maintainer scripts, no need to use $(which update-rc.d).

Quoting https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html


Before installation is started, the package management system checks to
see if the programs ldconfig, start-stop-daemon, and update-rc.d can
be found via the PATH environment variable.



___
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-attr-required_1.0.0-2_i386.changes ACCEPTED into unstable

2015-06-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Jun 2015 12:43:31 +0530
Source: ruby-attr-required
Binary: ruby-attr-required
Architecture: source all
Version: 1.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintainers@lists.alioth.debian.org
Changed-By: Balasankar C balasank...@autistici.org
Description:
 ruby-attr-required - attr_required and attr_optional support for Ruby
Changes:
 ruby-attr-required (1.0.0-2) unstable; urgency=medium
 .
   * Modify tests to support RSpec 3
Checksums-Sha1:
 b77bbb35d167403c17cc617822fe687090ad1250 1789 ruby-attr-required_1.0.0-2.dsc
 f026046fc7c94294239126330c48639fca3d8ad7 3848 
ruby-attr-required_1.0.0-2.debian.tar.xz
 d626d299c845f7ffe8de7981720566943fcd8aa6 4418 
ruby-attr-required_1.0.0-2_all.deb
Checksums-Sha256:
 62a7765e6c7099aa19a04c49bce77a8c341f09ccb527ba1faa4dbfdcd9e6f501 1789 
ruby-attr-required_1.0.0-2.dsc
 57e1509efb5871130288a46a73dd28609c7996e93d6aa1b34f4ad73e171876e1 3848 
ruby-attr-required_1.0.0-2.debian.tar.xz
 9293c0f811917d37f05f78c34a3542c1da530161fcaf0f43e8e76b9b0d3b34fd 4418 
ruby-attr-required_1.0.0-2_all.deb
Files:
 ecf375dbeaa7a3f5774805720f33b20c 1789 ruby optional 
ruby-attr-required_1.0.0-2.dsc
 bd0fa9148c37466d7c6fe531bc443283 3848 ruby optional 
ruby-attr-required_1.0.0-2.debian.tar.xz
 9fa1b99e62d5b67626bbfac5150374a7 4418 ruby optional 
ruby-attr-required_1.0.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCgAGBQJVjlEWAAoJEJbtq5sua3FxPksIAKO/QmzUVluRekaNz+RXTpY5
4n42L+0ZKkMqpOXS+aBAx0NOJ9VKcVXYWgG7Mzbw1oDs9KxaeIJ3nJx+sBeVV0i6
Tfo9Xd1I47J3KVXs4yFNOeQr+Qyd0HeXljmC6CDF5VmrrV0QxX8HpZBsnUuODeE6
BqRGbOHc58RYJfcaO0M3XJJhLIf+f4L+FDFowN64rO+nMK4Ma9VDnLJ6ea2P/YOx
LdiOMB9Yjwk0PJYNmMi+ThDLsZS00xthFSehM9cUjeQIOu2deHp+A1kl4b40zS7t
hTH6Ngg+pU4uoNjYPzE4zAYErA2N3EQAIdL/+xgLvMBz33LCdiPH7CPKOIEztp8=
=DlX5
-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] ruby-get-process-mem_0.2.0-2_i386.changes ACCEPTED into unstable

2015-06-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 22 Jun 2015 18:24:57 +0530
Source: ruby-get-process-mem
Binary: ruby-get-process-mem
Architecture: source all
Version: 0.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintainers@lists.alioth.debian.org
Changed-By: Balasankar C balasank...@autistici.org
Description:
 ruby-get-process-mem - get memory usage of a process in Ruby
Changes:
 ruby-get-process-mem (0.2.0-2) unstable; urgency=medium
 .
   * Add test-unit as build dep, to successfully build with Ruby 2.2
Checksums-Sha1:
 66a48f845135b944d09c5b58db7cbed5aa0591ab 1803 ruby-get-process-mem_0.2.0-2.dsc
 c53a9ac29ed3c70cd2017b2183b8a68fdb7e9524 2832 
ruby-get-process-mem_0.2.0-2.debian.tar.xz
 bfa04461d6ef0ffa2a1c78c650978f83fb1396e2 4928 
ruby-get-process-mem_0.2.0-2_all.deb
Checksums-Sha256:
 7ae519689e5c6ce003d37d9ed0e5dc934dc51a4b0c98133b7f146dcf71ce8e6b 1803 
ruby-get-process-mem_0.2.0-2.dsc
 f572980b8ec28c7bfc168ed9613ac6864dd278b26121ea446c23120cb1e38fa3 2832 
ruby-get-process-mem_0.2.0-2.debian.tar.xz
 c99b7276b8dfc02b359a0588c62daaee91660e125b4dcf72f8229a221b174bd4 4928 
ruby-get-process-mem_0.2.0-2_all.deb
Files:
 1a21d3752aa672abbf0b58f43ff46930 1803 ruby optional 
ruby-get-process-mem_0.2.0-2.dsc
 c04ded77e2e14b9c6a29fb802595ad4e 2832 ruby optional 
ruby-get-process-mem_0.2.0-2.debian.tar.xz
 d699817bbecc113da676fc005b70c969 4928 ruby optional 
ruby-get-process-mem_0.2.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCgAGBQJVjmbCAAoJEJbtq5sua3FxEScIAJVCuqYytSPUzZZaqaM2Ck5h
Z0s2i7cQBspa96quFmVkG553YzuKG3THID2lFILqbcpdssWeTxn5sFMfldCW3wSa
yAAGu8jdnsJLXvULcjBf+VGz2IBgIDBSZKKxFIVWCswVyyOKWlQvh/cTTuQ88CGl
jWiN7hiGy3KNn52zife4GImLiXn5h0a3Li8UIxEULMM10GUMynO4gjSQf+zjgZTJ
3kKgZA+BnJj+dv1mUFgxO3dQ0xMYZ0GjhcUCjKz0tXd+xgLNsRHaC8OP2lWuooez
07kgNCGiYm8+jIk/wxorZUzYlGV19HNR6FNBHlSrGhOvDlwFHLNoWLenGsbbiiU=
=y2t2
-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] Processed: Goocanvas-2.0 ready for sponsorship

2015-06-27 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 pending
Bug #764688 [src:goocanvas] goocanvas: Bring goocanvas 2.x to Debian sid
Added tag(s) pending.

-- 
764688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764688
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#789738: ruby-crass: ftbfs when locales-all is installed but not locales

2015-06-27 Thread Balasankar C
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On Tue, 23 Jun 2015 23:52:09 + Mattia Rizzolo mat...@mapreri.org
wrote:
 
 I've cloned+reassigned this bug to ruby-crass too since it's
 affected by the same issue.
Can I add a Build-Conflicts:locales-all and close this issue? Or,
should I wait for some other solution?

- -- 
Regards
Balasankar C
http://balasankarc.in
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCgAGBQJVjlHYAAoJEJbtq5sua3FxJqwIAJO2MFqgqjaYthdTOGiOdzaT
YvEq1DStIfze4oJ3GFI04+x4t2n6SM7K1SwuqHITZPQ+wQjZU6jRid/Nskrc+uew
Q5AYODc/lbz3oIZa3SMPyAXQfg1/FAJAX587e4ZMTo1LTexTTc+r8f+1QtDwKdWg
3JRwVHebY2W1XL499X4B7uU4Vea1+BPqqsKmme1WvPDJIPFaUYs1Ca8sE5Q3fmD/
hiLRrdbvkaSxArm3RonSIQg8uCMr2lRkDqiXRfTGytkezYqrKFDQHXGQm6bY7Zpw
pEK3vxwHlo+PxESQ4vbY8cv5NoBWq1RDAH/XG6jTQ8KyifwzNPyaZLQ2SwLGiPA=
=jA3R
-END PGP SIGNATURE-


0x2E6B7171.asc
Description: application/pgp-keys
___
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#764688: Goocanvas-2.0 ready for sponsorship

2015-06-27 Thread Ross Gammon
Control: tags -1 pending

Hi,

I am just updating the status of this bug (bit late I know!).

goocanvas has been orphaned by the MIA team:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766612

It has been decided to rename the latest goocanvas (2.0.2) source
package to goocanvas-2.0 because both the old and new can live together
side by side, and it avoids an urgent transition. This has actually
already happened in Ubuntu.

I have prepared a package for this, and it is sitting on mentors waiting
for sponsorship:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788475

regards,

Ross



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] Processing of ruby-attr-required_1.0.0-2_i386.changes

2015-06-27 Thread Debian FTP Masters
ruby-attr-required_1.0.0-2_i386.changes uploaded successfully to localhost
along with the files:
  ruby-attr-required_1.0.0-2.dsc
  ruby-attr-required_1.0.0-2.debian.tar.xz
  ruby-attr-required_1.0.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] [RFC] emulate sd_listen_fds for systemd support

2015-06-27 Thread Eric Wong
Unfortunately, testing this is tricky because FD=3
(SD_LISTEN_FDS_START) tends to be grabbed by (MRI) Ruby 1.9.3
and onwards for the internal self-pipe.

So for now, I've manually tested this with a systemd installation

Disclaimer: this is also my first experience using systemd
---
  Eric Wong e...@80x24.org wrote:
   OK, I'll probably add LISTEN_FDS and LISTEN_PID support to unicorn
   directly so the wrapper is unnecessary.

 lib/unicorn/http_server.rb | 16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/lib/unicorn/http_server.rb b/lib/unicorn/http_server.rb
index 297b9f9..0f97516 100644
--- a/lib/unicorn/http_server.rb
+++ b/lib/unicorn/http_server.rb
@@ -766,12 +766,22 @@ def redirect_io(io, path)
   def inherit_listeners!
 # inherit sockets from parents, they need to be plain Socket objects
 # before they become Kgio::UNIXServer or Kgio::TCPServer
-inherited = ENV['UNICORN_FD'].to_s.split(',').map do |fd|
-  io = Socket.for_fd(fd.to_i)
+inherited = ENV['UNICORN_FD'].to_s.split(',')
+
+# emulate sd_listen_fds() for systemd
+sd_pid, sd_fds = ENV.values_at('LISTEN_PID', 'LISTEN_FDS')
+if sd_pid  sd_pid.to_i == $$
+  # 3 = SD_LISTEN_FDS_START
+  inherited.concat((3...(3 + sd_fds.to_i)).map { |fd| Socket.for_fd(fd) })
+end
+# to ease debugging, we will not unset LISTEN_PID and LISTEN_FDS
+
+inherited.map! do |fd|
+  io = String === fd ? Socket.for_fd(fd.to_i) : fd
   io.autoclose = false
   io = server_cast(io)
   set_server_sockopt(io, listener_opts[sock_name(io)])
-  logger.info inherited addr=#{sock_name(io)} fd=#{fd}
+  logger.info inherited addr=#{sock_name(io)} fd=#{io.fileno}
   io
 end
 
-- 
EW

___
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


Re: [DRE-maint] unicorn: native systemd service

2015-06-27 Thread Eric Wong
Christos Trochalakis yati...@ideopolis.gr wrote:
 On Thu, Jun 25, 2015 at 11:26:26PM +, Eric Wong wrote:
 With socket activation, you should just be able to kill unicorn using
 SIGQUIT (just master, or even all workers) and restart without ever
 dropping a connection.  I do NOT suggest using SIGTERM for unicorn,
 since that'll cause the master to kill all workers ASAP.
 
 Yes, you are right socket activation is also an option! I have made some
 experiments with a simple rack app to test it.
 
 systemd uses the LISTEN_FDS env variable that is an integer indicating the
 number of inherited file descriptors. Those FDs have consecutive numbers
 starting from `SD_LISTEN_FDS_START` which is `3` (man sd_listen_fds).
 
 So for example if LISTEN_FDS=2, UNICORN_FD should be 3,4. I used a
 simple wrapper script for that. Here is the full configuration:

OK, I'll probably add LISTEN_FDS and LISTEN_PID support to unicorn
directly so the wrapper is unnecessary.

snip

 KillMode=mixed

I don't think KillMode=mixed is necessary, here.  systemd can send
SIGQUIT to workers.

snip

 TCP socket options are not applied by unicorn on inherited sockets (TCPSocket
 === sock is false). systemd socket files have support for most options now but
 we might want unicorn to `setsockopt` them as well. For example,
 'DeferAcceptSec', 'KeepAliveIntervalSec', 'NoDelay' are supported since v216, 
 so
 they are not available in jessie (v215).

They are now :)

http://bogomips.org/unicorn-public/m/1435373879-4299-1-git-send-emai...@80x24.org.txt

We don't have KeepAliveIntervalSec
(aka TCP_KEEPINTVL) since it's not-portable and probably over
Are you sure about that?

 socket activation is a really interesting setup, but personally I would not 
 run
 it with a large application. Clients would have to wait for the new master to
 be up and running before a reply is returned, and that could take tenths of
 seconds. The USR2 rexec solves that problem since both old and new workers are
 accepting on the socket and we can kill the old ones when we are ready. In 
 that
 case the PIDFile trick is handy to support zero downtime restarts with no
 latency.

Is it possible to make systemd fire up two unicorn masters?
That would be a nice feature to have with socket activation.

___
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


Re: [DRE-maint] unicorn: native systemd service

2015-06-27 Thread Eric Wong
+Cc unicorn-public list 
Christos Trochalakis chris...@skroutz.gr wrote:
 Hello all,
 
 I have recently migrated our main ruby application to systemd implementing 
 zero
 downtime upgrades.
 
 systemd doesn't like replacing the binary on the fly. There is one exception 
 to
 this, services with PIDFile. When PIDFile is set, systemd reads it when the
 main process exits and replaces the main process.  nginx also had this issue a
 few months ago [0].
 
 So, in order to support zero-downtime upgrades we have to use a pid file.

I don't think so.  You should be able to bind the listen socket in
systemd and rely on the socket activation features (setting the
UNICORN_FD environment variable to the created FD).

You still need to have the matching listen directive in the unicorn
config file so unicorn does not close it.

With socket activation, you should just be able to kill unicorn using
SIGQUIT (just master, or even all workers) and restart without ever
dropping a connection.  I do NOT suggest using SIGTERM for unicorn,
since that'll cause the master to kill all workers ASAP.

If the master dies before the workers (e.g. from SIGKILL),
systemd ought to just ignore the workers.

I don't actually know the systemd config at all, but anybody familiar
with systemd socket activation should have no problems setting the
UNICORN_FD env.

___
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


Re: [DRE-maint] unicorn: native systemd service

2015-06-27 Thread Eric Wong
Dmitry Smirnov only...@debian.org wrote:
 On Wed, 24 Jun 2015 23:26:49 Eric Wong wrote:
  Dmitry: unicorn upstream here, is there anything in unicorn itself
  can do to make systemd integration easier?
 
 Thank you very much for keeping an eye on us and for all your help.
 I'm not sure if we need anything special -- let me experiment more with soft 
 restart and maybe I'll come back to you with questions. :)

No problem!  I basically live and breathe plain-text email,
so Debian is a good fit for me :)

  I haven't had much interest or time to dig into systemd, but I'm willing
  to put some effort into making unicorn work more smoothly with systemd
  (and any other Free Software process managers/init systems).
 
 Great. I'm entertaining idea of modifying init scripts to make soft restart 
 the default behaviour. Is there are any risks or drawbacks of always 
 attempting soft restart instead of normal restart? What do you think?

Probably not...  I almost regret making SIGTERM behave like nginx
instead of making SIGTERM identical to SIGQUIT.  OTOH, matching
nginx might make learning to use nginx (after learning unicorn signals)
easier.

I've certainly never used SIGTERM on unicorn or nginx myself.
Occasionally I've managed to break the RubyVM enough to require SIGKILL,
but I think using SIGTERM is unnecessary other than as training wheels
for nginx.

___
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-get-process-mem_0.2.0-2_i386.changes

2015-06-27 Thread Debian FTP Masters
ruby-get-process-mem_0.2.0-2_i386.changes uploaded successfully to localhost
along with the files:
  ruby-get-process-mem_0.2.0-2.dsc
  ruby-get-process-mem_0.2.0-2.debian.tar.xz
  ruby-get-process-mem_0.2.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] Bug#789738: ruby-crass: ftbfs when locales-all is installed but not locales

2015-06-27 Thread Mattia Rizzolo
On Sat, Jun 27, 2015 at 01:03:44PM +0530, Balasankar C wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
 On Tue, 23 Jun 2015 23:52:09 + Mattia Rizzolo mat...@mapreri.org
 wrote:
  
  I've cloned+reassigned this bug to ruby-crass too since it's
  affected by the same issue.
 Can I add a Build-Conflicts:locales-all and close this issue? Or,
 should I wait for some other solution?

build-conflicting on locales-all is good enough, yes.


-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540 .''`.
more about me:  http://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-


signature.asc
Description: 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] Processing of ruby-celluloid_0.16.0-3_amd64.changes

2015-06-27 Thread Debian FTP Masters
ruby-celluloid_0.16.0-3_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-celluloid_0.16.0-3.dsc
  ruby-celluloid_0.16.0-3.debian.tar.xz
  ruby-celluloid_0.16.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-celluloid_0.16.0-3_amd64.changes ACCEPTED into unstable

2015-06-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 26 Jun 2015 17:18:50 +0300
Source: ruby-celluloid
Binary: ruby-celluloid
Architecture: source all
Version: 0.16.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintainers@lists.alioth.debian.org
Changed-By: Hleb Valoshka 375...@gmail.com
Description:
 ruby-celluloid - actor-based concurrent object framework for ruby
Changes:
 ruby-celluloid (0.16.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Add patch with backported upstream commits for RSpec3 compatibility
Checksums-Sha1:
 7b9286e2e98040d4e8a3f17edd2ab3539310c1b2 2115 ruby-celluloid_0.16.0-3.dsc
 06518b37db3b50ea9b35f432d0b2f3df26f4b83a 15044 
ruby-celluloid_0.16.0-3.debian.tar.xz
 1a00f4bbc9508f68da93ffaabbf4ce85ade09582 39842 ruby-celluloid_0.16.0-3_all.deb
Checksums-Sha256:
 6fe178444c7fa230154c25d1eb214d4a3f50dc14283e697aa7e7a4da09ca90be 2115 
ruby-celluloid_0.16.0-3.dsc
 83dade413d527448613c783e3cc45ccc81a79010cc41cd53d91b7044457ba071 15044 
ruby-celluloid_0.16.0-3.debian.tar.xz
 bbfc8892d45c84d3eae40879263c8d14ab3531e46e491dd6dc1fb63ccaf6ca12 39842 
ruby-celluloid_0.16.0-3_all.deb
Files:
 4156dde25e7d29429acfbef237d7d892 2115 ruby optional ruby-celluloid_0.16.0-3.dsc
 e7d4f381f30f775e31685da80b216e7c 15044 ruby optional 
ruby-celluloid_0.16.0-3.debian.tar.xz
 fca2070d6202dd5eb1d87d543138f5ca 39842 ruby optional 
ruby-celluloid_0.16.0-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVjqSOAAoJENpJWPYR4Unpj9AQAJikXKnpHaNbMfjnVazY/bDr
Ly+ggzlc/KXjdg63WerR9ey9bha1dqTdYd2HXTsgx+/RtYw/DY3ecfS88XZnc0UW
aY3BmXE+QOiUwSk1b2yNj8IZUmMhQXKOV1eo94MBgNmtbMSVuMcdBbC4mkvcwMQX
yVF8Kmv1ypa1lVE/K3ILmhM+BHb72MmF9iXqzP0nAS++QeJcptwicnxrMezSNapP
bg/40EqrPddqnQ//DRxWUJtJ3rSEx455Y422vKg5TA+ffCWLUw8BWYwIoBquAenS
Fn7zzAGm7fb1vZ9/Te3qdQHd0wIbPXPSJtoYbTzdyecT2uWS+l+KYGB/R6G/Ti2g
WTENLw4HQcpzPdZ1hG2ii/Bu/1eh9TFA9WxGw1ONIpJHkyWBk7AXyuVjjh6T/aJ1
U7MzP0BNrd4tkb6FfEpWJCzQaALLLDLVmn8IPUGRs+Bqv8jyYAst/eXMJrW03Oau
Jlu+UPhS1JreK5lOn/Hb+Y73I+vvUuIQmHWd/s3zcfErx0D4AxpEpLOYAuxQ7dij
QZQJrGXCGifAfcTV31mJR66ptl4oWAdaNXcbcuKwOyaC2kUO0RkjjROQ4TtR49Pi
gsc+OEuG3meAVzCcKEUzQF5nrV9E1w9eWbMZSFbZpGrjCdZJ3YZASZzUBJaUG1pV
R9BHPpIgc2Pg4RgXEd+/
=zrTG
-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-crass_1.0.2-2_i386.changes

2015-06-27 Thread Debian FTP Masters
ruby-crass_1.0.2-2_i386.changes uploaded successfully to localhost
along with the files:
  ruby-crass_1.0.2-2.dsc
  ruby-crass_1.0.2-2.debian.tar.xz
  ruby-crass_1.0.2-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] Bug#790134: rhc: depends on ruby-rspec ( 2.99) but sid has 3.3.0c0e0m0s0-1

2015-06-27 Thread Emilio Pozuelo Monfort
Package: rhc
Version: 1.35.4-1
Severity: serious

Your package depends on ruby-rspec ( 2.99), ruby-rspec (= 2.8.0), but sid
has ruby-rspec 3.3.0c0e0m0s0-1. Please update your package to work with that.

Emilio

___
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#790194: ruby-gnome2: depends on vte which is deprecated

2015-06-27 Thread pochu
Source: ruby-gnome2
Severity: important
Tags: sid stretch
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: oldlibs vte

Hi,

ruby-gnome2 depends on python-vte / libvte9, which are deprecated in
favor of gir1.2-vte-2.91 / libvte-2.91-0. Thus we want to remove
src:vte from the archive. ruby-gnome2 should switch to the new vte
version.

Please try to do this before the Stretch release as we're going to
try to remove src:vte this cycle.

We'll bump this to serious when the list of rdeps is small and we're
getting ready to removing vte completely.

If you have any question don't hesitate to ask.

Emilio 

___
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-crass_1.0.2-2_i386.changes ACCEPTED into unstable

2015-06-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Jun 2015 19:58:05 +0530
Source: ruby-crass
Binary: ruby-crass
Architecture: source all
Version: 1.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintainers@lists.alioth.debian.org
Changed-By: Balasankar C balasank...@autistici.org
Description:
 ruby-crass - CSS parser based on the CSS Syntax Level 3 draft
Changes:
 ruby-crass (1.0.2-2) unstable; urgency=medium
 .
   * Add locales-all to Build-Conflicts, to make package reproducible
Checksums-Sha1:
 9e1df0c34fb229f1f76551993bd7c7649fc52b07 1742 ruby-crass_1.0.2-2.dsc
 9149ceb61545aef28373541713dedf208d0d0317 3940 ruby-crass_1.0.2-2.debian.tar.xz
 5490250c62e924fc53e7613e92a23204a0bafb09 17186 ruby-crass_1.0.2-2_all.deb
Checksums-Sha256:
 4a66bd88c6e00cdfc8369d7320032f4e34cee9bee926593313eb405ba1934976 1742 
ruby-crass_1.0.2-2.dsc
 3626314830f147c33e6541c066368604df0a0f5d133ede5467f0f738396a5e31 3940 
ruby-crass_1.0.2-2.debian.tar.xz
 3bb9b4c9e124e390bc5ea9fc9d97c9409f33ad2ded937a3f7ac535cb1606487a 17186 
ruby-crass_1.0.2-2_all.deb
Files:
 6991bebcf3899986c19d1ed6c097a347 1742 ruby optional ruby-crass_1.0.2-2.dsc
 5da88945d6a59a7652bd03565bd83534 3940 ruby optional 
ruby-crass_1.0.2-2.debian.tar.xz
 ff196d963f81330efc6acf8cdc40a30e 17186 ruby optional ruby-crass_1.0.2-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCgAGBQJVjrVhAAoJEJbtq5sua3Fx2tsH/jr70tvDYE9WlaYyHrQ3ZZJI
YP7NkosLsoSaaCejyTdH82AgKFvGFq0/ZRFDOzj9Am+15GiOsTswyo6Yigxu/KHi
jb/X90qnc1R/RnvQNakhkHTUx1UXYioeUrgtuoAC8FTdPAASZF8hg2Qwd4Wm8+vC
fcPxfdbTl8yzIfAXmqfGT66ZyLsmDwoXWsNOfWnDFQjbCSfHCnJab+0C99SLlNyr
IEm6LALyN8SbEktjeBznT1kW0SCoea2H1lWGadpBqWktaxd5dteNNIsNZoNkSvY7
kUMYUXFpTYKSYgWTqqbb/8BcUSk6/e6AUfynLGNsjhUMXBAXhRj1qF232b0fn7g=
=Ubno
-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] ruby-rotp 2.1.1+dfsg-1 MIGRATED to testing

2015-06-27 Thread Debian testing watch
FYI: The status of the ruby-rotp source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2.1.1+dfsg-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-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 0.2.2-1 MIGRATED to testing

2015-06-27 Thread Debian testing watch
FYI: The status of the ruby-omniauth-wordpress source package
in Debian's testing distribution has changed.

  Previous version: 0.2.1-2
  Current version:  0.2.2-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-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 2.0.1-1 MIGRATED to testing

2015-06-27 Thread Debian testing watch
FYI: The status of the ruby-omniauth-facebook source package
in Debian's testing distribution has changed.

  Previous version: 2.0.0-1
  Current version:  2.0.1-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-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-mizuho 0.9.20+dfsg-1 MIGRATED to testing

2015-06-27 Thread Debian testing watch
FYI: The status of the ruby-mizuho source package
in Debian's testing distribution has changed.

  Previous version: 0.9.19+dfsg-1
  Current version:  0.9.20+dfsg-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-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-foreigner 1.7.4-1 MIGRATED to testing

2015-06-27 Thread Debian testing watch
FYI: The status of the ruby-foreigner source package
in Debian's testing distribution has changed.

  Previous version: 1.6.1-1
  Current version:  1.7.4-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-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-solve_2.0.1-1_amd64.changes is NEW

2015-06-27 Thread Debian FTP Masters
binary:ruby-solve is NEW.
source:ruby-solve 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] Bug#789605: Bug#789605: sup-mail: Get a Redwood::Index::ParseError when searching for the paragraph sign

2015-06-27 Thread Per Andersson
forwarded https://github.com/sup-heliotrope/sup/pull/444
kthxbye

On Mon, Jun 22, 2015 at 5:44 PM, Valentin Heinz report...@inktrap.org wrote:
 Package: sup-mail
 Version: 0.20.0-1
 Severity: normal

 Dear Maintainer,

* What led up to the situation?

I searched in sup via '\' all messages for the paragraph sign '§'.
and got the message:

Problem: Redwood::Index::ParseError!

* What exactly did you do (or not do) that was effective (or
  ineffective)?

Checked xapian query language
http://xapian.org/docs/queryparser.html

Tried to escape it '\§'.

* What was the outcome of this action?

 Paragraph is not a special item. Escaping does not work.
 Regardless, Redwood should not crash.

* What outcome did you expect instead?

 Normal search for § as a token.

Xapian does not index special characters as search terms by
default. Hence it will not be possible to search for them. It
seems to be possible with some customization though. See
xapian-discuss for some clarification


http://grokbase.com/t/xapian/xapian-discuss/0842sy96ck/using-special-characters-in-query-terms#20080402c9j4zsq14dnn99j0wfyn96kf24

I have forwarded a patch upstream to clarify the error presented
to the user.

Thanks for your attention to detail!


--
Per

___
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 tdiary_3.2.2-4_amd64.changes

2015-06-27 Thread Debian FTP Masters
tdiary_3.2.2-4_amd64.changes uploaded successfully to localhost
along with the files:
  tdiary_3.2.2-4.dsc
  tdiary_3.2.2-4.debian.tar.xz
  tdiary-plugin_3.2.2-4_all.deb
  tdiary-theme_3.2.2-4_all.deb
  tdiary_3.2.2-4_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] Processing of ruby-solve_2.0.1-1_amd64.changes

2015-06-27 Thread Debian FTP Masters
ruby-solve_2.0.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-solve_2.0.1-1.dsc
  ruby-solve_2.0.1.orig.tar.gz
  ruby-solve_2.0.1-1.debian.tar.xz
  ruby-solve_2.0.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] Processing of ruby-mechanize_2.7.3-1_amd64.changes

2015-06-27 Thread Debian FTP Masters
ruby-mechanize_2.7.3-1_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-mechanize_2.7.3-1.dsc
  ruby-mechanize_2.7.3.orig.tar.gz
  ruby-mechanize_2.7.3-1.debian.tar.xz
  ruby-mechanize_2.7.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] tdiary_3.2.2-4_amd64.changes ACCEPTED into unstable

2015-06-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Jun 2015 01:46:56 +0200
Source: tdiary
Binary: tdiary tdiary-theme tdiary-plugin
Architecture: source all
Version: 3.2.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintainers@lists.alioth.debian.org
Changed-By: Christian Hofstaedtler z...@debian.org
Description:
 tdiary - Communication-friendly weblog system
 tdiary-plugin - Plugins of tDiary to add functionalities
 tdiary-theme - Themes of tDiary to change the design
Changes:
 tdiary (3.2.2-4) unstable; urgency=medium
 .
   * Team upload.
   * Port to ruby-fastimage, replacing ruby-imagesize
   * Bump Standards-Version to 3.9.6 (no addtl changes)
   * Assume TADA Tadashi is author for uncredited files
Checksums-Sha1:
 ed3157ffef689bc83f240824b41499895ea05902 2121 tdiary_3.2.2-4.dsc
 dfe1f2b55446c71a6c242fc68dbfd7756074e28e 23024 tdiary_3.2.2-4.debian.tar.xz
 4c710d05e46b49d4cdf639a148739bfa16e8e0b7 209624 tdiary-plugin_3.2.2-4_all.deb
 025ddb524e378413b00a03a591046bd9cd2c22be 3355928 tdiary-theme_3.2.2-4_all.deb
 0cbcb856e3b7335b2766c9d59083cf9bad63face 160388 tdiary_3.2.2-4_all.deb
Checksums-Sha256:
 e177541e5a4c7c1297367530a11f7819d3ee6eafb0da8c8b9a95cd06a0524ddf 2121 
tdiary_3.2.2-4.dsc
 aa10c60c50af9ebfe91f182774807f7b8a241c3d5fd601b26158fff05639cad7 23024 
tdiary_3.2.2-4.debian.tar.xz
 4f22fe17caee4445d2dcfb68e4090889eb6272b28e86d786d2c6cb0e12f6cce0 209624 
tdiary-plugin_3.2.2-4_all.deb
 c043a4ff8122e269b51c76a309193dd8eddb6766d5dc362a04d9efdec2d57d7d 3355928 
tdiary-theme_3.2.2-4_all.deb
 20cbd5c568ed84ad83bdb12f22953d72154247a9a54c981bfc33e29b2385f862 160388 
tdiary_3.2.2-4_all.deb
Files:
 b947c99ed5501bdccd5a08576e167846 2121 web optional tdiary_3.2.2-4.dsc
 fa9df68a2065c3a343cacb86985e4838 23024 web optional 
tdiary_3.2.2-4.debian.tar.xz
 eb4580d86223bd4671fc24722dcddfc7 209624 web optional 
tdiary-plugin_3.2.2-4_all.deb
 44a2454842ece2e4b13fc490bcb11015 3355928 web optional 
tdiary-theme_3.2.2-4_all.deb
 76246685070becd8bea6d10d860cf7ce 160388 web optional tdiary_3.2.2-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVjzcDAAoJEFwT1tuTBS4D9LkP/jZyDeJLcTq3XOQh1O43lgXF
jNTsCHHa01/cADxinxfiZVC62JN4145oXYcNsiWIapnucJbcS9UokoFde6W2KgAN
f2Ya6xsXXA4Ja3sVFLHEGBo9T6rEXVq27mMGVNG5jzwvV5984vKoTm/8YQyoONYh
z2V1SVZowCvf6qx+e5atSJeixfVZwgU5TiOEwHNqR+B+neywxwSeAAZNZdt3NEj4
pxboizSU6YiC0CBRC3OaiK7gh+vW9PcEWziLpC9SzlJfFjtLqdRlNfzm/9WEcOf2
OujPvaqPl3UW6FvBLm0suybPObnt43yDQRURVfZmseqSUvt2N2OQO5eD5m+kwvgp
nK01mHLHHyB57+x9TlqI9ILX4YmoRCZSbQ01R7uKIFCpSJdCKrTbmJHXy+bq++RD
A8rl7wCC/A88gfan4uzOyiW11BenHsscTM9Fnib1vvTrtZp/mtycwVgXtVsnXuhu
ry84Te0MZj0T+kX5Sl+KUnHuDtjRnnTLL6PesN+1NKvwerukuisd1mtq4ilD97Ks
2fW+AJZNW8Wv69e+2wtjIQUhp2T1vHW0jwgjDx+unysuCV5ft9BIYHkykMQkMxgq
+uFauqt+nIRFUawf0Kexnc3O4yeyLTXBZXski2Rs/goK3YtS3y2uPjvMlgaj9q0G
oOMQOFEPSZasAPRQKrSn
=BR00
-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 bundler_1.10.5-1_amd64.changes

2015-06-27 Thread Debian FTP Masters
bundler_1.10.5-1_amd64.changes uploaded successfully to localhost
along with the files:
  bundler_1.10.5-1.dsc
  bundler_1.10.5.orig.tar.gz
  bundler_1.10.5-1.debian.tar.xz
  bundler_1.10.5-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] bundler_1.10.5-1_amd64.changes ACCEPTED into unstable

2015-06-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Jun 2015 02:43:48 +0200
Source: bundler
Binary: bundler
Architecture: source all
Version: 1.10.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintainers@lists.alioth.debian.org
Changed-By: Christian Hofstaedtler z...@debian.org
Description:
 bundler- Manage Ruby application dependencies
Changes:
 bundler (1.10.5-1) unstable; urgency=medium
 .
   * Imported Upstream version 1.10.5
   * Add ruby-dev to debian/tests requirements, hopefully fixing tests
 on ci.debian.net.
Checksums-Sha1:
 f3693dc939ea1c6203f6538cfb8afa4a9f79a56c 2078 bundler_1.10.5-1.dsc
 883537fe2a7205360f7eef78c6a6d01c1d4d2798 260082 bundler_1.10.5.orig.tar.gz
 2047f67611cbeae2fdefa3fe2161035ab4b80faf 5164 bundler_1.10.5-1.debian.tar.xz
 a4f2b1ff4bf2136a92cf8407bd09d33a7dcaa71f 167070 bundler_1.10.5-1_all.deb
Checksums-Sha256:
 6012be3eff51411d3eaed557a3b5350e0ce8cb18d5a0a3276da9413881305b10 2078 
bundler_1.10.5-1.dsc
 0aa763a0e79e56a17674f8029a26f82c2c9cd6e1e3a69ef3d14a22d8260a7104 260082 
bundler_1.10.5.orig.tar.gz
 b7eba03fb9f4f24531bb7eadd2d92e3d243106a64e7c3fa64932a502c768a2d2 5164 
bundler_1.10.5-1.debian.tar.xz
 e93f22f532140d9f7a3a5adcc1ca1ee19f61cbe257e72dedba54116f9116ab9e 167070 
bundler_1.10.5-1_all.deb
Files:
 7d2d1ffb4087acb03a19fc26e26cd85b 2078 ruby optional bundler_1.10.5-1.dsc
 92df8a6bee2d16f837a2b81d3e72c9b7 260082 ruby optional 
bundler_1.10.5.orig.tar.gz
 6c1bd579546c0097492bf62d278b7cb3 5164 ruby optional 
bundler_1.10.5-1.debian.tar.xz
 cc480a4fadb09fe4a5dcddf33d59d97a 167070 ruby optional bundler_1.10.5-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVj0R0AAoJEFwT1tuTBS4DL6sP/0b8h2CzLgzOoNsyv0b1IxEY
tfjyZ6mz8yH/U/iCVq8SUmxGXzbWZQD5jzgiGc1zxNgt0cx5f+4HKbfoFT7z8UKf
bUjgM/kurUukOXsKudjaHYK/f4rSubSViFkW7HdB7LCdp9EEyoDUmQiJQ8xVUJyh
l6MDAaw1iOdWj8eaD4woHK0MgmDd0ATV/Ag0Ab7SUbwtaE2b0dUajXr/mJ3nCyPz
r2LvNOCJH1GngXYOoNNocoSxSYZAYej8N9/AfMaq0vlj+d/I8n0DnXlNmH6oyMgs
Z+q0r8eyxb/nR6EqX76nwpqLY9IPJjMXB9iZXX62CNeq8sud0Jv3fxsbydaBRbW1
GNT3VUjGq7521B5qtbHjsgR2c/JZ3mYvRY/7ywnFZaPKAfur8N9DmMLFhwTdhoxH
jo3W0EPNQTdRfQMuQZrD/S86KNwur6cjqGNItHuu9/6DBhjeN9UEX5sa+jBAL5rn
6Yb7VpHFcy10qoRBO8vNiAmPAVQEo0OlbVtU/btV/VXB8Vr+0GDWoxaGhmAQ20Hw
+4QbaeilYDZHXSL8xeed0fkjRRfdIiI7IGlYSYuPCmlWoRwxwVdr2iTdAirM1Exb
TD/zhtibUhzCbCcEjyyrzg2UJSc42/6RyZ7OIAMpy53d4E9qJUuViqr2WM27GRxb
xFVPHLlvyXcwVNfGjX2G
=OFVI
-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] ruby-mechanize_2.7.3-1_amd64.changes ACCEPTED into unstable

2015-06-27 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Jun 2015 02:40:11 +0200
Source: ruby-mechanize
Binary: ruby-mechanize
Architecture: source all
Version: 2.7.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintainers@lists.alioth.debian.org
Changed-By: Christian Hofstaedtler z...@debian.org
Description:
 ruby-mechanize - library used for automating interaction with websites
Changes:
 ruby-mechanize (2.7.3-1) unstable; urgency=medium
 .
   * Team upload.
   * Remove myself from Uploaders
   * Imported Upstream version 2.7.3
   * Set Standards-Version to 3.9.6 (no addtl. changes)
Checksums-Sha1:
 358153cdd391fff3fcdb0340b36aa16e1523eb2a 2262 ruby-mechanize_2.7.3-1.dsc
 c54c2004ef973b5363a4f2f748bde06813164a2a 133848 
ruby-mechanize_2.7.3.orig.tar.gz
 f980d16fcf20ef1717aaa66b853f5305de816386 5428 
ruby-mechanize_2.7.3-1.debian.tar.xz
 8b1ac4fc8eb8d7c786ca23959c37da40e18102a4 78208 ruby-mechanize_2.7.3-1_all.deb
Checksums-Sha256:
 25fcc22e66303105202c3cf0afc9a9c29327fc031a8f41c19e9b9a731de68ac1 2262 
ruby-mechanize_2.7.3-1.dsc
 6428c8e2df581c693982b6847cdbd087ac5cfc44356aabdf85625848e9342a77 133848 
ruby-mechanize_2.7.3.orig.tar.gz
 7c580a4b41e8d3779dc33d71056478edd3c4fd5e66c20c8aedb29f45a7c1e30d 5428 
ruby-mechanize_2.7.3-1.debian.tar.xz
 38abee080470368985ed7f113a8805ec95bdc727767d1c7be45e1267a28e57a1 78208 
ruby-mechanize_2.7.3-1_all.deb
Files:
 cc206183042c0ffefc9ee7537869f3d3 2262 ruby optional ruby-mechanize_2.7.3-1.dsc
 0f78c66f2f3a0314190460e0f4d08826 133848 ruby optional 
ruby-mechanize_2.7.3.orig.tar.gz
 8efb8534bd91aedb980a739a5f0c7251 5428 ruby optional 
ruby-mechanize_2.7.3-1.debian.tar.xz
 8c5c33c3ebcaae4d8caa8acff6026393 78208 ruby optional 
ruby-mechanize_2.7.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVj0N2AAoJEFwT1tuTBS4DfogP/iazBhR6ZyNz3HeDZQEXhIyk
/JnHL51fmM+qb4kuI1J1Pigni8izCPJ5CY7cq1+lg3BcOay2W2aTfI6rMwdKRwhi
Pvv7I5BNCv3n02U6aV0pYVSvOdpWBJzkwpkcdDD1RY4+P9eHCG+RecTdX20jfuGd
huJaK9ZiPHpR8dTrYiFSO3hKX/CQ2DX0Hq4K6Vnu71wlmlJhR9w6u/HY3Betz824
gCgv5OWKJwVeRvy2pReuCn+0l3M/PZ7KFBvtUrvh90vAiijQQ9r5r2DSM9TZiAtG
0M9kvq6CSdDB+FTSp5qp8k0c5oxPMOIYgKzrXoOUNInDYNEaLUVjfOhp5JGJOWJf
YWnCyxjJmxemThgZT+HzkbG/yl2JEwBGdg4crg4o/mPKKK6LTQRQU6pXeLZ9mVPc
3mmG59eVyWA+ABfj8xTcwU+UzILHAfonkQe1bhbvwIZBTcDnyW0S8rS9xwTwBy/S
nYfP/w2to4WdRcBzU1Vq+LjnOC1g+ZT79CFxC2deIMQIOAck5hVZg6W0Y57WHK6w
T3ST2TiEuKpY7SYL61Rl3DIkUDpZAbiaVlq7i4orP9kzRONp3/LIj03A7a1RFPbk
qWCkfS8Kowfo6uFRcJAx67oAISz9dahS7UcQUw5p2phldD2fqvYO+Mih6gdYmDqe
TaeuRWmHiwHHSnmFBUPI
=ddDK
-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] ruby-omniauth-facebook is marked for autoremoval from testing

2015-06-27 Thread Debian testing autoremoval watch
ruby-omniauth-facebook 2.0.1-1 is marked for autoremoval from testing on 
2015-07-10

It (build-)depends on packages with these RC bugs:
784768: libhiredis-dev: Transition to cmake 3.2


___
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

2015-06-27 Thread Debian testing autoremoval watch
ruby-omniauth-wordpress 0.2.2-1 is marked for autoremoval from testing on 
2015-07-10

It (build-)depends on packages with these RC bugs:
784768: libhiredis-dev: Transition to cmake 3.2


___
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