[DRE-commits] [ruby-gollum-lib] 03/04: Relax dependency on stringex in gemspec
Cédric Boutillier
boutil at moszumanska.debian.org
Sat Jul 9 08:57:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-gollum-lib.
commit f9090549c60ad93812d64459965523a9f8c3b654
Author: Cédric Boutillier <boutil at debian.org>
Date: Sat Jul 9 10:51:31 2016 +0200
Relax dependency on stringex in gemspec
---
debian/changelog | 1 +
debian/patches/relax-stringex.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f9ed425..19f4486 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-gollum-lib (4.2.0-2) unstable; urgency=medium
* Team upload
* Add rouge2.patch to adapt to ruby-rouge >= 2 (Closes: #830095)
+ * Relax dependency on stringex in gemspec
-- Cédric Boutillier <boutil at debian.org> Sat, 09 Jul 2016 10:05:58 +0200
diff --git a/debian/patches/relax-stringex.patch b/debian/patches/relax-stringex.patch
new file mode 100644
index 0000000..3c8844a
--- /dev/null
+++ b/debian/patches/relax-stringex.patch
@@ -0,0 +1,16 @@
+Description: relax version dep of stringex in gemspec
+Author: Cédric Boutillier <boutil at debian.org>
+Last-Update: 2016-07-09
+Forwarded: no
+
+--- a/gemspec.rb
++++ b/gemspec.rb
+@@ -27,7 +27,7 @@
+ s.add_dependency *default_adapter
+ s.add_dependency 'rouge', '~> 2.0'
+ s.add_dependency 'nokogiri', '~> 1.6.4'
+- s.add_dependency 'stringex', '~> 2.5.1'
++ s.add_dependency 'stringex', '~> 2.5'
+ s.add_dependency 'sanitize', '~> 2.1.0'
+ s.add_dependency 'github-markup', '~> 1.4.0'
+
diff --git a/debian/patches/series b/debian/patches/series
index ff1b1c7..168aed8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
use-rugged.patch
rouge2.patch
+relax-stringex.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gollum-lib.git
More information about the Pkg-ruby-extras-commits
mailing list