debian/0000755000000000000000000000000011772340503007170 5ustar debian/rules0000755000000000000000000000070111702547737010261 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/watch0000644000000000000000000000014511714316216010221 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ruby-rc4 .*/ruby-rc4-(.*).tar.gz debian/source/0000755000000000000000000000000011702547737010503 5ustar debian/source/format0000644000000000000000000000001411702547737011711 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000312411714316216011123 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: ruby-rc4 Source: https://github.com/caiges/Ruby-RC4 Files: * Copyright: 2010 Caige Nichols 2010 Max Prokopiev 2010 Aleksandar Simic License: Expat Files: debian/* Copyright: 2012 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. Permission is granted for use, copying, modification, distribution, and distribution of modified versions of this work as long as the above copyright notice is included. debian/control0000644000000000000000000000160411772340502010573 0ustar Source: ruby-rc4 Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rc4.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rc4.git;a=summary Homepage: https://github.com/caiges/Ruby-RC4 XS-Ruby-Versions: all Package: ruby-rc4 Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Ruby library implementing the RC4 algorithm The RC4 encryption algorithm, also known as ARCFOUR is used in popular protocols such as SSL and WEP. This package provides a pure Ruby implementation of this algorithm. debian/compat0000644000000000000000000000000211702547737010401 0ustar 7 debian/changelog0000644000000000000000000000053311772340503011043 0ustar ruby-rc4 (0.1.5-2) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Cédric Boutillier Tue, 26 Jun 2012 16:03:47 +0200 ruby-rc4 (0.1.5-1) unstable; urgency=low * Initial release (Closes: #651669) -- Cédric Boutillier Mon, 09 Jan 2012 11:53:58 +0100 debian/ruby-tests.rb0000644000000000000000000000003411710617617011640 0ustar require "spec/rc4_spec.rb" debian/ruby-rc4.docs0000644000000000000000000000001211710617617011507 0ustar README.md