[DRE-commits] [ruby-grit-ext] 01/01: Add gemspec patch

Balasankar C balasankarc-guest at moszumanska.debian.org
Sat Nov 28 06:15:36 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-grit-ext.

commit 72b7c6c8fa8853accb21194c0a3e497268a04502
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sat Nov 28 11:45:22 2015 +0530

    Add gemspec patch
---
 debian/changelog                   |  2 ++
 debian/patches/patch-gemspec.patch | 18 ++++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6da352f..b6cdb2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ ruby-grit-ext (0.8.1-2) unstable; urgency=medium
   * Team upload.
   * Bump debhelper compatibility to 9
   * Bump standards version to 3.9.6
+  * patch-gemspec.patch : Loosen charlock_holmes dependency for
+    github-lingist
 
  -- Balasankar C <balasankarc at autistici.org>  Fri, 27 Nov 2015 21:20:27 +0530
 
diff --git a/debian/patches/patch-gemspec.patch b/debian/patches/patch-gemspec.patch
new file mode 100644
index 0000000..1a1e3fd
--- /dev/null
+++ b/debian/patches/patch-gemspec.patch
@@ -0,0 +1,18 @@
+Description: Patch dependency on charlock_holmes to be >= 0.6.9
+ This is needed for githab-linguist and grit_ext seems to work fine with v0.7.3
+ of charlock_holmes.
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2015-11-28
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/grit_ext.gemspec
++++ b/grit_ext.gemspec
+@@ -15,7 +15,7 @@
+   gem.require_paths = ["lib"]
+   gem.version       = GritExt.version
+ 
+-  gem.add_dependency("charlock_holmes", "~> 0.6.9")
++  gem.add_dependency("charlock_holmes", ">= 0.6.9")
+ 
+   gem.add_development_dependency("rspec", "~> 2.11")
+   gem.add_development_dependency("grit", "~> 2.5")
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..602a0eb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+patch-gemspec.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-grit-ext.git



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