ruby-termios 0.9.6-2 source package in Ubuntu

Changelog

ruby-termios (0.9.6-2) unstable; urgency=low

  * Fix Vcs-Browser field.

ruby-termios (0.9.6-1) unstable; urgency=low

  * New upstream release.
  * Switch to gem2deb-based packaging.
  * Drop patch, integrated upstream.

libtermios-ruby (0.9.5-4) unstable; urgency=low

  * Added rb_io_t+ruby1.8.7.patch to build with ruby 1.8.7. Thanks to Akira
    Yamada for the patch. Closes: #484186.
  * Now uses quilt to manage patches.
  * Added build-dependencies on quilt and patchutils.
  * Updated copyright notice. 

libtermios-ruby (0.9.5-3) unstable; urgency=low

  * libtermios-ruby1.8: removed Depends on ruby, added $(shlibs:Depends}.

libtermios-ruby (0.9.5-2) unstable; urgency=low

  * Added Vcs-Svn and Vcs-Browser.
  * Added Homepage field.
  * fixed Vcs-*: point to dir containing debian/, not dir containing
    trunk/
  * Updated to policy 3.7.3. No changes needed.

libtermios-ruby (0.9.5-1) unstable; urgency=low

  * New upstream release (Closes: #426861).

libtermios-ruby (0.9.4-8) unstable; urgency=low

  * Stopped using the "Uploaders rule".

libtermios-ruby (0.9.4-7) unstable; urgency=low

  * New maintainer, package now maintained by the Debian/Ruby Extras team.
    (Closes: #391425)
  * CDBSified.
  * Added debian/watch.

libtermios-ruby (0.9.4-6) unstable; urgency=low

  * QA upload.
  * Set maintainer to QA Group; Orphaned: #391425
  * Conforms with latest Standards Version 3.7.2

libtermios-ruby (0.9.4-5) unstable; urgency=low

  * Changed maintainer's address.

libtermios-ruby (0.9.4-4) unstable; urgency=low

  * Corrected debian/rules for correctly building indep and arch
    packages (Closes: #288490).

libtermios-ruby (0.9.4-3) unstable; urgency=low

  * Fixed build target on debian/rules (Closes: #284363).

libtermios-ruby (0.9.4-2) unstable; urgency=low

  * Fixed wrong dependency on libtermios-ruby binary package (Closes: #278114).

libtermios-ruby (0.9.4-1) unstable; urgency=low

  * Initial Release (Closes: #264281).
  * NMU by Paul van Tilburg <email address hidden>
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 11:45:24 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-termios_0.9.6.orig.tar.gz 12.7 KiB 4ff6ca92188e3804413c073c400764773d33d14abd07c8d5422e3f960322edc6
ruby-termios_0.9.6-2.debian.tar.gz 3.6 KiB 5fb0637dcce8cd5ee4cf13ee13dc715ccc6021d1e87efaa86b16d4ec507a949c
ruby-termios_0.9.6-2.dsc 1.4 KiB 9d97790f9b2eaef003376c0ae9db6516a788df94eb60f8c36988133d82e52c02

View changes file

Binary packages built by this source

libtermios-ruby: Transitional package for ruby-termios

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

libtermios-ruby1.8: Transitional package for ruby-termios

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

ruby-termios: termios simple wrapper for ruby

 Ruby-termios is a wrapper for the termios(3) interface. It can be included
 into IO-family classes and extends IO-family objects. In addition, the
 methods can used as module function.