[Pkg-haskell-commits] [SCM] Packaging for Agda branch, master, updated. debian/2.2.8-1-6-g4a4a0a6

Iain Lane laney at ubuntu.com
Thu Feb 24 18:30:19 UTC 2011


The following commit has been merged in the master branch:
commit 5ef9b61a0144a7b7b55a7dc3089ecd9fc6c28450
Author: Iain Lane <laney at ubuntu.com>
Date:   Thu Feb 24 18:04:46 2011 +0000

    Add QuickCheck BDs

diff --git a/debian/control b/debian/control
index b56741e..a0c8f29 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: agda
 Priority: extra
 Section: haskell
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Iain Lane <laney at ubuntu.com>
 Build-Depends: debhelper (>= 7.0),
                haskell-devscripts (>= 0.7),
@@ -23,14 +24,14 @@ Build-Depends: debhelper (>= 7.0),
                libghc6-zlib-dev (<< 1),
                libghc6-src-exts-dev (>=1.9.6),
                libghc6-src-exts-dev (<< 1.10),
+               libghc6-quickcheck2-dev (>= 2.1.0.2),
+               libghc6-quickcheck2-dev (<< 2.5),
                happy (>= 1.15),
                happy (<< 2),
                alex (>= 2.0.1),
                alex (<< 3),
                libncurses5-dev
 Build-Depends-Indep: ghc6-doc,
-                     libghc6-quickcheck2-doc (>= 2.1.0.2),
-                     libghc6-quickcheck2-doc (<< 2.2.0.0),
                      libghc6-binary-doc (>= 0.4.4),
                      libghc6-binary-doc (<< 0.6),
                      libghc6-haskeline-doc (>= 0.3),
@@ -45,7 +46,9 @@ Build-Depends-Indep: ghc6-doc,
                      libghc6-zlib-doc (>= 0.4.0.1),
                      libghc6-zlib-doc (<< 1),
                      libghc6-src-exts-doc (>=1.9.6),
-                     libghc6-src-exts-doc (<< 1.10)
+                     libghc6-src-exts-doc (<< 1.10),
+                     libghc6-quickcheck2-doc (>= 2.1.0.2),
+                     libghc6-quickcheck2-doc (<< 2.5),
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=pkg-haskell/agda.git;a=summary
 Vcs-Git: git://git.debian.org/git/pkg-haskell/agda.git

-- 
Packaging for Agda



More information about the Pkg-haskell-commits mailing list