[DHG_packages] 115/128: BlogLiterately: Upgrading from 0.7.1.11 to 0.8.1.1

Joachim Breitner nomeata at moszumanska.debian.org
Sat Aug 15 12:46:30 UTC 2015


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

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 08c54c862871aebbdb45b224f5e76febf6ab485b
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 14:29:08 2015 +0200

    BlogLiterately: Upgrading from 0.7.1.11 to 0.8.1.1
---
 p/haskell-blogliterately/debian/changelog                   |  6 ++++++
 p/haskell-blogliterately/debian/control                     | 12 ++++++------
 .../debian/patches/LaTeXMathML-type-change                  | 13 +++++++------
 3 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/p/haskell-blogliterately/debian/changelog b/p/haskell-blogliterately/debian/changelog
index 362fe84..df8a4a1 100644
--- a/p/haskell-blogliterately/debian/changelog
+++ b/p/haskell-blogliterately/debian/changelog
@@ -1,3 +1,9 @@
+haskell-blogliterately (0.8.1.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 14:29:08 +0200
+
 haskell-blogliterately (0.7.1.11-2) unstable; urgency=medium
 
   * Fix build-depends
diff --git a/p/haskell-blogliterately/debian/control b/p/haskell-blogliterately/debian/control
index 5f37ab0..2eecaf1 100644
--- a/p/haskell-blogliterately/debian/control
+++ b/p/haskell-blogliterately/debian/control
@@ -23,22 +23,22 @@ Build-Depends: debhelper (>= 9.0),
  libghc-data-default-dev (>= 0.5),
  libghc-data-default-dev (<< 0.6),
  libghc-data-default-prof,
- libghc-haxr-dev (>= 3000.9),
- libghc-haxr-dev (<< 3000.11),
+ libghc-haxr-dev (>= 3000.11),
+ libghc-haxr-dev (<< 3000.12),
  libghc-haxr-prof,
  libghc-highlighting-kate-dev (>= 0.5),
- libghc-highlighting-kate-dev (<< 0.6),
+ libghc-highlighting-kate-dev (<< 0.7),
  libghc-highlighting-kate-prof,
  libghc-hscolour-dev (>= 1.20),
  libghc-hscolour-dev (<< 1.24),
  libghc-hscolour-prof,
  libghc-lens-dev (>= 3.8),
- libghc-lens-dev (<< 4.12),
+ libghc-lens-dev (<< 4.13),
  libghc-lens-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
- libghc-pandoc-dev (>= 1.12),
- libghc-pandoc-dev (<< 1.14),
+ libghc-pandoc-dev (>= 1.14),
+ libghc-pandoc-dev (<< 1.16),
  libghc-pandoc-prof,
  libghc-pandoc-citeproc-dev (>= 0.1.2),
  libghc-pandoc-citeproc-dev (<< 0.8),
diff --git a/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change b/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change
index fe66b69..1f8fa34 100644
--- a/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change
+++ b/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change
@@ -1,8 +1,8 @@
-Index: BlogLiterately-0.7.1.11/src/Text/BlogLiterately/Transform.hs
+Index: haskell-blogliterately/src/Text/BlogLiterately/Transform.hs
 ===================================================================
---- BlogLiterately-0.7.1.11.orig/src/Text/BlogLiterately/Transform.hs	2015-05-31 14:36:10.327456141 +0200
-+++ BlogLiterately-0.7.1.11/src/Text/BlogLiterately/Transform.hs	2015-05-31 14:37:02.896410284 +0200
-@@ -368,7 +368,7 @@
+--- haskell-blogliterately.orig/src/Text/BlogLiterately/Transform.hs	2015-08-15 14:29:20.218238672 +0200
++++ haskell-blogliterately/src/Text/BlogLiterately/Transform.hs	2015-08-15 14:29:20.214238591 +0200
+@@ -371,7 +371,7 @@
                     }
      mathOption opt
        | opt `isPrefixOf` "latexmathml" ||
@@ -11,10 +11,11 @@ Index: BlogLiterately-0.7.1.11/src/Text/BlogLiterately/Transform.hs
        | opt `isPrefixOf` "mathml"      = MathML (mathUrlMaybe opt)
        | opt `isPrefixOf` "mimetex"     =
            WebTeX (mathUrl "/cgi-bin/mimetex.cgi?" opt)
-@@ -381,6 +381,7 @@
+@@ -384,6 +384,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 (/='=')
+ 

-- 
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