[DRE-commits] [ruby-kramdown-rfc2629] 02/04: Relax gem dependency on kramdown

Cédric Boutillier boutil at moszumanska.debian.org
Sun Oct 1 19:43:55 UTC 2017


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

boutil pushed a commit to branch master
in repository ruby-kramdown-rfc2629.

commit 0930f60912bdcd132abfd8199a517a91bbed3dcc
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Oct 1 19:04:01 2017 +0200

    Relax gem dependency on kramdown
---
 debian/patches/no-certified-gem.patch | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/patches/no-certified-gem.patch b/debian/patches/no-certified-gem.patch
index ee1967a..dc622c0 100644
--- a/debian/patches/no-certified-gem.patch
+++ b/debian/patches/no-certified-gem.patch
@@ -1,4 +1,4 @@
-Description: Do not use the certified gem
+Description: relax kramdown version and do not use the certified gem
  to manually maintain a certificate bundle
  and update warning to indicate the user that this workaround is disabled on Debian
 Author: Cédric Boutillier <boutil at debian.org>
@@ -19,11 +19,13 @@ Last-Update: 2017-09-12
  
 --- a/kramdown-rfc2629.gemspec
 +++ b/kramdown-rfc2629.gemspec
-@@ -5,7 +5,6 @@
+@@ -4,8 +4,7 @@
+   s.summary = "Kramdown extension for generating RFC 7749 XML."
    s.description = %{An RFC7749 (XML2RFC) generating backend for Thomas Leitner's
  "kramdown" markdown parser.  Mostly useful for RFC writers.}
-   s.add_dependency('kramdown', '~> 1.14.0')
+-  s.add_dependency('kramdown', '~> 1.14.0')
 -  s.add_dependency('certified', '~> 1.0')
++  s.add_dependency('kramdown', '~> 1.14')
    s.files = Dir['lib/**/*.rb'] + %w(README.md LICENSE kramdown-rfc2629.gemspec bin/kdrfc bin/kramdown-rfc2629 bin/doilit bin/kramdown-rfc-extract-markdown data/kramdown-rfc2629.erb data/encoding-fallbacks.txt)
    s.require_path = 'lib'
    s.executables = ['kramdown-rfc2629', 'doilit', 'kramdown-rfc-extract-markdown', 'kdrfc']

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



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