Bug#1063021: O: ruby-ami -- Ruby client library for the Asterisk Management Interface

2024-02-04 Thread Joost van Baal-Ilić
Hi Reiner,

Thanks for your interest.

On Sun, Feb 04, 2024 at 09:19:16PM +0100, Reiner Herrmann wrote:
> Joost schreef:
> > A not yet packaged new upstream is available, since 2016.  Upstream has not
> > commited any code after 2016.
> > 
> > ruby-ami has no reverse-depends in our archives, no package build-depends
> > upon ruby-ami.
> 
> This sounds like it can also be removed instead of being orphaned?

Indeed.  I am not quite sure RM-ing is the right thing to do as long
as there are no annoying bugs are found.

If you feel otherwise, feel free to post an RM.

Thanks, Bye,

Joost



Bug#1063021: O: ruby-ami -- Ruby client library for the Asterisk Management Interface

2024-02-04 Thread Reiner Herrmann
Hi Joost,

> A not yet packaged new upstream is available, since 2016.  Upstream has not
> commited any code after 2016.
> 
> ruby-ami has no reverse-depends in our archives, no package build-depends
> upon ruby-ami.

This sounds like it can also be removed instead of being orphaned?

Kind regards,
  Reiner



Bug#1063021: O: ruby-ami -- Ruby client library for the Asterisk Management Interface

2024-02-04 Thread Joost van Baal-Ilić
Package: wnpp
Control: affects -1 + src:ruby-ami
Severity: normal

Hi,

I intend to orphan the ruby-ami package.

A not yet packaged new upstream is available, since 2016.  Upstream has not
commited any code after 2016.

ruby-ami has no reverse-depends in our archives, no package build-depends upon
ruby-ami.

The package description is:
 RubyAMI is an Asterisk Management Interface client library in Ruby built on
 Celluloid IO and based on EventMachine providing a connection to the Asterisk
 Manager Interface. RubyAMI is a low level library; it does not provide any
 features beyond connection management and protocol parsing. Actions are sent
 over the wire, and responses are returned. Events are passed to a callback you
 define. It's up to you to match these up into something useful. In this regard,
 RubyAMI is very similar to Blather for XMPP or Punchblock, the Ruby 3PCC
 library.