debian/0000755000000000000000000000000012265714421007172 5ustar debian/rules0000755000000000000000000000070111772006162010246 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 # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000015111677070143010222 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/serialport .*/serialport-(.*).tar.gz debian/source/0000755000000000000000000000000012265714421010472 5ustar debian/source/format0000644000000000000000000000001411677070143011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000273511772006162011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: serialport Source: https://github.com/hparra/ruby-serialport/ Files: * Copyright: 2003-2006, Guillaume Pierronnet , Alan Stern , Daniel E. Shipton , Jonas Bähr , Ryan C. Payne License: GPL-2+ Files: debian/* Copyright: 2006 Arnaud Cornet 2011 Paul van Tilburg License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 of the License, or (at your opinion) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000156612265714421010605 0ustar Source: ruby-serialport Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Paul van Tilburg Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-serialport.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-serialport.git;a=summary Homepage: http://github.com/hparra/ruby-serialport/ XS-Ruby-Versions: all Package: ruby-serialport Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Library for using RS-232 serial ports from Ruby programs This library provides an API for Ruby to control RS-232 serial ports, and check and set the current state of the signals on the serial line. debian/compat0000644000000000000000000000000211677070143010372 0ustar 7 debian/changelog0000644000000000000000000000717412265714421011055 0ustar ruby-serialport (1.3.0-1) unstable; urgency=low * Team upload. [ Cédric Boutillier ] * debian/control - remove obsolete DM-Upload-Allowed flag - use canonical URI in Vcs-* fields [ Jonas Genannt ] * Imported Upstream version 1.3.0 * debian/ruby-tests.rb: added basic testing * d/control - bumped standards version to 3.9.5 (no changes needed) - removed transitional packages - updated long description -- Jonas Genannt Wed, 15 Jan 2014 23:41:33 +0100 ruby-serialport (1.1.0-1) unstable; urgency=low * New upstream release. * debian/control: - Bumped standards version to 3.9.3. - Bumped build-depend on gem2deb to 0.3.0. * debian/copyright: use Debian copyright format version 1.0. * debian/source/lintian-overrides: added to override warnings about the descriptions of the transitional packages. * debian/rules, debian/ruby-test-files.yaml: stuff under test/ are not real test files/suites, removed. -- Paul van Tilburg Sun, 24 Jun 2012 17:11:03 +0200 ruby-serialport (1.0.4-1) unstable; urgency=low * New upstream release (closes: #597526). * Source packages adapted according to the new Ruby policy: - Build for both ruby1.8 and ruby1.9.1. - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in debian/control accordingly. - Changed the depends and recommends to follow the new Ruby library naming scheme. * debian/control: - Added a default DM-Upload-Allowed field set to yes. - Standards-Version bumped to 3.9.2; no changes required. - Set XS-Ruby-Versions to all. - Changed the build-depends for using gem2deb instead of ruby-pkg-tools. - Switched the maintainer with the uploaders field as per new convention the team is the default maintainer. - Added libserialport-ruby and libserialport-ruby1.8 as transitional packages. * debian/copyright: reworked to fit the DEP5 format. * debian/rules: disable tests for now, a TTY device is not guaranteed to be available. -- Paul van Tilburg Wed, 28 Dec 2011 16:27:04 +0100 libserialport-ruby (0.7.0-1) unstable; urgency=low [ Arnaud Cornet ] * Update my mail address. [ Gunnar Wolf ] * Changed section to Ruby as per ftp-masters' request [ Paul van Tilburg ] * New upstream release. * debian/control: - Bumped standards version to 3.8.1. - Added depend on ${misc:Depends} for libserialport-ruby. - Added build-depend on libsetup-ruby1.8. * debian/rules: - Switched from upstream extconf to Debian's native setup.rb-based building. - Also load the CDBS simple-patchsys class. * Added debian/libserialport-ruby.examples. * Added debian/patches/01-add-shebang-fix-load.patch to fix the example so that it complies with policy and loads the correct lib. -- Paul van Tilburg Tue, 05 May 2009 14:42:33 +0200 libserialport-ruby (0.6-3) unstable; urgency=low * Build-depend on r-p-t >= 0.14, to fix installation of ruby1.9 libs. Closes: #486487 * Switched to using the extconf.rb class from ruby-pkg-tools. Will avoid future problems like this one. -- Lucas Nussbaum Mon, 16 Jun 2008 14:57:18 +0200 libserialport-ruby (0.6-2) unstable; urgency=low * Bumped standards version to 3.7.3; no changes required. * Added Homepage and Vcs-* fields to debian/control. -- Paul van Tilburg Wed, 09 Apr 2008 09:01:11 +0200 libserialport-ruby (0.6-1) unstable; urgency=low * Initial release (Closes: #390418). -- Arnaud Cornet Fri, 01 Dec 2006 20:59:07 +0100 debian/ruby-tests.rb0000644000000000000000000000004512265714421011637 0ustar # basic testing require 'serialport'