[Pkg-haskell-commits] [SCM] Shell Scripting Tools for Haskell branch, master, updated. debian/2.0.3-2-10-g9df42f2

Iain Lane laney at ubuntu.com
Mon May 30 22:17:21 UTC 2011


The following commit has been merged in the master branch:
commit ebd360fd9e60e2d41782ba398c3c861184480646
Author: Iain Lane <laney at ubuntu.com>
Date:   Mon May 30 22:58:59 2011 +0100

    Run wrap-and-sort
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 9f0b9c3..1d3a718 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,23 @@ Source: haskell-hsh
 Priority: optional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 5.0.0),
- cdbs,
- haddock,
- hscolour,
- haskell-devscripts (>= 0.7.3),
- ghc (>= 6.12),
- libghc-mtl-dev,
- libghc-missingh-dev (>= 1.1.0.1-1),
- libghc-hslogger-dev (>= 1.0.8-2),
- ghc-prof (>= 6.12),
- libghc-mtl-prof,
- libghc-missingh-prof (>= 1.1.0.1-1),
- libghc-hslogger-prof (>= 1.0.8-2),
- ghc-doc (>= 6.12),
- libghc-mtl-doc,
- libghc-missingh-doc (>= 1.1.0.1-1),
- libghc-hslogger-doc (>= 1.0.8-2)
+Build-Depends: cdbs,
+               debhelper (>= 5.0.0),
+               ghc (>= 6.12),
+               ghc-doc (>= 6.12),
+               ghc-prof (>= 6.12),
+               haddock,
+               haskell-devscripts (>= 0.7.3),
+               hscolour,
+               libghc-hslogger-dev (>= 1.0.8-2),
+               libghc-hslogger-doc (>= 1.0.8-2),
+               libghc-hslogger-prof (>= 1.0.8-2),
+               libghc-missingh-dev (>= 1.1.0.1-1),
+               libghc-missingh-doc (>= 1.1.0.1-1),
+               libghc-missingh-prof (>= 1.1.0.1-1),
+               libghc-mtl-dev,
+               libghc-mtl-doc,
+               libghc-mtl-prof
 Standards-Version: 3.9.2
 Section: haskell
 Homepage: http://software.complete.org/hsh
@@ -28,7 +28,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-haskell/haskell-hsh.git;a=summary
 Package: libghc-hsh-dev
 Section: haskell
 Architecture: any
-Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
@@ -41,7 +41,7 @@ Description: Library to mix shell scripting with Haskell programs
 Package: libghc-hsh-prof
 Section: haskell
 Architecture: any
-Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
@@ -56,7 +56,7 @@ Description: Library to mix shell scripting with Haskell programs; profiling
 Package: libghc-hsh-doc
 Section: haskell
 Architecture: any
-Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}

-- 
Shell Scripting Tools for Haskell



More information about the Pkg-haskell-commits mailing list