ruby-eventmachine 0.12.10-2 source package in Ubuntu

Changelog

ruby-eventmachine (0.12.10-2) unstable; urgency=low

  [ Laurent Arnoud ]
  * Switch to gem2deb-based packaging. Source and binary package renamed to
    ruby-eventmachine. Transitional packages added.

  [ Paul van Tilburg ]
  * debian/copyright: small fixes to further comply with the DEP5 format. 

libeventmachine-ruby (0.12.10-1) unstable; urgency=low

  * New upstream release. (Closes: #577102)
  * debian/control: 
    - Bumped up Standards-Version to 3.8.4.
  * debian/watch:
    - The upstream seems to only distribute a gem package, no longer in the
    *.tar.gz format. The watch file watches versions of gem packages.  Thanks
    to Frederic Peters for letting me know.

libeventmachine-ruby (0.12.6-1) unstable; urgency=low

  * New upstream version
  * add myself to uploaders
  * change Section to ruby
  * change the -ruby and -doc packages to Architecture all as they are
    architecture independent
    - change the versioned dependency to make it binnmu-able
  * fix copyright for debian packaging in debian/copyright
  * depend on ${misc:Depends} for all packages
  * debian policy 3.8.1
  * update Vcs-* fields for the move from packages-wip to package
  * update upstream copyright to 2008, as some files say that year

libeventmachine-ruby (0.12.4-1) unstable; urgency=low

  * New upstream release.
  * Initial release to Debian. (Closes: #501450)

libeventmachine-ruby (0.12.2-1) unstable; urgency=low

  * Initial release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:15:01 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any all
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-eventmachine_0.12.10.orig.tar.gz 214.5 KiB 3d7879da41b3a28cb7610ee1ce29e017b809f72b0064c107bf55e2e1ac43f36d
ruby-eventmachine_0.12.10-2.debian.tar.gz 3.6 KiB 13c31f55d70ea23c4d2fc9102364592b89809a62e9bb6a1e4c14de1d5e952d83
ruby-eventmachine_0.12.10-2.dsc 1.7 KiB e6a91841b7367bf5dc0e88c285fb3b922b7f9e668be3e4efb11ad509f2dd691b

View changes file

Binary packages built by this source

libeventmachine-ruby: Transitional package for ruby-eventmachine

 This is a transitional package to ease upgrades to the ruby-eventmachine
 package. It can safely be removed.

libeventmachine-ruby-doc: Transitional package for ruby-eventmachine

 This is a transitional package to ease upgrades to the ruby-eventmachine
 package. It can safely be removed.

libeventmachine-ruby1.8: Transitional package for ruby-eventmachine

 This is a transitional package to ease upgrades to the ruby-eventmachine
 package. It can safely be removed.

ruby-eventmachine: Ruby/EventMachine library

 EventMachine implements a fast, single-threaded engine for arbitrary network
 communications. It's extremely easy to use in Ruby. EventMachine wraps all
 interactions with IP sockets, allowing programs to concentrate on the
 implementation of network protocols. It can be used to create both network
 servers and clients. To create a server or client, a Ruby program only needs
 to specify the IP address and port, and provide a Module that implements the
 communications protocol. Implementations of several standard network protocols
 are provided with the package, primarily to serve as examples. The real goal
 of EventMachine is to enable programs to easily interface with other programs
 using TCP/IP, especially if custom protocols are required.