[Pkg-haskell-commits] [SCM] Packaging for Agda branch, master, updated. debian/2.2.6-2-7-gb60cd04

Marco Túlio Gontijo e Silva marcot at riseup.net
Sat Feb 20 22:11:38 UTC 2010


The following commit has been merged in the master branch:
commit 09a20e31f14d22ee621967d0d482951630f32815
Author: Marco Túlio Gontijo e Silva <marcot at riseup.net>
Date:   Sat Feb 20 19:33:34 2010 -0200

    debian/control: Split Build-Depends in Buid-Depends-Indep:.

diff --git a/debian/changelog b/debian/changelog
index acd6400..d14aa5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ agda (2.2.6-3) UNRELEASED; urgency=low
   * debian/control: Bump version of haskell-devscripts on Build-Depends
     to 0.7.  Remove versioned Build-Depends: of ghc6* and remove
     hscolour and haddock from Build-Depends:.
+  * debian/control: Split Build-Depends in Buid-Depends-Indep:.
 
  -- Iain Lane <laney at ubuntu.com>  Mon, 08 Feb 2010 14:06:05 +0000
 
diff --git a/debian/control b/debian/control
index 64d9f29..4bc23b6 100644
--- a/debian/control
+++ b/debian/control
@@ -40,23 +40,23 @@ Build-Depends: debhelper (>= 7.0),
                happy (<< 2),
                alex (>= 2.0.1),
                alex (<< 3),
-               ghc6-doc,
-               libncurses5-dev,
-               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),
-               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-xhtml-doc (>= 3000.2),
-               libghc6-xhtml-doc (<< 3000.3),
-               haskell-zlib-doc (>= 0.4.0.1),
-               haskell-zlib-doc (<< 1)
+               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),
+                     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-xhtml-doc (>= 3000.2),
+                     libghc6-xhtml-doc (<< 3000.3),
+                     haskell-zlib-doc (>= 0.4.0.1),
+                     haskell-zlib-doc (<< 1)
 Standards-Version: 3.8.4
 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