[DRE-commits] [SCM] bundler.git branch, master, updated. upstream/1.1.0-18-g50cb192

Christian Hofstaedtler christian at hofstaedtler.name
Tue Mar 13 11:46:08 UTC 2012


The following commit has been merged in the master branch:
commit 50cb192e8717a02aa48c6919fa8ced1b420e346f
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Tue Mar 13 12:44:53 2012 +0100

    patch: ronn man-page output workaround for "..."

diff --git a/debian/patches/fix-manpage-warning.patch b/debian/patches/fix-manpage-warning.patch
new file mode 100644
index 0000000..aa5db3a
--- /dev/null
+++ b/debian/patches/fix-manpage-warning.patch
@@ -0,0 +1,18 @@
+Gemfile.5 has an example with "..." in a preformatted block.
+Apparently ronn doesn't escape this properly and man will then
+complain about an undefined ".." macro and the "..." is missing the manpage output.
+
+This just adds a "|" in front of the "..." so this doesn't look like a macro to man.
+
+Submitted to upstream as https://github.com/carlhuda/bundler/pull/1739
+--- a/man/gemfile.5.ronn
++++ b/man/gemfile.5.ronn
+@@ -203,7 +203,7 @@
+     | |-actionpack.gemspec    [actionpack gem located here]
+     |~activesupport
+     | |-activesupport.gemspec [activesupport gem located here]
+-    ...
++    |...
+ 
+ To install a gem located in a git repository, bundler changes to
+ the directory containing the gemspec, runs `gem build name.gemspec`
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cde7751
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-manpage-warning.patch

-- 
bundler.git



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