[DRE-commits] [redmine-recaptcha] 02/02: Imported Debian patch 0.1.0+git20121018-1

David Martínez ender at moszumanska.debian.org
Tue Jan 7 06:46:23 UTC 2014


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

ender pushed a commit to annotated tag debian/0.1.0+git20121018-1
in repository redmine-recaptcha.

commit 831eac8cdba910cc2585c9bad192ff75449741ca
Author: David Martínez Moreno <ender at debian.org>
Date:   Thu Oct 18 12:25:53 2012 -0700

    Imported Debian patch 0.1.0+git20121018-1
---
 debian/changelog           |  6 ++++++
 debian/compat              |  1 +
 debian/control             | 21 +++++++++++++++++++++
 debian/copyright           | 43 +++++++++++++++++++++++++++++++++++++++++++
 debian/install             |  3 +++
 debian/ruby-recaptcha.docs |  1 +
 debian/rules               |  5 +++++
 debian/source/format       |  1 +
 8 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cd5ebf0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+redmine-recaptcha (0.1.0+git20121018-1) unstable; urgency=low
+
+  * Initial release (closes: #690819).
+  * Repackaged with latest fixes from upstream.
+
+ -- David Martínez Moreno <ender at debian.org>  Thu, 18 Oct 2012 12:25:53 -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..4e00e68
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: redmine-recaptcha
+Section: ruby
+Priority: optional
+Maintainer: David Martínez Moreno <ender at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
+Vcs-Git: git://github.com/srstclair/redmine_recaptcha.git
+Homepage: https://github.com/srstclair/redmine_recaptcha
+
+Package: redmine-plugin-recaptcha
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         redmine (>= 0.9.4-3),
+         ruby-recaptcha
+Description: Redmine plugin to add a reCAPTCHA to user self-registration
+ This plugin gives Redmine the ability to display reCAPTCHA authentication
+ in order to allow user self-registration and prevent spam.
+ .
+ Before using it, you will need to sign-up for a reCAPTCHA key at
+ http://www.google.com/recaptcha.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..87f22ca
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: redmine-recaptcha
+Source: https://github.com/srstclair/redmine_recaptcha
+
+Files: *
+Copyright: 2010-2012, Shane StClair <srstclair at gmail.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/install b/debian/install
new file mode 100644
index 0000000..9a1fdac
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+*rb /usr/share/redmine/vendor/plugins/redmine-recaptcha
+app /usr/share/redmine/vendor/plugins/redmine-recaptcha/
+lib /usr/share/redmine/vendor/plugins/redmine-recaptcha/
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..15fa49f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#
+%:
+	dh $@
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/redmine-recaptcha.git



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