[DHG_packages] 02/03: hakyll: Upgrading from 4.9.2.0 to 4.9.7.0

Clint Adams clint at moszumanska.debian.org
Fri Jul 7 00:06:29 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 6999c7445641198623581ef10d157af9f80d86ac
Author: Clint Adams <clint at debian.org>
Date:   Thu Jul 6 20:00:54 2017 -0400

    hakyll: Upgrading from 4.9.2.0 to 4.9.7.0
---
 p/haskell-hakyll/debian/changelog                  |  6 +++++
 p/haskell-hakyll/debian/control                    | 12 ++++-----
 .../debian/patches/bump-directory-bounds.patch     | 29 ----------------------
 p/haskell-hakyll/debian/patches/missing-test-data  | 20 ---------------
 p/haskell-hakyll/debian/patches/series             |  2 --
 5 files changed, 12 insertions(+), 57 deletions(-)

diff --git a/p/haskell-hakyll/debian/changelog b/p/haskell-hakyll/debian/changelog
index 240bd7c..9df9862 100644
--- a/p/haskell-hakyll/debian/changelog
+++ b/p/haskell-hakyll/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hakyll (4.9.7.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Thu, 06 Jul 2017 20:00:54 -0400
+
 haskell-hakyll (4.9.2.0-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/p/haskell-hakyll/debian/control b/p/haskell-hakyll/debian/control
index cf4990f..24a37ae 100644
--- a/p/haskell-hakyll/debian/control
+++ b/p/haskell-hakyll/debian/control
@@ -12,11 +12,11 @@ Build-Depends:
  ghc (>= 8),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-blaze-html-dev (<< 0.9),
  libghc-blaze-html-dev (>= 0.5),
+ libghc-blaze-html-dev (<< 0.10),
  libghc-blaze-html-prof,
- libghc-blaze-markup-dev (<< 0.8),
  libghc-blaze-markup-dev (>= 0.5.1),
+ libghc-blaze-markup-dev (<< 0.9),
  libghc-blaze-markup-prof,
  libghc-cryptohash-dev (>= 0.7),
  libghc-cryptohash-dev (<< 0.12),
@@ -55,8 +55,7 @@ Build-Depends:
  libghc-pandoc-dev (<< 1.20),
  libghc-pandoc-prof,
  libghc-pandoc-citeproc-dev (>= 0.4),
- libghc-pandoc-citeproc-dev (<< 0.11),
- libghc-pandoc-citeproc-dev (>= 0.4),
+ libghc-pandoc-citeproc-dev (<< 0.10.5),
  libghc-pandoc-citeproc-prof,
  libghc-parsec3-dev (<< 3.2),
  libghc-parsec3-dev (>= 3.0),
@@ -99,8 +98,8 @@ Build-Depends:
  libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof,
- libghc-vector-dev (<< 0.12),
  libghc-vector-dev (>= 0.11),
+ libghc-vector-dev (<< 0.13),
  libghc-vector-prof,
  libghc-wai-dev (>= 3.2),
  libghc-wai-dev (<< 3.3),
@@ -116,6 +115,7 @@ Build-Depends:
  libghc-yaml-prof,
  libghc-quickcheck2-dev (>= 2.8),
  libghc-quickcheck2-dev (<< 2.10),
+ libghc-pandoc-citeproc-dev (<< 0.11),
  libghc-tasty-dev (>= 0.11),
  libghc-tasty-dev (<< 0.12),
  libghc-tasty-hunit-dev (>= 0.9),
@@ -154,7 +154,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-wai-app-static-doc,
  libghc-warp-doc,
  libghc-yaml-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: http://jaspervdj.be/hakyll
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hakyll
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-hakyll/debian/patches/bump-directory-bounds.patch b/p/haskell-hakyll/debian/patches/bump-directory-bounds.patch
deleted file mode 100644
index 5519b7a..0000000
--- a/p/haskell-hakyll/debian/patches/bump-directory-bounds.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- haskell-hakyll-4.9.2.0.orig/hakyll.cabal
-+++ haskell-hakyll-4.9.2.0/hakyll.cabal
-@@ -158,7 +158,7 @@ Library
-     cryptohash           >= 0.7    && < 0.12,
-     data-default         >= 0.4    && < 0.8,
-     deepseq              >= 1.3    && < 1.5,
--    directory            >= 1.0    && < 1.3,
-+    directory            >= 1.0    && < 1.4,
-     filepath             >= 1.0    && < 1.5,
-     lrucache             >= 1.1.1  && < 1.3,
-     mtl                  >= 1      && < 2.3,
-@@ -251,7 +251,7 @@ Test-suite hakyll-tests
-     cryptohash           >= 0.7    && < 0.12,
-     data-default         >= 0.4    && < 0.8,
-     deepseq              >= 1.3    && < 1.5,
--    directory            >= 1.0    && < 1.3,
-+    directory            >= 1.0    && < 1.4,
-     filepath             >= 1.0    && < 1.5,
-     lrucache             >= 1.1.1  && < 1.3,
-     mtl                  >= 1      && < 2.3,
-@@ -312,7 +312,7 @@ Executable hakyll-init
- 
-   Build-depends:
-     base      >= 4   && < 5,
--    directory >= 1.0 && < 1.3,
-+    directory >= 1.0 && < 1.4,
-     filepath  >= 1.0 && < 1.5
- 
-   Other-modules:
diff --git a/p/haskell-hakyll/debian/patches/missing-test-data b/p/haskell-hakyll/debian/patches/missing-test-data
deleted file mode 100644
index c41b9cf..0000000
--- a/p/haskell-hakyll/debian/patches/missing-test-data
+++ /dev/null
@@ -1,20 +0,0 @@
---- /dev/null
-+++ b/tests/data/just-meta.html
-@@ -0,0 +1,7 @@
-+<pre>
-+external: {$external$}
-+date: {$date$}
-+subblog: {$subblog$}
-+intfield: {$intfield$}
-+numfield: {$numfield$}
-+</pre>
---- /dev/null
-+++ b/tests/data/just-meta.html.out
-@@ -0,0 +1,7 @@
-+<pre>
-+external: {External data}
-+date: {2012-10-22 14:35:24}
-+subblog: {food}
-+intfield: {42}
-+numfield: {3.14}
-+</pre>
diff --git a/p/haskell-hakyll/debian/patches/series b/p/haskell-hakyll/debian/patches/series
deleted file mode 100644
index 31d64d7..0000000
--- a/p/haskell-hakyll/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-missing-test-data
-bump-directory-bounds.patch

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