summaryrefslogtreecommitdiff
path: root/p/haskell-authenticate
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-03-11 17:18:15 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-03-11 17:18:15 +0400
commiteb5d1c33b05920005ed753638f7b5b458481d4ed (patch)
tree774683e4134111ac477b9ac2b9ef31340b95c8cb /p/haskell-authenticate
parent8e88eb78fb58427bc790a862422801ec2a6db46c (diff)
downloadDHG_packages-eb5d1c33b05920005ed753638f7b5b458481d4ed.tar.gz
haskell-authenticate: Cater for bogus blaze-builder-conduit version
Diffstat (limited to 'p/haskell-authenticate')
-rw-r--r--p/haskell-authenticate/debian/changelog36
-rw-r--r--p/haskell-authenticate/debian/control3
2 files changed, 3 insertions, 36 deletions
diff --git a/p/haskell-authenticate/debian/changelog b/p/haskell-authenticate/debian/changelog
index 5166c4997..dd4e0c634 100644
--- a/p/haskell-authenticate/debian/changelog
+++ b/p/haskell-authenticate/debian/changelog
@@ -1,39 +1,3 @@
-haskell-authenticate (1.3.2.6-1) experimental; urgency=low
-
- * New upstream version.
-
- -- Clint Adams <clint@debian.org> Tue, 26 Feb 2013 21:42:55 -0500
-
-haskell-authenticate (1.3.2.4-1) experimental; urgency=low
-
- * New upstream release
-
- -- Joachim Breitner <nomeata@debian.org> Wed, 13 Feb 2013 14:13:43 +0100
-
-haskell-authenticate (1.3.2.1-1) experimental; urgency=low
-
- * New upstream release
-
- -- Joachim Breitner <nomeata@debian.org> Fri, 08 Feb 2013 21:22:31 +0100
-
-haskell-authenticate (1.3.2-1) experimental; urgency=low
-
- * New upstream version.
-
- -- Clint Adams <clint@debian.org> Sat, 17 Nov 2012 22:08:35 -0500
-
-haskell-authenticate (1.3.1.1-1) experimental; urgency=low
-
- [ Joachim Breitner ]
- * Depend on haskell-devscripts 0.8.13 to ensure this package is built
- against experimental
- * Bump standards version, no change
-
- [ Clint Adams ]
- * New upstream version.
-
- -- Clint Adams <clint@debian.org> Sat, 20 Oct 2012 20:58:31 -0400
-
haskell-authenticate (1.2.1.1-1) unstable; urgency=low
* New upstream version.
diff --git a/p/haskell-authenticate/debian/control b/p/haskell-authenticate/debian/control
index b944e80da..3a001fb26 100644
--- a/p/haskell-authenticate/debian/control
+++ b/p/haskell-authenticate/debian/control
@@ -14,6 +14,9 @@ Build-Depends: debhelper (>= 7)
, libghc-attoparsec-prof
, libghc-blaze-builder-dev
, libghc-blaze-builder-prof
+ , libghc-blaze-builder-conduit-dev (>> 0.4)
+ , libghc-blaze-builder-conduit-dev (<< 0.5)
+ , libghc-blaze-builder-prof
, libghc-case-insensitive-dev (>> 0.2)
, libghc-case-insensitive-prof
, libghc-conduit-dev (>> 0.5)