debian/0000755000000000000000000000000012221030761007160 5ustar debian/ruby-tests.rb0000644000000000000000000000023112111135660011624 0ustar $: << 'lib' << '.' if not STDOUT.isatty or not STDIN.isatty puts "STDIN or STDOUT not a tty, cannot run tests." exit(0) end require 'test/test0.rb' debian/source/0000755000000000000000000000000012111135660010462 5ustar debian/source/format0000644000000000000000000000001412111135660011670 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000053112111135660010241 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems %: dh $@ --buildsystem=ruby --with ruby debian/ruby-termios.docs0000644000000000000000000000000712111135660012472 0ustar README debian/copyright0000644000000000000000000001004412221027576011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ruby-termios Source: http://arika.org/ruby/termios.en Files: * Copyright: Copyright (C) 1999, 2000, 2002 akira yamada License: BSD-2-clause or Ruby Files: debian/* Copyright: Copyright 2011 Lucas Nussbaum License: GPL-2+ License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: GPL-2+ On Debian systems, the complete text of the GNU General Public License Version 2 can be found in /usr/share/common-licenses/GPL-2 file. License: Ruby 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. . 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: . a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. . b) use the modified software only within your corporation or organization. . c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or binary form, provided that you do at least ONE of the following: . a) distribute the binaries and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. . b) accompany the distribution with the machine-readable source of the software. . c) give non-standard binaries non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution are not written by the author, so that they are not under these terms. . For the list of those files and their copying conditions, see the file LEGAL. . 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. . 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. debian/control0000644000000000000000000000156312221026772010577 0ustar Source: ruby-termios Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Nussbaum Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-termios.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-termios.git;a=summary Homepage: http://arika.org/ruby/termios XS-Ruby-Versions: all Package: ruby-termios Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: 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. debian/changelog0000644000000000000000000000727412221030202011032 0ustar ruby-termios (1.0.0-1) unstable; urgency=low * Team upload * Imported Upstream version 1.0.0 * debian/copyright: + use DEP5 copyright-format/1.0 official URL for Format field + ruby-termios is now BSD-2-clause or Ruby * debian/control: + remove obsolete DM-Upload-Allowed flag + use canonical URI in Vcs-* fields + bump Standards-Version to 3.9.4 (no changes needed) + replace ruby1.8 by ruby in Depends: + drop transitional packages + capitalize Ruby and fix spaces in description * debian/watch: use temporarily github as source -- Cédric Boutillier Thu, 26 Sep 2013 14:49:50 +0200 ruby-termios (0.9.6-2) unstable; urgency=low * Fix Vcs-Browser field. -- Lucas Nussbaum Sat, 09 Apr 2011 10:42:30 +0200 ruby-termios (0.9.6-1) unstable; urgency=low * New upstream release. * Switch to gem2deb-based packaging. * Drop patch, integrated upstream. -- Lucas Nussbaum Sun, 03 Apr 2011 16:14:13 +0200 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. -- Lucas Nussbaum Tue, 03 Jun 2008 11:06:57 +0200 libtermios-ruby (0.9.5-3) unstable; urgency=low * libtermios-ruby1.8: removed Depends on ruby, added $(shlibs:Depends}. -- Lucas Nussbaum Thu, 17 Jan 2008 23:06:33 +0100 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. -- Lucas Nussbaum Mon, 24 Dec 2007 20:04:01 +0100 libtermios-ruby (0.9.5-1) unstable; urgency=low * New upstream release (Closes: #426861). -- Lucas Nussbaum Fri, 01 Jun 2007 13:32:26 +0200 libtermios-ruby (0.9.4-8) unstable; urgency=low * Stopped using the "Uploaders rule". -- Lucas Nussbaum Sun, 15 Apr 2007 10:02:06 +0200 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. -- Lucas Nussbaum Mon, 23 Oct 2006 15:18:48 +0200 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 -- Michael Ablassmeier Thu, 19 Oct 2006 10:03:02 +0200 libtermios-ruby (0.9.4-5) unstable; urgency=low * Changed maintainer's address. -- David Moreno Garza Sat, 27 Aug 2005 18:16:02 -0500 libtermios-ruby (0.9.4-4) unstable; urgency=low * Corrected debian/rules for correctly building indep and arch packages (Closes: #288490). -- David Moreno Garza Sun, 9 Jan 2005 22:36:48 -0600 libtermios-ruby (0.9.4-3) unstable; urgency=low * Fixed build target on debian/rules (Closes: #284363). -- David Moreno Garza Mon, 3 Jan 2005 03:22:05 -0600 libtermios-ruby (0.9.4-2) unstable; urgency=low * Fixed wrong dependency on libtermios-ruby binary package (Closes: #278114). -- David Moreno Garza Sun, 24 Oct 2004 21:43:30 -0500 libtermios-ruby (0.9.4-1) unstable; urgency=low * Initial Release (Closes: #264281). * NMU by Paul van Tilburg -- David Moreno Garza Sun, 8 Aug 2004 23:18:44 -0500 debian/watch0000644000000000000000000000015612221026310010206 0ustar version=3 opts="uversionmangle=s/_/./g" \ https://github.com/arika/ruby-termios/tags .*/version_(.*).tar.gz debian/ruby-termios.examples0000644000000000000000000000001312111135660013355 0ustar examples/* debian/compat0000644000000000000000000000000212111135660010360 0ustar 7