[DRE-commits] [redmine-recaptcha] 01/02: - Depend instead on 0.3.6-1, which is the official ruby-recaptcha release. - Removed ${shlibs:Depends} as it makes no sense for a bunch of scripts. - Added https to the reCAPTCHA web in the Description field.

David Martínez ender at moszumanska.debian.org
Thu Jan 9 07:37:57 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 6d039473c59bbeb687ebb3f696f3c215ccc3db23
Author: David Martínez Moreno <ender at debian.org>
Date:   Wed Jan 8 23:34:27 2014 -0800

    - Depend instead on 0.3.6-1, which is the official ruby-recaptcha release.
    - Removed ${shlibs:Depends} as it makes no sense for a bunch of scripts.
    - Added https to the reCAPTCHA web in the Description field.
---
 debian/changelog | 3 ++-
 debian/control   | 7 +++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1557744..7eaf4e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ redmine-recaptcha (0.1.0+git20121018-2) UNRELEASED; urgency=medium
   * debian/control:
     - Added quilt to Build-Depends.
     - Depend on redmine (>= 2.0.0) and ruby-recaptcha (>=
-      0.3.5+git20131007-1).
+      0.3.6-1).
     - Bumped Standards-Version to 3.9.5.
+    - Removed ${shlibs:Depends} as it makes no sense for a bunch of scripts.
   * 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 f718c74..f0ff471 100644
--- a/debian/control
+++ b/debian/control
@@ -9,13 +9,12 @@ Homepage: https://github.com/srstclair/redmine_recaptcha
 
 Package: redmine-plugin-recaptcha
 Architecture: all
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
          redmine (>= 2.0.0),
-         ruby-recaptcha (>= 0.3.5+git20131007-1),
+         ruby-recaptcha (>= 0.3.6-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.
  .
  Before using it, you will need to sign-up for a reCAPTCHA key at
- http://www.google.com/recaptcha.
+ https://www.google.com/recaptcha.

-- 
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