[DHG_packages] 01/02: dns: Upgrading from 2.0.4 to 2.0.5
Clint Adams
clint at moszumanska.debian.org
Fri Aug 26 02:36:28 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 7ac6a5f63eacd12db2b56586c67214f99a7ffd98
Author: Clint Adams <clint at debian.org>
Date: Thu Aug 25 22:27:52 2016 -0400
dns: Upgrading from 2.0.4 to 2.0.5
---
p/haskell-dns/debian/changelog | 6 ++++
p/haskell-dns/debian/control | 3 --
p/haskell-dns/debian/patches/no-bytestring-builder | 34 ++++++++++++++++++++++
p/haskell-dns/debian/patches/series | 1 +
4 files changed, 41 insertions(+), 3 deletions(-)
diff --git a/p/haskell-dns/debian/changelog b/p/haskell-dns/debian/changelog
index 52b0950..2f8aed2 100644
--- a/p/haskell-dns/debian/changelog
+++ b/p/haskell-dns/debian/changelog
@@ -1,3 +1,9 @@
+haskell-dns (2.0.5-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Thu, 25 Aug 2016 22:27:52 -0400
+
haskell-dns (2.0.4-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-dns/debian/control b/p/haskell-dns/debian/control
index 9743626..78b56f8 100644
--- a/p/haskell-dns/debian/control
+++ b/p/haskell-dns/debian/control
@@ -10,8 +10,6 @@ Build-Depends: debhelper (>= 9),
ghc-prof,
libghc-attoparsec-dev,
libghc-attoparsec-prof,
- libghc-blaze-builder-dev,
- libghc-blaze-builder-prof,
libghc-conduit-dev (>= 1.1),
libghc-conduit-prof,
libghc-conduit-extra-dev (>= 1.1),
@@ -31,7 +29,6 @@ Build-Depends: debhelper (>= 9),
libghc-safe-prof,
Build-Depends-Indep: ghc-doc,
libghc-attoparsec-doc,
- libghc-blaze-builder-doc,
libghc-conduit-doc,
libghc-conduit-extra-doc,
libghc-iproute-doc,
diff --git a/p/haskell-dns/debian/patches/no-bytestring-builder b/p/haskell-dns/debian/patches/no-bytestring-builder
new file mode 100644
index 0000000..be83398
--- /dev/null
+++ b/p/haskell-dns/debian/patches/no-bytestring-builder
@@ -0,0 +1,34 @@
+--- a/dns.cabal
++++ b/dns.cabal
+@@ -30,7 +30,6 @@
+ , attoparsec
+ , binary
+ , bytestring
+- , bytestring-builder
+ , conduit >= 1.1
+ , conduit-extra >= 1.1
+ , containers
+@@ -45,7 +44,6 @@
+ , attoparsec
+ , binary
+ , bytestring
+- , bytestring-builder
+ , conduit >= 1.1
+ , conduit-extra >= 1.1
+ , containers
+@@ -67,7 +65,6 @@
+ Build-Depends: dns
+ , base
+ , bytestring
+- , bytestring-builder
+ , hspec
+
+ Test-Suite spec
+@@ -82,7 +79,6 @@
+ , attoparsec
+ , binary
+ , bytestring
+- , bytestring-builder
+ , conduit >= 1.1
+ , conduit-extra >= 1.1
+ , containers
diff --git a/p/haskell-dns/debian/patches/series b/p/haskell-dns/debian/patches/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/p/haskell-dns/debian/patches/series
@@ -0,0 +1 @@
+no-bytestring-builder
--
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