summaryrefslogtreecommitdiff
path: root/p/haskell-configfile
diff options
context:
space:
mode:
authorIain Lane <laney@ubuntu.com>2010-07-03 13:54:18 +0400
committerIain Lane <laney@ubuntu.com>2010-07-03 13:54:18 +0400
commit85184b9fed17e5bde641f409af8fd613327ca32b (patch)
treed77bc9ccc6164d2da78606f7a107adb19f96c7fc /p/haskell-configfile
parent9bccb99d92c8157003f1fa8e7b3a16599191b7ef (diff)
downloadDHG_packages-85184b9fed17e5bde641f409af8fd613327ca32b.tar.gz
haskell-configfile: Rename documentation package
Diffstat (limited to 'p/haskell-configfile')
-rw-r--r--p/haskell-configfile/debian/changelog1
-rw-r--r--p/haskell-configfile/debian/control12
2 files changed, 11 insertions, 2 deletions
diff --git a/p/haskell-configfile/debian/changelog b/p/haskell-configfile/debian/changelog
index 5ea9caf8c..83e4ec7c1 100644
--- a/p/haskell-configfile/debian/changelog
+++ b/p/haskell-configfile/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/p/haskell-configfile/debian/control b/p/haskell-configfile/debian/control
index 70ffd3c3d..c33b828ed 100644
--- a/p/haskell-configfile/debian/control
+++ b/p/haskell-configfile/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,