debian/0000755000000000000000000000000011637612165007176 5ustar debian/source/0000755000000000000000000000000011637611605010474 5ustar debian/source/format0000644000000000000000000000001411637611605011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000373611637611764011146 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=173 Upstream-Name: event-loop Upstream-contact: Daniel Brockman Source: http://www.brockman.se/software/ruby-event-loop/ Files: * Copyright: Copyright © 2005, 2006 Daniel Brockman License: GPL-2+ Files: README* Copyright: Copyright © 2005, 2006 Daniel Brockman License: GFDL-1.2 Files: debian/* Copyright: © 2006-2009, Florian Ragwitz ; © 2009-2011 Gunnar Wolf 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; either version 2 of the License, or (at your option) 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'. License: GFDL-1.2 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You should have received a copy of the license along with this document; if not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian GNU/Linux systems, the complete text of version 1.2 of the GNU Free Documentation License can be found in `/usr/share/common-licenses/GFDL-1.2'. debian/ruby-event-loop.docs0000644000000000000000000000001511637611605013111 0ustar README.utf-8 debian/compat0000644000000000000000000000000211637611605010372 0ustar 7 debian/rules0000755000000000000000000000115511637611605010256 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 override_dh_installdocs: dh_installdocs mv debian/ruby-event-loop/usr/share/doc/ruby-event-loop/README.utf-8 debian/ruby-event-loop/usr/share/doc/ruby-event-loop/README debian/control0000644000000000000000000000320411637611721010575 0ustar Source: ruby-event-loop Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf , Lucas Nussbaum Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.4~) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-event-loop.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-event-loop.git;a=summary Homepage: http://brockman.se/2005/ruby-event-loop/ XS-Ruby-Versions: all Package: ruby-event-loop Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Provides: libevent-loop-ruby, libevent-loop-ruby1.8 Replaces: libevent-loop-ruby (<< 0.3-4~), libevent-loop-ruby1.8 (<< 0.3-4~) Conflicts: libevent-loop-ruby (<< 0.3-4~), libevent-loop-ruby1.8 (<< 0.3-4~) Description: simple signal system and an event loop for Ruby This is a library for building event-based programs with Ruby. It contains both a simple signal system and an event loop that uses said signal system. # Transitional packages Package: libevent-loop-ruby Section: oldlibs Architecture: all Depends: ${misc:Depends}, ruby-event-loop Description: Transitional package for ruby-event-loop This is a transitional package to ease upgrades to the ruby-event-loop package. It can safely be removed. Package: libevent-loop-ruby1.8 Section: oldlibs Architecture: all Depends: ${misc:Depends}, ruby-event-loop Description: Transitional package for ruby-event-loop This is a transitional package to ease upgrades to the ruby-event-loop package. It can safely be removed. debian/changelog0000644000000000000000000000257111637612021011044 0ustar ruby-event-loop (0.3-5) unstable; urgency=low [ Youhei SASAKI ] * Fix version number of transitional packages (Closes: #631536) [ Lucas Nussbaum ] * Add myself to uploaders. * Fix typo in debian.copyright (fixes lintian warning). -- Lucas Nussbaum Sun, 25 Sep 2011 13:44:08 +0200 ruby-event-loop (0.3-4) unstable; urgency=low * Repackaged using gem2deb infrastructure * Package renamed from libevent-loop-ruby to ruby-event-loop -- Gunnar Wolf Thu, 09 Jun 2011 11:31:45 -0500 libevent-loop-ruby (0.3-3) unstable; urgency=low [ Paul van Tilburg ] * Section of this library should be libs. [ Gunnar Wolf ] * Taking over maintenance (Closes: #523181) * Bumping up standards-version to 3.8.1.0 * Added misc:Depends to dependency information, following Lintian advice * Refered to GFDL in /usr/share/common-licenses, following Lintian advice -- Gunnar Wolf Thu, 09 Apr 2009 18:57:51 -0500 libevent-loop-ruby (0.3-2) unstable; urgency=low * Removed debian/control.in, updated debian/rules and debian/control to drop the Uploaders rule. * Added myself to the uploaders. -- Paul van Tilburg Thu, 14 Jun 2007 10:37:10 +0100 libevent-loop-ruby (0.3-1) unstable; urgency=low * Initial release. -- Florian Ragwitz Mon, 13 Nov 2006 00:46:20 +0100