[Pkg-haskell-commits] [SCM] Configuration file support branch, master, updated. debian/1.0.6-1-5-g1d7078e

Iain Lane laney at ubuntu.com
Sat Jul 3 10:29:28 UTC 2010


The following commit has been merged in the master branch:
commit 03eed7084e978b7afe8ed27fbf8af065a31e0870
Author: Iain Lane <laney at ubuntu.com>
Date:   Sat Jul 3 10:53:05 2010 +0100

    Rename documentation package

diff --git a/debian/changelog b/debian/changelog
index 1dd68ca..c68ee77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ haskell-configfile (1.0.6-2) UNRELEASED; urgency=low
   * debian/control:
     + Clean up Build-Depends and bump some minimum versions
     + Slightly rewrite short and long descriptions to be more DHG consistent
+    + Rename documentation package
 
  --
 
diff --git a/debian/control b/debian/control
index 889e823..835406c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,10 @@ Build-Depends: debhelper (>= 7),
                libghc6-missingh-dev (>= 1.0.3.2),
                libghc6-regex-compat-dev,
                libghc6-mtl-dev
+Build-Depends-Indep: ghc6-doc (>= 6.12),
+                     libghc6-missingh-doc (>= 1.0.3.2),
+                     libghc6-regex-compat-doc,
+                     libghc6-mtl-doc
 Standards-Version: 3.8.3
 Section: haskell
 Homepage: http://software.complete.org/configfile
@@ -36,11 +40,15 @@ Description: Parser and writer for sectioned config files in Haskell
  It's possible to make a config file parsable by this module,
  the Unix shell, and make.
 
-Package: configfile-doc
+Package: libghc6-configfile-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
-Description: Parser and writer for handling sectioned config files in Haskell, Documentation
+Description: Parser and writer for sectioned config files in Haskell; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language. See http://www.haskell.org/ for more information on
+ Haskell.
+ .
  The ConfigFile module works with configuration files in a standard
  format that is easy for the user to edit, easy for the programmer
  to work with, yet remains powerful and flexible.  It is inspired by,

-- 
Configuration file support



More information about the Pkg-haskell-commits mailing list