[Pkg-haskell-commits] darcs: haskell-platform: Add haskell-platform-prof meta package (Closes: #620131)

Joachim Breitner mail at joachim-breitner.de
Wed Mar 30 17:42:30 UTC 2011


Wed Mar 30 17:40:44 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add haskell-platform-prof meta package (Closes: #620131)
  Ignore-this: d71634b5098df79018eb8f5dbcab77e5

    M ./debian/changelog +6
    M ./debian/control -1 +38

Wed Mar 30 17:40:44 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add haskell-platform-prof meta package (Closes: #620131)
  Ignore-this: d71634b5098df79018eb8f5dbcab77e5
diff -rN -u old-haskell-platform/debian/changelog new-haskell-platform/debian/changelog
--- old-haskell-platform/debian/changelog	2011-03-30 17:42:29.285314714 +0000
+++ new-haskell-platform/debian/changelog	2011-03-30 17:42:29.293315136 +0000
@@ -1,3 +1,9 @@
+haskell-platform (2011.2.0.0.3) UNRELEASED; urgency=low
+
+  * Add haskell-platform-prof meta package (Closes: #620131)
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 30 Mar 2011 23:05:34 +0530
+
 haskell-platform (2011.2.0.0.2) unstable; urgency=low
 
   * Use saner HTTP version number 
diff -rN -u old-haskell-platform/debian/control new-haskell-platform/debian/control
--- old-haskell-platform/debian/control	2011-03-30 17:42:29.285314714 +0000
+++ new-haskell-platform/debian/control	2011-03-30 17:42:29.289314925 +0000
@@ -68,7 +68,8 @@
   ghc-haddock,
   ${misc:Depends}
 Suggests:
-  haskell-platform-doc
+  haskell-platform-doc,
+  haskell-platform-prof
 Description: Standard Haskell libraries and tools
  The Haskell Platform is a suite of tools and libraries that contain the most
  important and best supported components. It is meant to be a starting point
@@ -80,6 +81,42 @@
  platform. If this is of relevance to you, please check them on the official
  Haskell Platform homepage.
 
+Package: haskell-platform-prof
+Section: doc
+Architecture: all
+Description: Standard Haskell libraries and tools; profiling libraries
+ The Haskell Platform is a suite of tools and libraries that contain the most
+ important and best supported components. It is meant to be a starting point
+ for Haskell developers who are looking for libraries to use.
+ .
+ Installing this meta package will install the profiling data for the 
+ libraries as specified in the official Haskell Platform.
+Depends: haskell-platform,
+  ghc-prof,
+  libghc-cgi-prof,
+  libghc-fgl-prof,
+  libghc-glut-prof,
+  libghc-haskell-src-prof,
+  libghc-html-prof,
+  libghc-hunit-prof,
+  libghc-mtl-prof,
+  libghc-network-prof,
+  libghc-opengl-prof,
+  libghc-parallel-prof,
+  libghc-parsec3-prof,
+  libghc-quickcheck2-prof,
+  libghc-regex-base-prof,
+  libghc-regex-compat-prof,
+  libghc-regex-posix-prof,
+  libghc-stm-prof,
+  libghc-syb-prof,
+  libghc-text-prof,
+  libghc-transformers-prof,
+  libghc-xhtml-prof,
+  libghc-zlib-prof,
+  libghc-http-prof,
+  libghc-deepseq-prof,
+  ${misc:Depends}
 
 Package: haskell-platform-doc
 Section: doc





More information about the Pkg-haskell-commits mailing list