[DRE-commits] [ruby-recaptcha] 03/03: * New upstream release. * debian/control: - Bumped Standards-Version (no change). - Changed a dependency on ruby1.8 to ruby1.9. - Bumped Rails dependency to >> 3. - Added Vcs-* fields.

David Martínez ender at moszumanska.debian.org
Thu Jan 9 07:38:14 UTC 2014


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

ender pushed a commit to branch master
in repository ruby-recaptcha.

commit 2a1e4af152b3f2758d5c55a8339781d1be3669a4
Author: David Martínez Moreno <ender at debian.org>
Date:   Wed Jan 8 23:26:44 2014 -0800

    * New upstream release.
    * debian/control:
      - Bumped Standards-Version (no change).
      - Changed a dependency on ruby1.8 to ruby1.9.
      - Bumped Rails dependency to >> 3.
      - Added Vcs-* fields.
---
 debian/changelog | 11 +++++++++++
 debian/control   |  8 +++++---
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f77c9ea..91ea29a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ruby-recaptcha (0.3.6-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - Bumped Standards-Version (no change).
+    - Changed a dependency on ruby1.8 to ruby1.9.
+    - Bumped Rails dependency to >> 3.
+    - Added Vcs-* fields.
+
+ -- David Martínez Moreno <ender at debian.org>  Wed, 08 Jan 2014 23:24:09 -0800
+
 ruby-recaptcha (0.3.2+git20121017-1) unstable; urgency=low
 
   * Initial release (closes: #690754).
diff --git a/debian/control b/debian/control
index 2fd982e..404650f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,10 @@ 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
+Standards-Version: 3.9.5
 Homepage: https://github.com/ambethia/recaptcha/
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-recaptcha.git
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-recaptcha.git
 XS-Ruby-Versions: all
 
 Package: ruby-recaptcha
@@ -14,8 +16,8 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         ruby1.8 | ruby-interpreter,
-         rails
+         ruby1.9 | ruby-interpreter,
+         rails (>> 3)
 Description: Ruby helpers for the reCAPTCHA API
  This plugin gives a high-level interface for using reCAPTCHA authentication
  methods in your ruby programs.

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