summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-02-02 17:59:32 +0400
committerClint Adams <clint@debian.org>2012-02-02 17:59:32 +0400
commit38352e9384e01ee067aaa74661780c128c79b121 (patch)
tree5d4cbe0cb616c6d5b0ecd3f5bcb085e25196a251 /p
parentb81423102d5475f891f490a6b041bc5a98669129 (diff)
downloadDHG_packages-38352e9384e01ee067aaa74661780c128c79b121.tar.gz
haskell-data-object-yaml: New upstream version 0.3.4.2.
Diffstat (limited to 'p')
-rw-r--r--p/haskell-data-object-yaml/debian/changelog6
-rw-r--r--p/haskell-data-object-yaml/debian/control15
-rwxr-xr-xp/haskell-data-object-yaml/debian/rules2
3 files changed, 17 insertions, 6 deletions
diff --git a/p/haskell-data-object-yaml/debian/changelog b/p/haskell-data-object-yaml/debian/changelog
index 3a4124e7f..017705711 100644
--- a/p/haskell-data-object-yaml/debian/changelog
+++ b/p/haskell-data-object-yaml/debian/changelog
@@ -1,3 +1,9 @@
+haskell-data-object-yaml (0.3.4.2-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Thu, 02 Feb 2012 08:01:34 -0500
+
haskell-data-object-yaml (0.3.3.6-1) unstable; urgency=low
* New upstream version.
diff --git a/p/haskell-data-object-yaml/debian/control b/p/haskell-data-object-yaml/debian/control
index af6ae1a07..03bb4d6d0 100644
--- a/p/haskell-data-object-yaml/debian/control
+++ b/p/haskell-data-object-yaml/debian/control
@@ -8,6 +8,9 @@ Build-Depends: debhelper (>= 7)
, haskell-devscripts (>= 0.8)
, ghc
, ghc-prof
+ , libghc-conduit-dev (>> 0.0)
+ , libghc-conduit-dev (<< 0.3)
+ , libghc-conduit-prof
, libghc-data-object-dev (>= 0.3.0)
, libghc-data-object-dev (<< 0.4)
, libghc-data-object-prof
@@ -20,22 +23,22 @@ Build-Depends: debhelper (>= 7)
, libghc-transformers-dev (>= 0.2)
, libghc-transformers-dev (<< 0.3)
, libghc-transformers-prof
- , libghc-yaml-dev (>> 0.4.1)
- , libghc-yaml-dev (<< 0.5)
+ , libghc-yaml-dev (>> 0.5)
+ , libghc-yaml-dev (<< 0.6)
, libghc-yaml-prof
- , libghc-enumerator-dev (>= 0.4)
- , libghc-enumerator-dev (<< 0.5)
- , libghc-enumerator-prof
, libghc-convertible-text-dev (>= 0.3.0)
, libghc-convertible-text-dev (<< 0.5)
, libghc-convertible-text-prof
+ , libghc-test-framework-dev
+ , libghc-test-framework-hunit-dev
+ , libghc-hunit-dev
Build-Depends-Indep: ghc-doc
+ , libghc-conduit-doc
, libghc-data-object-doc
, libghc-text-doc
, libghc-failure-doc
, libghc-transformers-doc
, libghc-yaml-doc
- , libghc-enumerator-doc
, libghc-convertible-text-doc
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/data-object-yaml
diff --git a/p/haskell-data-object-yaml/debian/rules b/p/haskell-data-object-yaml/debian/rules
index 683e77bcf..01f1aaf04 100755
--- a/p/haskell-data-object-yaml/debian/rules
+++ b/p/haskell-data-object-yaml/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