debian/0000755000000000000000000000000012251172656007175 5ustar debian/compat0000644000000000000000000000000211771664304010375 0ustar 9 debian/changelog0000644000000000000000000000546312251172656011057 0ustar ruby-bcrypt (3.1.2-2) unstable; urgency=low * Team upload * remove unnecessary dependency on ruby-rspec -- Antonio Terceiro Sun, 08 Dec 2013 19:18:26 -0300 ruby-bcrypt (3.1.2-1) unstable; urgency=low * Imported Upstream version 3.1.2 * Bump standards-Version to 3.9.5 (no changes needed) * Build with gem2deb >= 0.5 to add support for Ruby 2.0 and remove support for Ruby 1.8 -- Cédric Boutillier Thu, 28 Nov 2013 14:07:50 +0100 ruby-bcrypt (3.1.1-1) unstable; urgency=low * Imported Upstream version 3.1.1 -- Cédric Boutillier Thu, 01 Aug 2013 14:08:42 +0200 ruby-bcrypt (3.0.1-3) unstable; urgency=low [ Vasudev Kamath ] * Drop myself from uploaders field. * Bump Standards-Version to 3.9.4, package did not require any change. [ Cédric Boutillier ] * Add myself to uploaders. * Depend on ruby instead of ruby1.8. * Build against gemdeb >= 0.3 to provide rubygems integration. -- Cédric Boutillier Thu, 06 Jun 2013 23:39:11 +0200 ruby-bcrypt (3.0.1-2) unstable; urgency=low [ Vasudev Kamuth ] * Team upload. * debian/control: + Bumped Standards-Version to 3.9.3. This did not require any changes to the package source. + Increased minimum debhelper version required to 9 * Set debian/compat to 9 * debian/copyright: + Format URI now points to Debian copyright-format 1.0 [ Per Andersson ] * Autorun rspec tests during build -- Vasudev Kamath Sat, 16 Jun 2012 22:06:30 +0530 ruby-bcrypt (3.0.1-1) unstable; urgency=low * Team upload. * Imported Upstream version 3.0.1 -- Vasudev Kamath Sun, 25 Sep 2011 23:35:32 +0530 ruby-bcrypt (3.0.0-1) unstable; urgency=low * Team upload. * Imported Upstream version 3.0.0 * debian/copyright + Changed License of gem to MIT to match upstream change + Added license notice for new files ext/mri + Removed license for files which were in ext/mri in the previous release -- Vasudev Kamath Tue, 30 Aug 2011 21:05:06 +0530 ruby-bcrypt (2.1.4-2) unstable; urgency=low * Team upload. * debian/ruby-tests.rb: Do not add 'ext/mri' to the $LOAD_PATH. This fixes the problem of runing tests for Ruby 1.8 against the binary extension for Ruby 1.9, which causes a segfault during the test phase of the build. A newer gem2deb is required to run the tests, so debian/control was changed accordingly to Build-Depend on gem2deb (>= 0.2.6~) (Closes: #633302) * Bump standards version to 3.9.2 -- Antonio Terceiro Thu, 21 Jul 2011 11:28:18 -0700 ruby-bcrypt (2.1.4-1) unstable; urgency=low * Initial release (Closes: #623597) -- Vasudev Kamath Wed, 20 Apr 2011 22:50:12 +0530 debian/ruby-bcrypt.docs0000644000000000000000000000001211642027324012314 0ustar README.md debian/copyright0000644000000000000000000000610711771664304011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: bcrypt-ruby Source: http://rubyforge.org/projects/bcrypt-ruby Files: ext/jruby/bcrypt_jruby/BCrypt.java spec/TestBcrypt.java Copyright: 2006, Damien Miller License: ISC Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. Files: ext/mri/* Copyright: 1998-2002, Solar Designer License: Public Domain This file has been released in public domain by the author of the file. Files: * Copyright: 2007-2009, Coda Hale 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. Files: debian/* Copyright: 2011, Vasudev Kamath License: LGPL-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 package 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 program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". debian/control0000644000000000000000000000171512251172632010576 0ustar Source: ruby-bcrypt Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 9), gem2deb (>= 0.5.0~), ruby-rspec (>= 2.5.0) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bcrypt.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bcrypt.git;a=summary Homepage: http://bcrypt-ruby.rubyforge.org XS-Ruby-Versions: all Package: ruby-bcrypt Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Ruby binding for the bcrypt() password hashing algorithm bcrypt() is a sophisticated and secure hash algorithm designed by the OpenBSD project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords. debian/rules0000755000000000000000000000053111642027324010246 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 %: dh $@ --buildsystem=ruby --with ruby debian/ruby-tests.rb0000644000000000000000000000015711771664304011650 0ustar require 'rspec/autorun' $: << 'ext/mri' << 'lib' << 'spec' << '.' Dir['spec/**/*.rb'].each { |f| require f } debian/source/0000755000000000000000000000000011642027324010467 5ustar debian/source/format0000644000000000000000000000001411642027324011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015311642027324010217 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/bcrypt-ruby .*/bcrypt-ruby-(.*).tar.gz