[DRE-commits] [ruby-recaptcha] 01/01: Imported Debian patch 0.3.2+git20121017-1
David Martínez
ender at moszumanska.debian.org
Tue Jan 7 08:37:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
ender pushed a commit to annotated tag debian/0.3.2+git20121017-1
in repository ruby-recaptcha.
commit 6da018501dd6fd8ebbe4914fc09e7cc6462f5cd8
Author: David Martínez Moreno <ender at debian.org>
Date: Thu Oct 18 12:25:36 2012 -0700
Imported Debian patch 0.3.2+git20121017-1
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 24 ++++++++++++++++++++++++
debian/copyright | 43 +++++++++++++++++++++++++++++++++++++++++++
debian/ruby-recaptcha.docs | 1 +
debian/rules | 12 ++++++++++++
debian/source/format | 1 +
7 files changed, 87 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f77c9ea
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-recaptcha (0.3.2+git20121017-1) unstable; urgency=low
+
+ * Initial release (closes: #690754).
+
+ -- David Martínez Moreno <ender at debian.org> Thu, 18 Oct 2012 12:25:36 -0700
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..2fd982e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: ruby-recaptcha
+Section: ruby
+Priority: optional
+Maintainer: David Martínez Moreno <ender at debian.org>
+Build-Depends: debhelper (>= 9),
+ gem2deb (>= 0.2.6~),
+ ruby-pkg-tools,
+Standards-Version: 3.9.3
+Homepage: https://github.com/ambethia/recaptcha/
+XS-Ruby-Versions: all
+
+Package: ruby-recaptcha
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ruby1.8 | ruby-interpreter,
+ rails
+Description: Ruby helpers for the reCAPTCHA API
+ This plugin gives a high-level interface for using reCAPTCHA authentication
+ methods in your ruby programs.
+ .
+ In your views you can use the recaptcha_tags method to embed the needed
+ Javascript, and you can validate in your controllers with verify_recaptcha.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c62197a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: recaptcha
+Source: http://ambethia.com/recaptcha/
+
+Files: *
+Copyright: 2007, Jason L Perry <jasper at ambethia.com>
+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: 2012, David Martínez Moreno <ender at debian.org>
+License: GPL-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 <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/ruby-recaptcha.docs b/debian/ruby-recaptcha.docs
new file mode 100644
index 0000000..e475c53
--- /dev/null
+++ b/debian/ruby-recaptcha.docs
@@ -0,0 +1 @@
+README.rdoc
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a4b9e28
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/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
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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-recaptcha.git
More information about the Pkg-ruby-extras-commits
mailing list