summaryrefslogtreecommitdiff
path: root/p/haskell-cereal-conduit
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-05-22 03:25:57 +0400
committerClint Adams <clint@debian.org>2012-05-22 03:25:57 +0400
commit95f4433a600b533def8a008c67f6235c1e0093bb (patch)
tree83deebeca58b56ba2552ab5e2f937ef971e8e154 /p/haskell-cereal-conduit
parent0cd7c97e16fcaff11ad6de6ae66eeb062768cecf (diff)
downloadDHG_packages-95f4433a600b533def8a008c67f6235c1e0093bb.tar.gz
haskell-cereal-conduit: New upstream version 0.0.6.1.
Diffstat (limited to 'p/haskell-cereal-conduit')
-rw-r--r--p/haskell-cereal-conduit/debian/changelog6
-rw-r--r--p/haskell-cereal-conduit/debian/control8
-rw-r--r--p/haskell-cereal-conduit/debian/patches/missing-test-deps.diff11
-rw-r--r--p/haskell-cereal-conduit/debian/patches/series1
-rwxr-xr-xp/haskell-cereal-conduit/debian/rules2
5 files changed, 28 insertions, 0 deletions
diff --git a/p/haskell-cereal-conduit/debian/changelog b/p/haskell-cereal-conduit/debian/changelog
index 07a1684bd..63d3a4691 100644
--- a/p/haskell-cereal-conduit/debian/changelog
+++ b/p/haskell-cereal-conduit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cereal-conduit (0.0.6.1-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Mon, 21 May 2012 19:13:03 -0400
+
haskell-cereal-conduit (0.0.5-1) unstable; urgency=low
* New upstream version.
diff --git a/p/haskell-cereal-conduit/debian/control b/p/haskell-cereal-conduit/debian/control
index 93027dda4..748550fdc 100644
--- a/p/haskell-cereal-conduit/debian/control
+++ b/p/haskell-cereal-conduit/debian/control
@@ -13,12 +13,20 @@ Build-Depends: debhelper (>= 7)
, libghc-conduit-dev (>> 0.4)
, libghc-conduit-dev (<< 0.5)
, libghc-conduit-prof
+ , libghc-exception-transformers-dev
+ , libghc-exception-transformers-prof
, libghc-mtl-dev
, libghc-mtl-prof
+ , libghc-void-dev
+ , libghc-void-prof
+# , libghc-hunit-dev
+# , libghc-test-framework-hunit-dev
Build-Depends-Indep: ghc-doc
, libghc-cereal-doc
, libghc-conduit-doc
+ , libghc-exception-transformers-doc
, libghc-mtl-doc
+ , libghc-void-doc
Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/haskell-cereal-conduit
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cereal-conduit
diff --git a/p/haskell-cereal-conduit/debian/patches/missing-test-deps.diff b/p/haskell-cereal-conduit/debian/patches/missing-test-deps.diff
new file mode 100644
index 000000000..1c7c84e81
--- /dev/null
+++ b/p/haskell-cereal-conduit/debian/patches/missing-test-deps.diff
@@ -0,0 +1,11 @@
+--- a/cereal-conduit.cabal
++++ b/cereal-conduit.cabal
+@@ -35,6 +35,8 @@
+ , test-framework-hunit
+ , HUnit
+ , transformers
++ , exception-transformers
++ , void
+
+ source-repository head
+ type: git
diff --git a/p/haskell-cereal-conduit/debian/patches/series b/p/haskell-cereal-conduit/debian/patches/series
new file mode 100644
index 000000000..533f7cd88
--- /dev/null
+++ b/p/haskell-cereal-conduit/debian/patches/series
@@ -0,0 +1 @@
+missing-test-deps.diff
diff --git a/p/haskell-cereal-conduit/debian/rules b/p/haskell-cereal-conduit/debian/rules
index 683e77bcf..31337b5b6 100755
--- a/p/haskell-cereal-conduit/debian/rules
+++ b/p/haskell-cereal-conduit/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+#DEB_ENABLE_TESTS = yes
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk