debian/0000755000000000000000000000000012202667710007171 5ustar debian/rules0000755000000000000000000000070112202651527010246 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/watch0000644000000000000000000000014512202651527010221 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/packable .*/packable-(.*).tar.gz debian/source/0000755000000000000000000000000012202651527010470 5ustar debian/source/format0000644000000000000000000000001412202651527011676 0ustar 3.0 (quilt) debian/ruby-packable.docs0000644000000000000000000000001412202651527012556 0ustar README.rdoc debian/ruby-test-files.yaml0000644000000000000000000000011412202651527013106 0ustar --- - test/packing_doc_test.rb - test/packing_test.rb - test/test_helper.rb debian/copyright0000644000000000000000000000253712202651527011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: packable Source: https://github.com/marcandre/packable Files: * Copyright: 2012 Marc-Andre Lafortune License: Expat Files: debian/* Copyright: 2013 Cédric Boutillier License: Expat License: Expat 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/control0000644000000000000000000000171712202651527010601 0ustar Source: ruby-packable Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), ruby-backports, ruby-test-unit, ruby-mocha, ruby-shoulda Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-packable.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-packable.git;a=summary Homepage: https://github.com/marcandre/packable XS-Ruby-Versions: ruby1.9.1 Package: ruby-packable Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-backports Description: extensive packing and unpacking capabilities for Ruby The packable Ruby library provides a nicer, smarter and more powerful alternative to Ruby's Array::pack and String::unpack methods to read and write binary data. debian/patches/0000755000000000000000000000000012202651527010617 5ustar debian/patches/series0000644000000000000000000000002612202651527012032 0ustar remove_rubygems.patch debian/patches/remove_rubygems.patch0000644000000000000000000000077312202651527015061 0ustar Description: remove requirement on rubygems Author: Cédric Boutillier Origin: vendor Forwarded: not-needed Last-Update: 2013-08-11 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,8 +1,8 @@ -require 'rubygems' +#require 'rubygems' require 'test/unit' require 'shoulda' require 'mocha' require File.dirname(__FILE__)+'/../lib/packable' class Test::Unit::TestCase -end \ No newline at end of file +end debian/compat0000644000000000000000000000000212202651527010366 0ustar 7 debian/changelog0000644000000000000000000000024212202667710011041 0ustar ruby-packable (1.3.6-1) unstable; urgency=low * Initial release (Closes: #719686) -- Cédric Boutillier Wed, 14 Aug 2013 11:55:51 +0200