[DRE-commits] [ruby-recaptcha] 03/05: remove patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jun 16 10:30:29 UTC 2016


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

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

commit 627f11f83b1e99d2a45177d4cac317032245f39d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Jun 16 15:27:43 2016 +0530

    remove patch
---
 debian/changelog                         |  1 +
 debian/patches/gemspec_without_git.patch | 21 ---------------------
 debian/patches/series                    |  1 -
 3 files changed, 1 insertion(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b01a78d..dd5710a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-recaptcha (3.2.0-1) UNRELEASED; urgency=medium
 
   * Team upload
   * New upstream major release
+  * Remove patch gemspec_without_git.patch (gem2deb can handle it now)
 
  -- Pirate Praveen <praveen at debian.org>  Thu, 16 Jun 2016 15:25:16 +0530
 
diff --git a/debian/patches/gemspec_without_git.patch b/debian/patches/gemspec_without_git.patch
deleted file mode 100644
index 8569473..0000000
--- a/debian/patches/gemspec_without_git.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Use a gemspec that doesn't depend on git.
- The .tar.gz obviously doesn't have a .git and in the pdebuild chroots
- we also don't have the git binary.
-Author: David Martínez Moreno <ender at debian.org>
-Bug-Ubuntu: https://launchpad.net/bugs/1400564
-Forwarded: no
-Last-Update: 2015-07-28
-
---- ruby-recaptcha-0.4.0.orig/recaptcha.gemspec
-+++ ruby-recaptcha-0.4.0/recaptcha.gemspec
-@@ -13,8 +13,8 @@ Gem::Specification.new do |s|
- 
-   s.rubyforge_project = "recaptcha"
- 
--  s.files         = `git ls-files`.split("\n")
--  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
-+  s.files         = Dir.glob("lib/**/*")
-+  s.test_files    = Dir.glob("{test,spec,features}/**/*")
-   s.require_paths = ["lib"]
- 
-   s.add_development_dependency "mocha"
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 599ab92..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-gemspec_without_git.patch

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