[DHG_packages] 01/01: blogliterately: Newer build-deps from hackage

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Mon Nov 6 15:59:53 UTC 2017


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

iliastsi-guest pushed a commit to branch master
in repository DHG_packages.

commit f06cefe1d2c5fa79c9ac68ded4434c35e18eb01a
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Mon Nov 6 17:45:06 2017 +0200

    blogliterately: Newer build-deps from hackage
    
    Closes: #880515
---
 p/haskell-blogliterately/debian/changelog               |  5 +++--
 p/haskell-blogliterately/debian/control                 |  2 +-
 .../debian/patches/LaTeXMathML-type-change              | 10 +++++-----
 .../debian/patches/newer-blaze-html                     | 17 +++++++++++++++++
 p/haskell-blogliterately/debian/patches/series          |  1 +
 5 files changed, 27 insertions(+), 8 deletions(-)

diff --git a/p/haskell-blogliterately/debian/changelog b/p/haskell-blogliterately/debian/changelog
index 72e2b3d..642ebc8 100644
--- a/p/haskell-blogliterately/debian/changelog
+++ b/p/haskell-blogliterately/debian/changelog
@@ -1,12 +1,13 @@
-haskell-blogliterately (0.8.4.3-2) UNRELEASED; urgency=medium
+haskell-blogliterately (0.8.4.3-2) unstable; urgency=medium
 
   * Change Priority to optional. Since Debian Policy version 4.0.1,
     priority extra has been deprecated.
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
+  * Get newer build-deps from hackage (Closes: #880515)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 01 Nov 2017 12:13:42 +0200
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 06 Nov 2017 17:44:59 +0200
 
 haskell-blogliterately (0.8.4.3-1) unstable; urgency=medium
 
diff --git a/p/haskell-blogliterately/debian/control b/p/haskell-blogliterately/debian/control
index b75bd71..1c2078b 100644
--- a/p/haskell-blogliterately/debian/control
+++ b/p/haskell-blogliterately/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  ghc (>= 8),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-blaze-html-dev (<< 0.9),
+ libghc-blaze-html-dev (<< 0.10),
  libghc-blaze-html-dev (>= 0.5),
  libghc-blaze-html-prof,
  libghc-bool-extras-dev,
diff --git a/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change b/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change
index 75a2b07..1237970 100644
--- a/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change
+++ b/p/haskell-blogliterately/debian/patches/LaTeXMathML-type-change
@@ -1,8 +1,8 @@
-Index: haskell-blogliterately/src/Text/BlogLiterately/Transform.hs
+Index: b/src/Text/BlogLiterately/Transform.hs
 ===================================================================
---- haskell-blogliterately.orig/src/Text/BlogLiterately/Transform.hs	2016-06-01 15:02:00.895700793 +0200
-+++ haskell-blogliterately/src/Text/BlogLiterately/Transform.hs	2016-06-01 15:02:00.887700587 +0200
-@@ -520,7 +520,7 @@
+--- a/src/Text/BlogLiterately/Transform.hs
++++ b/src/Text/BlogLiterately/Transform.hs
+@@ -562,7 +562,7 @@ xformDoc bl xforms =
                     }
      mathOption opt
        | opt `isPrefixOf` "latexmathml" ||
@@ -11,7 +11,7 @@ Index: haskell-blogliterately/src/Text/BlogLiterately/Transform.hs
        | opt `isPrefixOf` "mathml"      = MathML (mathUrlMaybe opt)
        | opt `isPrefixOf` "mimetex"     =
            WebTeX (mathUrl "/cgi-bin/mimetex.cgi?" opt)
-@@ -533,6 +533,7 @@
+@@ -575,6 +575,7 @@ xformDoc bl xforms =
      webTeXURL  = "http://chart.apis.google.com/chart?cht=tx&chl="
      mathJaxURL = "http://cdn.mathjax.org/mathjax/latest/MathJax.js"
                   ++ "?config=TeX-AMS-MML_HTMLorMML"
diff --git a/p/haskell-blogliterately/debian/patches/newer-blaze-html b/p/haskell-blogliterately/debian/patches/newer-blaze-html
new file mode 100644
index 0000000..432585a
--- /dev/null
+++ b/p/haskell-blogliterately/debian/patches/newer-blaze-html
@@ -0,0 +1,17 @@
+Description: Newer dependencies from hackage
+Origin: upstream, https://hackage.haskell.org/package/BlogLiterately-0.8.4.3/revisions/
+---
+
+Index: b/BlogLiterately.cabal
+===================================================================
+--- a/BlogLiterately.cabal
++++ b/BlogLiterately.cabal
+@@ -54,7 +54,7 @@ Library
+                    parsec >= 3 && < 3.2,
+                    HaXml >= 1.22 && < 1.26,
+                    hscolour >= 1.20 && < 1.25,
+-                   blaze-html >= 0.5 && < 0.9,
++                   blaze-html >= 0.5 && < 0.10,
+                    cmdargs >= 0.9.5 && < 0.11,
+                    haxr >= 3000.11 && < 3000.12,
+                    pandoc >= 1.19 && < 1.20,
diff --git a/p/haskell-blogliterately/debian/patches/series b/p/haskell-blogliterately/debian/patches/series
index be1224f..da52648 100644
--- a/p/haskell-blogliterately/debian/patches/series
+++ b/p/haskell-blogliterately/debian/patches/series
@@ -1 +1,2 @@
 LaTeXMathML-type-change
+newer-blaze-html

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