[DRE-commits] [jekyll] 01/01: Relax dependency for ruby-colorator

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jul 6 20:49:57 UTC 2016


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

boutil pushed a commit to branch master
in repository jekyll.

commit fc64874eea1e57445a2d22c75746cf1ac772b32d
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jul 6 22:36:45 2016 +0200

    Relax dependency for ruby-colorator
---
 debian/changelog                     |  7 +++++++
 debian/patches/relax-colorator.patch | 16 ++++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4282584..f710a9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jekyll (3.1.6+dfsg-3) unstable; urgency=medium
+
+  * Team upload
+  * Relax dependency for ruby-colorator
+
+ -- Cédric Boutillier <boutil at debian.org>  Wed, 06 Jul 2016 22:42:24 +0200
+
 jekyll (3.1.6+dfsg-2) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/patches/relax-colorator.patch b/debian/patches/relax-colorator.patch
new file mode 100644
index 0000000..947299e
--- /dev/null
+++ b/debian/patches/relax-colorator.patch
@@ -0,0 +1,16 @@
+Description: relax dependency for colorator
+ Jekyl 3.2 should bump the version in Gemspec and this patch can be dropped
+Author: Cédric Boutillier <boutil at debian.org>
+Forwarded: not needed
+Last-Update: 2016-07-06
+--- a/jekyll.gemspec
++++ b/jekyll.gemspec
+@@ -469,7 +469,7 @@
+   s.add_runtime_dependency('kramdown',  '~> 1.3')
+   s.add_runtime_dependency('mercenary', '~> 0.3.3')
+   s.add_runtime_dependency('safe_yaml', '~> 1.0')
+-  s.add_runtime_dependency('colorator', '~> 0.1')
++  s.add_runtime_dependency('colorator')
+   s.add_runtime_dependency('rouge', '~> 2.0')
+   s.add_runtime_dependency('jekyll-sass-converter', '~> 1.0')
+   s.add_runtime_dependency('jekyll-watch', '~> 1.1')
diff --git a/debian/patches/series b/debian/patches/series
index 23d63b1..4f6367c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@
 0013_require_coffee_script_test.patch
 0014_skip_test_autopkgtest.patch
 adapt_test_rouge2.patch
+relax-colorator.patch

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



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