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

Iain Lane laney at ubuntu.com
Sat Jul 3 15:51:13 UTC 2010


The following commit has been merged in the master branch:
commit 43ea553adfce4410f27bc32140188a6544ed083d
Author: Iain Lane <laney at ubuntu.com>
Date:   Sat Jul 3 16:40:37 2010 +0100

    Add -prof package.

diff --git a/debian/changelog b/debian/changelog
index 3b71918..2b10c63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+missingh (1.1.0.3-3) UNRELEASED; urgency=low
+
+  * debian/control: Add -prof package. 
+
+ -- Iain Lane <laney at ubuntu.com>  Sat, 03 Jul 2010 16:38:19 +0100
+
 missingh (1.1.0.3-2) unstable; urgency=low
 
   * Rename -doc package.
diff --git a/debian/control b/debian/control
index 62dc4e9..d6824b5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,13 @@ Build-Depends: debhelper (>= 5.0.0),
  libghc6-hunit-dev,
  libghc6-hslogger-dev (>= 1.0.7.2),
  libghc6-regex-compat-dev (>= 0.91),
- libghc6-parsec-dev
+ libghc6-parsec-dev,
+ libghc6-network-prof,
+ libghc6-mtl-prof,
+ libghc6-hunit-prof,
+ libghc6-hslogger-prof (>= 1.0.7.2),
+ libghc6-regex-compat-prof (>= 0.91),
+ libghc6-parsec-prof
 Standards-Version: 3.8.4
 Section: haskell
 Homepage: http://software.complete.org/software/projects/show/missingh
@@ -38,6 +44,25 @@ Description: Library of utility functions for Haskell, GHC6 package
  due to things Haskell is missing, or things that Haskell makes
  possible.
 
+Package: libghc6-missingh-prof
+Section: haskell
+Architecture: any
+Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Suggests: missingh-doc
+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
+ be extremely portable and easy to use.  It also has no prerequisites
+ save those that are commonly included with Haskell compilers.
+ .
+ MissingH is based on my MissingLib library for OCaml and contains some
+ of the same features.  However, some features are left behind because
+ they are already in Haskell or not needed here -- and others are added
+ due to things Haskell is missing, or things that Haskell makes
+ possible.
+ .
+ This package provides the MissingH libraries compiled for profiling.
+
 Package: libghc6-missingh-doc
 Section: doc
 Architecture: all

-- 
Debian package for MissingH



More information about the Pkg-haskell-commits mailing list