[Pkg-haskell-commits] darcs: haskell-haxr: More idiomatic depends formatting

Joachim Breitner mail at joachim-breitner.de
Fri May 27 08:09:33 UTC 2011


Fri May 27 08:06:36 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * More idiomatic depends formatting
  Ignore-this: 4e43ae7c210dfb5abba7360c05803218

    M ./control -14 +22

Fri May 27 08:06:36 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * More idiomatic depends formatting
  Ignore-this: 4e43ae7c210dfb5abba7360c05803218
diff -rN -u old-haskell-haxr//control new-haskell-haxr//control
--- old-haskell-haxr//control	2011-05-27 08:09:33.781297340 +0000
+++ new-haskell-haxr//control	2011-05-27 08:09:33.801305146 +0000
@@ -3,24 +3,32 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> 
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts(>= 0.7),
-        ghc, ghc-prof,
-        libghc-mtl-dev, libghc-mtl-prof,
-        libghc-network-dev (<< 3), libghc-network-prof (<< 3),
-        libghc-haxml-dev (>= 1.20), libghc-haxml-dev (<< 1.21),
-        libghc-haxml-prof (>= 1.20), libghc-haxml-prof (<< 1.21),
-        libghc-http-dev (>= 4000), libghc-http-prof (>= 4000),
-        libghc-dataenc-dev, libghc-dataenc-prof,
-        libghc-utf8-string-dev, libghc-utf8-string-prof,
-        libghc-blaze-builder-dev (>= 0.2), libghc-blaze-builder-dev (<< 0.3)
+Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts(>= 0.8),
+        ghc,
+        ghc-prof,
+        libghc-mtl-dev,
+        libghc-mtl-prof,
+        libghc-network-dev (<< 3),
+        libghc-network-prof,
+        libghc-haxml-dev (>= 1.20),
+        libghc-haxml-dev (<< 1.21),
+        libghc-haxml-prof,
+        libghc-http-dev (>= 4000),
+        libghc-dataenc-dev,
+        libghc-dataenc-prof,
+        libghc-utf8-string-dev,
+        libghc-utf8-string-prof,
+        libghc-blaze-builder-dev (>= 0.2),
+        libghc-blaze-builder-dev (<< 0.3)
 Build-Depends-Indep: ghc-doc,
         libghc-mtl-doc,
-        libghc-network-doc (<< 3),
-        libghc-haxml-doc (>= 1.20), libghc-haxml-doc (<< 1.21),
-        libghc-http-doc (>= 4000),
+        libghc-network-doc,
+        libghc-haxml-doc,
+        libghc-http-doc,
         libghc-dataenc-doc,
         libghc-utf8-string-doc,
-        libghc-blaze-builder-doc (>= 0.2), libghc-blaze-builder-doc (<< 0.3)
+        libghc-blaze-builder-doc,
+        libghc-blaze-builder-doc 
 Standards-Version: 3.9.2
 Homepage: http://www.haskell.org/haxr/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-haxr





More information about the Pkg-haskell-commits mailing list