[Pkg-haskell-commits] [SCM] Packaging for Agda branch, master, updated. debian/2.2.2-1-2-g3fbbe52
Iain Lane
laney at ubuntu.com
Mon Jul 20 16:57:44 UTC 2009
The following commit has been merged in the master branch:
commit 3aced82bb4913e71df23ecf669a16fd8336629ba
Author: Iain Lane <laney at ubuntu.com>
Date: Mon Jul 20 17:53:57 2009 +0100
Improve build-deps, b-d/b-d-i split
diff --git a/debian/control b/debian/control
index 446e8e9..31b60f7 100644
--- a/debian/control
+++ b/debian/control
@@ -8,43 +8,38 @@ Build-Depends: debhelper (>= 7.0),
cdbs,
ghc6 (>= 6.10.3-2~),
ghc6-prof (>= 6.10.3-2~),
+ libghc6-quickcheck2-dev (>= 2.1.0.1),
+ libghc6-quickcheck2-dev (<< 2.1.0.1+),
+ libghc6-binary-dev (>= 0.4.4),
+ libghc6-binary-dev (<< 0.6),
+ libghc6-haskeline-dev (>= 0.3),
+ libghc6-haskeline-dev (<< 0.7),
+ libghc6-haskell-src-dev (>= 1.0.1.1),
+ libghc6-haskell-src-dev (<< 2),
+ libghc6-mtl-dev (>= 1.1),
+ libghc6-mtl-dev (<< 2),
+ libghc6-utf8-string-dev (>= 0.3),
+ libghc6-utf8-string-dev (<< 0.4),
+ libghc6-xhtml-dev (>= 3000.2),
+ libghc6-xhtml-dev (<< 3000.3),
+ libghc6-zlib-dev (>= 0.4.0.1),
+ libghc6-zlib-dev (<< 1),
libghc6-quickcheck2-prof (>= 2.1.0.1),
libghc6-quickcheck2-prof (<< 2.1.0.1+),
- libghc6-quickcheck2-doc (>= 2.1.0.1),
- libghc6-quickcheck2-doc (<< 2.1.0.1+),
libghc6-binary-prof (>= 0.4.4),
libghc6-binary-prof (<< 0.6),
- libghc6-binary-doc (>= 0.4.4),
- libghc6-binary-doc (<< 0.6),
- libghc6-haskeline-doc (>= 0.3),
- libghc6-haskeline-doc (<< 0.7),
libghc6-haskeline-prof (>= 0.3),
libghc6-haskeline-prof (<< 0.7),
libghc6-haskell-src-prof (>= 1.0.1.1),
libghc6-haskell-src-prof (<< 2),
- libghc6-haskell-src-doc (>= 1.0.1.1),
- libghc6-haskell-src-doc (<< 2),
libghc6-mtl-prof (>= 1.1),
libghc6-mtl-prof (<< 2),
- libghc6-mtl-doc (>= 1.1),
- libghc6-mtl-doc (<< 2),
- libghc6-terminfo-doc,
libghc6-utf8-string-prof (>= 0.3),
libghc6-utf8-string-prof (<< 0.4),
- libghc6-utf8-string-prof (>= 0.3),
- libghc6-utf8-string-prof (<< 0.4),
- libghc6-utf8-string-doc (>= 0.3),
- libghc6-utf8-string-doc (<< 0.4),
- libghc6-utf8-string-doc (>= 0.3),
- libghc6-utf8-string-doc (<< 0.4),
libghc6-xhtml-prof (>= 3000.2),
libghc6-xhtml-prof (<< 3000.3),
- libghc6-xhtml-doc (>= 3000.2),
- libghc6-xhtml-doc (<< 3000.3),
libghc6-zlib-prof (>= 0.4.0.1),
libghc6-zlib-prof (<< 1),
- haskell-zlib-doc (>= 0.4.0.1),
- haskell-zlib-doc (<< 1),
happy (>= 1.15),
happy (<< 2),
alex (>= 2.0.1),
@@ -52,9 +47,25 @@ Build-Depends: debhelper (>= 7.0),
hscolour (>= 1.8),
libncurses5-dev
Build-Depends-Indep: ghc6-doc (>= 6.10.3-2~),
- haddock (>= 2.4.2)
+ haddock (>= 2.4.2),
+ libghc6-quickcheck2-doc (>= 2.1.0.1),
+ libghc6-quickcheck2-doc (<< 2.1.0.1+),
+ libghc6-binary-doc (>= 0.4.4),
+ libghc6-binary-doc (<< 0.6),
+ libghc6-haskeline-doc (>= 0.3),
+ libghc6-haskeline-doc (<< 0.7),
+ libghc6-haskell-src-doc (>= 1.0.1.1),
+ libghc6-haskell-src-doc (<< 2),
+ libghc6-mtl-doc (>= 1.1),
+ libghc6-mtl-doc (<< 2),
+ libghc6-terminfo-doc,
+ libghc6-utf8-string-doc (>= 0.3),
+ libghc6-utf8-string-doc (<< 0.4),
+ libghc6-xhtml-doc (>= 3000.2),
+ libghc6-xhtml-doc (<< 3000.3),
+ haskell-zlib-doc (>= 0.4.0.1),
+ haskell-zlib-doc (<< 1)
Standards-Version: 3.8.2.0
-Homepage: http://wiki.portal.chalmers.se/agda/
Vcs-Browser: http://git.debian.org/?p=pkg-haskell/agda.git;a=summary
Vcs-Git: git://git.debian.org/pkg-haskell/agda.git
--
Packaging for Agda
More information about the Pkg-haskell-commits
mailing list