debian/0000755000000000000000000000000011771446553007203 5ustar debian/require-rubygems.overrides0000644000000000000000000000006611771437323014433 0ustar debian/ruby-wirble/usr/lib/ruby/vendor_ruby/wirble.rb debian/watch0000644000000000000000000000014111771437323010223 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/wirble .*/wirble-(.*).tar.gz debian/rules0000755000000000000000000000070111771437323010254 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/control0000644000000000000000000000453411771446533010612 0ustar Source: ruby-wirble Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf , Ryan Niebur DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-wirble.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-wirble.git;a=summary Homepage: http://pablotron.org/software/wirble/ XS-Ruby-Versions: all Package: ruby-wirble Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Replaces: libwirble-ruby (<< 0.1.3-3), libwirble-ruby1.8 (<< 0.1.3-3), libwirble-ruby1.9.1 (<< 0.1.3-3), libwirble-ruby-doc (<< 0.1.3-3) Conflicts: libwirble-ruby (<< 0.1.3-3), libwirble-ruby1.8 (<< 0.1.3-3), libwirble-ruby1.9.1 (<< 0.1.3-3), libwirble-ruby-doc (<< 0.1.3-3) Provides: libwirble-ruby, libwirble-ruby1.8, libwirble-ruby1.9.1, libwirble-ruby-doc Description: Extensions for the Ruby irb command line shell A handful of useful Irb features, including colorized results, tab-completion, history, a simple prompt, and several helper methods, all rolled into one easy to use package. # Transitional packages Package: libwirble-ruby Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-wirble Description: Transitional package for ruby-wirble This is a transitional package to ease upgrades to the ruby-wirble package. It can safely be removed. Package: libwirble-ruby1.8 Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-wirble Description: Transitional package for ruby-wirble This is a transitional package to ease upgrades to the ruby-wirble package. It can safely be removed. Package: libwirble-ruby1.9.1 Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-wirble Description: Transitional package for ruby-wirble This is a transitional package to ease upgrades to the ruby-wirble package. It can safely be removed. Package: libwirble-ruby-doc Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-wirble Description: Transitional package for ruby-wirble This is a transitional package to ease upgrades to the ruby-wirble package. It can safely be removed. debian/copyright0000644000000000000000000000355711771446311011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Wirble Source: http://pablotron.org/software/wirble Upstream-Contact: Paul Duncan Files: * Copyright: Copyright © 2006-2009 Paul Duncan License: MIT Files: setup.rb Copyright: Copyright © 2000-2006 Minero Aoki License: LGPL-2.1 Files: debian/* Copyright: Copyright © 2008-2011, Gunnar Wolf License: MIT License: LGPL-2.1 You can distribute/modify this program under the terms of the GNU LGPL, Lesser General Public License version 2.1. . On Debian systems you can find the complete text of the LGPL version 2.1 in /usr/share/common-licenses/LGPL-2.1 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 of the Software, its documentation and marketing & publicity materials, and acknowledgment shall be given in the documentation, materials and software packages that this Software was used. . 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 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/changelog0000644000000000000000000000345011771446553011057 0ustar ruby-wirble (0.1.3-4) unstable; urgency=low * Team upload. * Build with newer gem2deb * Seems to conforms to standards 3.9.3 * Fix various details in debian/copyright (thanks to Gunnar for one of them) * Move all transitional packages to priority: extra -- Vincent Fourmond Sun, 24 Jun 2012 01:12:29 +0200 ruby-wirble (0.1.3-3) unstable; urgency=low * Switched over to the new gem2deb build infrastructure; package renamed from libwirble-ruby to ruby-wirble -- Gunnar Wolf Wed, 08 Jun 2011 12:03:10 -0500 libwirble-ruby (0.1.3-2) unstable; urgency=low * Provide also a Ruby 1.9.1 package and a documentation (compiled rdoc) package (Closes: #580881) * Standards-version 3.8.1→3.8.4 (no changes needed) -- Gunnar Wolf Fri, 11 Jun 2010 18:36:31 -0500 libwirble-ruby (0.1.3-1) unstable; urgency=low [ Gunnar Wolf ] * Changed section to Ruby as per ftp-masters' request [ Ryan Niebur ] * New upstream release * add myself to Uploaders * update debian/rules for new version * update debian/copyright * make them have different short descriptions * add Homepage field -- Ryan Niebur Sun, 07 Jun 2009 23:36:14 -0700 libwirble-ruby (0.1.2-3) unstable; urgency=low * Added missing build-depend on ruby-pkg-tools (Closes: #521986) * Bumped up standards-version to 3.8.1, no changes needed -- Gunnar Wolf Mon, 30 Mar 2009 21:57:07 -0600 libwirble-ruby (0.1.2-2) unstable; urgency=low * Added dependency on rubygems1.8 (Closes: #519190) -- Gunnar Wolf Tue, 10 Mar 2009 16:52:12 -0600 libwirble-ruby (0.1.2-1) unstable; urgency=low * Initial upload (Closes: #510136) -- Gunnar Wolf Mon, 29 Dec 2008 11:37:25 -0600 debian/compat0000644000000000000000000000000211771437323010374 0ustar 7 debian/source/0000755000000000000000000000000011771437323010476 5ustar debian/source/format0000644000000000000000000000001411771437323011704 0ustar 3.0 (quilt) debian/ruby-wirble.docs0000644000000000000000000000000711771437323012310 0ustar README