[DRE-commits] [mdpress] 05/06: Refresh patches
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Jan 8 11:24:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository mdpress.
commit c449c813e3782ff4d50e58704e368898d62922e7
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Jan 8 11:54:32 2014 +0100
Refresh patches
---
debian/changelog | 1 +
debian/patches/change_basedir.patch | 4 ++--
debian/patches/copy_system_js_libs.patch | 4 ++--
debian/patches/replace_launchy.patch | 6 +++---
debian/patches/use_system_mathjax.patch | 4 ++--
5 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ff2986a..6ec891c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mdpress (0.0.15+debian-1) UNRELEASED; urgency=medium
* Install README.md and examples, now shipped by upstream
* Change section to from ruby to text (Closes: #733671)
* Bump Standards-Version to 3.9.5 (no changes needed)
+ * Refresh patches
-- Cédric Boutillier <boutil at debian.org> Wed, 08 Jan 2014 11:20:05 +0100
diff --git a/debian/patches/change_basedir.patch b/debian/patches/change_basedir.patch
index 66a95ec..0442d73 100644
--- a/debian/patches/change_basedir.patch
+++ b/debian/patches/change_basedir.patch
@@ -2,11 +2,11 @@ Description: use /usr/share/mdpress as base_dir
Origin: vendor
Author: Cédric Boutillier <boutil at debian.org>
Forwarded: not-needed
-Last-Update: 2013-06-16
+Last-Update: 2014-01-08
--- a/bin/mdpress
+++ b/bin/mdpress
-@@ -14,7 +14,7 @@
+@@ -15,7 +15,7 @@
end
def base_dir
diff --git a/debian/patches/copy_system_js_libs.patch b/debian/patches/copy_system_js_libs.patch
index ffd2123..c73eb00 100644
--- a/debian/patches/copy_system_js_libs.patch
+++ b/debian/patches/copy_system_js_libs.patch
@@ -2,10 +2,10 @@ Description: copy system javascript libraries and css files
instead of the embedded ones that are removed from the upstream tarball
Origin: vendor
Author: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2013-06-16
+Last-Update: 2014-01-08
--- a/bin/mdpress
+++ b/bin/mdpress
-@@ -140,8 +140,15 @@
+@@ -149,8 +149,15 @@
render OPTS
log "copying files"
diff --git a/debian/patches/replace_launchy.patch b/debian/patches/replace_launchy.patch
index c06a9f8..2c0a535 100644
--- a/debian/patches/replace_launchy.patch
+++ b/debian/patches/replace_launchy.patch
@@ -3,7 +3,7 @@ Description: replace for the moment ruby-launchy by xdg-open
Author: Cédric Boutillier <boutil at debian.org>
Origin: vendor
Forwarded: not-needed
-Last-Update: 2013-06-16
+Last-Update: 2014-01-08
--- a/bin/mdpress
+++ b/bin/mdpress
@@ -13,10 +13,10 @@ Last-Update: 2013-06-16
require 'tempfile'
-require 'launchy'
+#require 'launchy'
+ require 'yaml'
THEMES_DIRNAME = './themes/'
-
-@@ -168,7 +168,7 @@
+@@ -177,7 +177,7 @@
end
elsif OPTS[:run]
log "opening in browser."
diff --git a/debian/patches/use_system_mathjax.patch b/debian/patches/use_system_mathjax.patch
index e49d64c..de68cbf 100644
--- a/debian/patches/use_system_mathjax.patch
+++ b/debian/patches/use_system_mathjax.patch
@@ -1,11 +1,11 @@
Description: use system MathJax library instead of cdn.mathjax.org
so that we do not rely on distant services
Author: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2013-08-07
+Last-Update: 2014-01-08
--- a/lib/impress_renderer.rb
+++ b/lib/impress_renderer.rb
-@@ -37,7 +37,7 @@
+@@ -45,7 +45,7 @@
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/mdpress.git
More information about the Pkg-ruby-extras-commits
mailing list