[DRE-commits] [redmine-recaptcha] 02/02: * debian/control: - Added quilt to Build-Depends. - Depend on redmine (>= 2.0.0) and ruby-recaptcha (>= 0.3.5+git20131007-1). - Bumped Standards-Version to 3.9.5. * Fixed installation of docs.
David Martínez
ender at moszumanska.debian.org
Tue Jan 7 07:43:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
ender pushed a commit to branch master
in repository redmine-recaptcha.
commit 4e71e128095194acaed1f378616bab9da0a2f6c6
Author: David Martínez Moreno <ender at debian.org>
Date: Mon Jan 6 23:36:24 2014 -0800
* debian/control:
- Added quilt to Build-Depends.
- Depend on redmine (>= 2.0.0) and ruby-recaptcha (>= 0.3.5+git20131007-1).
- Bumped Standards-Version to 3.9.5.
* Fixed installation of docs.
---
debian/changelog | 6 ++++++
debian/control | 8 ++++----
debian/docs | 1 +
debian/ruby-recaptcha.docs | 1 -
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4510ee8..1557744 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,12 @@ redmine-recaptcha (0.1.0+git20121018-2) UNRELEASED; urgency=medium
* Moved the plugin to /usr/share/redmine/plugins/ for compatibility with
Redmine 2 (closes: #725217).
* debian/patches/01_rails3-init: Added, to fix old initialization logic.
+ * debian/control:
+ - Added quilt to Build-Depends.
+ - Depend on redmine (>= 2.0.0) and ruby-recaptcha (>=
+ 0.3.5+git20131007-1).
+ - Bumped Standards-Version to 3.9.5.
+ * Fixed installation of docs.
-- David Martínez Moreno <ender at debian.org> Mon, 06 Jan 2014 18:09:42 -0800
diff --git a/debian/control b/debian/control
index 4e00e68..f718c74 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ 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
+Build-Depends: debhelper (>= 9), quilt
+Standards-Version: 3.9.5
Vcs-Git: git://github.com/srstclair/redmine_recaptcha.git
Homepage: https://github.com/srstclair/redmine_recaptcha
@@ -11,8 +11,8 @@ Package: redmine-plugin-recaptcha
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
- redmine (>= 0.9.4-3),
- ruby-recaptcha
+ redmine (>= 2.0.0),
+ ruby-recaptcha (>= 0.3.5+git20131007-1),
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.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ruby-recaptcha.docs b/debian/ruby-recaptcha.docs
deleted file mode 100644
index e475c53..0000000
--- a/debian/ruby-recaptcha.docs
+++ /dev/null
@@ -1 +0,0 @@
-README.rdoc
--
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