[DRE-commits] [ruby-bcrypt-pbkdf] 02/02: Import Debian changes 1.0.0-1

Lucas Nussbaum lucas at moszumanska.debian.org
Sun Jul 9 07:07:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

lucas pushed a commit to branch master
in repository ruby-bcrypt-pbkdf.

commit bb3de3a4479e3f970c62894c9908155e857fe342
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Fri Jun 30 17:19:49 2017 -0400

    Import Debian changes 1.0.0-1
    
    ruby-bcrypt-pbkdf (1.0.0-1) unstable; urgency=medium
    
      * Initial release.
---
 debian/changelog               |   5 ++
 debian/compat                  |   1 +
 debian/control                 |  24 ++++++++++
 debian/copyright               | 102 +++++++++++++++++++++++++++++++++++++++++
 debian/ruby-bcrypt-pbkdf.docs  |   1 +
 debian/ruby-tests.rake         |   6 +++
 debian/rules                   |  18 ++++++++
 debian/source/format           |   1 +
 debian/source/include-binaries |   1 +
 debian/watch                   |   3 ++
 10 files changed, 162 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7267f1d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-bcrypt-pbkdf (1.0.0-1) unstable; urgency=medium
+
+  * Initial release.
+
+ -- Unit 193 <unit193 at ubuntu.com>  Fri, 30 Jun 2017 17:19:49 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b7e15cf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: ruby-bcrypt-pbkdf
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: FIXME
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ rake,
+ rake-compiler,
+ ruby-minitest,
+ ruby-rbnacl
+Standards-Version: 4.0.0
+Homepage: https://github.com/mfazekas/bcrypt_pbkdf-ruby
+Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
+
+Package: ruby-bcrypt-pbkdf
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Description: OpenBSD's bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based PRF)
+ This gem implements bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based PRF)
+ .
+ FIXME
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7b872a0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,102 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bcrypt_pbkdf
+Source: https://github.com/mfazekas/bcrypt_pbkdf-ruby
+
+Files: *
+Copyright: 2007-2016 Miklós Fazekas <mfazekas at szemafor.com>
+License: Expat
+
+Files: ext/mri/hash_sha512.c
+Copyright: 2005,2007,2009 Colin Percival
+License: BSD-2-Clause
+
+Files: ext/mri/blf.h ext/mri/blowfish.c
+Copyright: 1997, Niels Provos <provos at physnet.uni-hamburg.de>
+License: BSD-4-Clause
+
+FileS: ext/mri/bcrypt_pbkdf.c
+Copyright: 2013, Ted Unangst <tedu at openbsd.org>
+License: ISC
+
+Files: debian/*
+Copyright: 2016-2017 Unit 193 <unit193 at ubuntu.com>
+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.
+
+License: BSD-2-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: BSD-4-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. All advertising materials mentioning features or use of this software
+    must display the following acknowledgement:
+      This product includes software developed by Niels Provos.
+ 4. The name of the author may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+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.
diff --git a/debian/ruby-bcrypt-pbkdf.docs b/debian/ruby-bcrypt-pbkdf.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ruby-bcrypt-pbkdf.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..63f3fd6
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,6 @@
+require 'gem2deb/rake/testtask'
+
+Gem2Deb::Rake::TestTask.new do |t|
+  t.libs = ['test']
+  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
+end
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..acfc5fe
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,18 @@
+#!/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=ruby2.1 ruby2.2
+#
+# If you need to specify the .gemspec (eg there is more than one)
+#export DH_RUBY_GEMSPEC=gem.gemspec
+#
+# Uncomment to check dependencies during build:
+# export GEM2DEB_TEST_RUNNER = --check-dependencies
+
+%:
+	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..7655d3e
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+lib/2.3/bcrypt_pbkdf_ext.so
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bd9d3cc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/.(rc|beta|alpha)/~$1/ \
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/bcrypt_pbkdf .*/bcrypt_pbkdf-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-bcrypt-pbkdf.git



More information about the Pkg-ruby-extras-commits mailing list