debian/0000755000000000000000000000000011634176100007165 5ustar debian/source/0000755000000000000000000000000011634176100010465 5ustar debian/source/format0000644000000000000000000000001411634176100011673 0ustar 3.0 (quilt) debian/require-rubygems.overrides0000644000000000000000000000010511634176100014414 0ustar debian/ruby-packet/usr/lib/ruby/vendor_ruby/packet/packet_mongrel.rb debian/compat0000644000000000000000000000000211634176100010363 0ustar 7 debian/copyright0000644000000000000000000000244011634176100011120 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: packet Source: Hemant Kumar Files: * Copyright: 2004-2007 Hemant Kumar License: MIT Files: debian/* Copyright: 2011 Gunnar Wolf License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/ruby-packet.examples0000644000000000000000000000001311634176100013145 0ustar examples/* debian/ruby-packet.docs0000644000000000000000000000000711634176100012262 0ustar README debian/changelog0000644000000000000000000000266311634176100011046 0ustar ruby-packet (0.1.15-5) unstable; urgency=low * Repackaged using gem2deb * Renamed packages from libpacket-ruby* to ruby-packet following current pkg-ruby-extras group policy -- Gunnar Wolf Wed, 14 Sep 2011 13:05:19 -0500 libpacket-ruby (0.1.15-4) unstable; urgency=low [ Lucas Nussbaum ] * Added Vcs-* fields. [ Gunnar Wolf ] * Standards-version 3.8.2→3.8.4 (no changes needed) * Port the package to Ruby 1.9.1 (Closes: #569874) * Added myself as an uploader -- Gunnar Wolf Tue, 16 Feb 2010 16:34:21 -0600 libpacket-ruby (0.1.15-3) unstable; urgency=low * Removed quilt pieces from debian/rules * Put packet_worker_runner in the system path (/usr/bin), instead of /usr/lib/ruby/1.8/packet/packet_worker_runner where it is not useful unless people modify their PATH * Added Conflicts due to /usr/bin/packet_worker_runner in both ruby1.8 and ruby1.9 package versions -- Micah Anderson Sun, 05 Jul 2009 17:51:40 -0400 libpacket-ruby (0.1.15-2) unstable; urgency=low * move ruby-pkg-tools to Build-Depends * Debian Policy 3.8.2 * add DMUA field -- Ryan Niebur Sun, 21 Jun 2009 15:08:57 -0700 libpacket-ruby (0.1.15-1) unstable; urgency=low [ Micah Anderson ] * Initial release. (Closes: #522636) [ Ryan Niebur ] * Finished packaging -- Ryan Niebur Thu, 16 Apr 2009 21:22:48 -0700 debian/rules0000755000000000000000000000070111634176100010243 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/watch0000644000000000000000000000014111634176100010212 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/packet .*/packet-(.*).tar.gz debian/control0000644000000000000000000000427111634176100010574 0ustar Source: ruby-packet Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Ryan Niebur , Micah Anderson , Gunnar Wolf DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-packet.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-packet.git;a=summary Homepage: http://code.google.com/p/packet/ XS-Ruby-Versions: all Package: ruby-packet Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Replaces: libpacket-ruby (<< 0.1.15-1~), libpacket-ruby1.8 (<< 0.1.15-1~), libpacket-ruby1.9.1 (<< 0.1.15-1~) Breaks: libpacket-ruby (<< 0.1.15-1~), libpacket-ruby1.8 (<< 0.1.15-1~), libpacket-ruby1.9.1 (<< 0.1.15-1~) Provides: libpacket-ruby, libpacket-ruby1.8, libpacket-ruby1.9.1 Description: Ruby library for Event driven network programming (dependency package) Packet is a pure ruby library for writing network applications in Ruby. It follows Evented Model of network programming and implements almost all the features provided by EventMachine. . It also provides easy to use UNIX workers for concurrent programming. . This is a dummy package depending on the library for the current default version of Ruby. # Transitional packages Package: libpacket-ruby Section: oldlibs Architecture: all Depends: ${misc:Depends}, ruby-packet Description: Transitional package for ruby-packet This is a transitional package to ease upgrades to the ruby-packet package. It can safely be removed. Package: libpacket-ruby1.8 Section: oldlibs Architecture: all Depends: ${misc:Depends}, ruby-packet Description: Transitional package for ruby-packet This is a transitional package to ease upgrades to the ruby-packet package. It can safely be removed. Package: libpacket-ruby1.9.1 Section: oldlibs Architecture: all Depends: ${misc:Depends}, ruby-packet Description: Transitional package for ruby-packet This is a transitional package to ease upgrades to the ruby-packet package. It can safely be removed.