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

Iain Lane laney at ubuntu.com
Sat Jul 3 16:01:35 UTC 2010


The following commit has been merged in the master branch:
commit 7ecc37468ceeab19e3e97a98757962fb3c072ac8
Author: Iain Lane <laney at ubuntu.com>
Date:   Sat Jul 3 16:58:52 2010 +0100

    Add profiling package

diff --git a/debian/changelog b/debian/changelog
index 1695927..6191b4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ haskell-configfile (1.0.6-2) unstable; urgency=low
     + Clean up Build-Depends and bump some minimum versions
     + Slightly rewrite short and long descriptions to be more DHG consistent
     + Rename documentation package
+    + Add profiling package
     + Standards-Version 3.9.0, use Breaks/Replaces to rename doc package
 
  -- Iain Lane <laney at ubuntu.com>  Sat, 03 Jul 2010 10:59:50 +0100
diff --git a/debian/control b/debian/control
index cc0ce06..fdb0dd1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,11 @@ Build-Depends: debhelper (>= 7),
                cpphs,
                libghc6-missingh-dev (>= 1.0.3.2),
                libghc6-regex-compat-dev,
-               libghc6-mtl-dev
+               libghc6-mtl-dev,
+               ghc6-prof (>= 6.12),
+               libghc6-missingh-prof (>= 1.0.3.2),
+               libghc6-regex-compat-prof,
+               libghc6-mtl-prof
 Build-Depends-Indep: ghc6-doc (>= 6.12),
                      libghc6-missingh-doc (>= 1.0.3.2),
                      libghc6-regex-compat-doc,
@@ -40,6 +44,28 @@ 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: libghc6-configfile-prof
+Section: haskell
+Architecture: any
+Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Suggests: libghc6-configfile-doc
+Description: Parser and writer for sectioned config files in Haskell; profiling libraries
+ This package provides 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,
+ and compatible with, Python's ConfigParser module.  It uses files
+ that resemble Windows .INI-style files, but with numerous
+ improvements.
+ .
+ ConfigFile provides simple calls to both read and write config files.
+ It's possible to make a config file parsable by this module,
+ the Unix shell, and make.
+ .
+ This package contains configfile compiled for profiling.
+
 Package: libghc6-configfile-doc
 Section: doc
 Architecture: all

-- 
Configuration file support



More information about the Pkg-haskell-commits mailing list