[Pkg-haskell-commits] [SCM] Debian package for MissingH branch, master, updated. debian/1.1.0.3-1-9-g63952d5

Iain Lane laney at ubuntu.com
Sun Jul 4 09:54:24 UTC 2010


The following commit has been merged in the master branch:
commit 63952d5d55d615df4908a5e1c8d658fc09fc7915
Author: Iain Lane <laney at ubuntu.com>
Date:   Sun Jul 4 10:18:12 2010 +0100

    Use correct Haskell substvars and include -doc build-deps

diff --git a/debian/changelog b/debian/changelog
index 5c40ae3..32b7f9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ missingh (1.1.0.3-3) unstable; urgency=low
      + Update build-deps to current practice
      + Standards-Version → 3.9.0, replaces Conflicts with Breaks in doc
        package rename
+     + Use correct Haskell substvars and include -doc build-deps
   * debian/source/format: Create with 1.0. Thanks, Lintian. 
 
  -- Iain Lane <laney at ubuntu.com>  Sat, 03 Jul 2010 16:49:49 +0100
diff --git a/debian/control b/debian/control
index 49d71ad..9503a4b 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,13 @@ Build-Depends: debhelper (>= 7),
  libghc6-hslogger-prof (>= 1.0.7.2),
  libghc6-regex-compat-prof (>= 0.91),
  libghc6-parsec-prof
+Build-Depends-Indep: ghc6-doc,
+ libghc6-network-doc,
+ libghc6-mtl-doc,
+ libghc6-hunit-doc,
+ libghc6-hslogger-doc (>= 1.0.7.2),
+ libghc6-regex-compat-doc (>= 0.91),
+ libghc6-parsec-doc
 Standards-Version: 3.9.0
 Section: haskell
 Homepage: http://software.complete.org/software/projects/show/missingh
@@ -27,10 +34,11 @@ Vcs-Git: git://git.debian.org/git/pkg-haskell/missingh.git
 Vcs-Browser: http://git.debian.org/?p=pkg-haskell/missingh.git;a=summary
 
 Package: libghc6-missingh-dev
-Section: haskell
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
-Suggests: missingh-doc
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Library of utility functions for Haskell, GHC6 package 
  MissingH is a library of all sorts of utility functions for
  Haskell programmers.  It is written in pure Haskell and thus should
@@ -44,10 +52,11 @@ Description: Library of utility functions for Haskell, GHC6 package
  possible.
 
 Package: libghc6-missingh-prof
-Section: haskell
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
-Suggests: missingh-doc
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Library of utility functions for Haskell, profiling libraries
  MissingH is a library of all sorts of utility functions for
  Haskell programmers.  It is written in pure Haskell and thus should
@@ -65,7 +74,9 @@ Description: Library of utility functions for Haskell, profiling libraries
 Package: libghc6-missingh-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Provides: missingh-doc
 Replaces: missingh-doc (<< 1.1.0.3-2)
 Breaks: missingh-doc (<< 1.1.0.3-2)

-- 
Debian package for MissingH



More information about the Pkg-haskell-commits mailing list