[DHG_packages] 01/02: hakyll: Upgrading from 4.9.1.0 to 4.9.2.0

Clint Adams clint at moszumanska.debian.org
Thu Dec 15 04:16:35 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit db30df67cebfaed6f614c7448bc13c782be35865
Author: Clint Adams <clint at debian.org>
Date:   Sat Dec 10 21:38:39 2016 -0500

    hakyll: Upgrading from 4.9.1.0 to 4.9.2.0
---
 p/haskell-hakyll/debian/changelog                    |  8 ++++++++
 p/haskell-hakyll/debian/control                      |  2 +-
 .../debian/libghc-hakyll-dev.haskell-binaries        |  1 +
 p/haskell-hakyll/debian/patches/missing-test-data    | 20 ++++++++++++++++++++
 p/haskell-hakyll/debian/patches/series               |  1 +
 5 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/p/haskell-hakyll/debian/changelog b/p/haskell-hakyll/debian/changelog
index 366f0b9..e8fe67e 100644
--- a/p/haskell-hakyll/debian/changelog
+++ b/p/haskell-hakyll/debian/changelog
@@ -1,3 +1,11 @@
+haskell-hakyll (4.9.2.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Add in missing test data.
+  * Ship hakyll-init.
+
+ -- Clint Adams <clint at debian.org>  Sat, 10 Dec 2016 21:38:39 -0500
+
 haskell-hakyll (4.9.1.0-2) unstable; urgency=medium
 
   * Disable external link checking until we have http-conduit 2.2.
diff --git a/p/haskell-hakyll/debian/control b/p/haskell-hakyll/debian/control
index 679003d..cf4990f 100644
--- a/p/haskell-hakyll/debian/control
+++ b/p/haskell-hakyll/debian/control
@@ -52,7 +52,7 @@ Build-Depends:
  libghc-optparse-applicative-dev (<< 0.14),
  libghc-optparse-applicative-prof,
  libghc-pandoc-dev (>= 1.14),
- libghc-pandoc-dev (<< 1.19),
+ libghc-pandoc-dev (<< 1.20),
  libghc-pandoc-prof,
  libghc-pandoc-citeproc-dev (>= 0.4),
  libghc-pandoc-citeproc-dev (<< 0.11),
diff --git a/p/haskell-hakyll/debian/libghc-hakyll-dev.haskell-binaries b/p/haskell-hakyll/debian/libghc-hakyll-dev.haskell-binaries
new file mode 100644
index 0000000..2065527
--- /dev/null
+++ b/p/haskell-hakyll/debian/libghc-hakyll-dev.haskell-binaries
@@ -0,0 +1 @@
+hakyll-init
diff --git a/p/haskell-hakyll/debian/patches/missing-test-data b/p/haskell-hakyll/debian/patches/missing-test-data
new file mode 100644
index 0000000..c41b9cf
--- /dev/null
+++ b/p/haskell-hakyll/debian/patches/missing-test-data
@@ -0,0 +1,20 @@
+--- /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
new file mode 100644
index 0000000..222267d
--- /dev/null
+++ b/p/haskell-hakyll/debian/patches/series
@@ -0,0 +1 @@
+missing-test-data

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