[DHG_packages] 06/26: BlogLiterately: Upgrading from 0.8.2.3 to 0.8.3
Joachim Breitner
nomeata at moszumanska.debian.org
Wed Jun 1 11:15:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch LTS-6
in repository DHG_packages.
commit 91b2c768c9dd3ae39d74336d85cde4ffcaea2044
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Jun 1 12:44:19 2016 +0200
BlogLiterately: Upgrading from 0.8.2.3 to 0.8.3
---
p/haskell-blogliterately/debian/changelog | 6 ++++++
.../debian/patches/LaTeXMathML-type-change | 21 ---------------------
p/haskell-blogliterately/debian/patches/series | 1 -
3 files changed, 6 insertions(+), 22 deletions(-)
diff --git a/p/haskell-blogliterately/debian/changelog b/p/haskell-blogliterately/debian/changelog
index 1b3d38b..1733a9e 100644
--- a/p/haskell-blogliterately/debian/changelog
+++ b/p/haskell-blogliterately/debian/changelog
@@ -1,3 +1,9 @@
+haskell-blogliterately (0.8.3-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org> Wed, 01 Jun 2016 12:44:19 +0200
+
haskell-blogliterately (0.8.2.3-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change b/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change
deleted file mode 100644
index 780e540..0000000
--- a/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: haskell-blogliterately/src/Text/BlogLiterately/Transform.hs
-===================================================================
---- haskell-blogliterately.orig/src/Text/BlogLiterately/Transform.hs 2016-02-17 15:43:34.008398639 +0100
-+++ haskell-blogliterately/src/Text/BlogLiterately/Transform.hs 2016-02-17 15:43:34.004398542 +0100
-@@ -368,7 +368,7 @@
- }
- mathOption opt
- | opt `isPrefixOf` "latexmathml" ||
-- opt `isPrefixOf` "asciimathml" = LaTeXMathML (mathUrlMaybe opt)
-+ opt `isPrefixOf` "asciimathml" = LaTeXMathML (mathUrl latexmathmlURL opt)
- | opt `isPrefixOf` "mathml" = MathML (mathUrlMaybe opt)
- | opt `isPrefixOf` "mimetex" =
- WebTeX (mathUrl "/cgi-bin/mimetex.cgi?" opt)
-@@ -381,6 +381,7 @@
- webTeXURL = "http://chart.apis.google.com/chart?cht=tx&chl="
- mathJaxURL = "http://cdn.mathjax.org/mathjax/latest/MathJax.js"
- ++ "?config=TeX-AMS-MML_HTMLorMML"
-+ latexmathmlURL = "http://math.etsu.edu/LaTeXMathML/LaTeXMathML.js"
-
- urlPart = drop 1 . dropWhile (/='=')
-
diff --git a/p/haskell-blogliterately/debian/patches/series b/p/haskell-blogliterately/debian/patches/series
deleted file mode 100644
index be1224f..0000000
--- a/p/haskell-blogliterately/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-LaTeXMathML-type-change
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list