[Pkg-haskell-commits] r1140 - in /packages/haskell-http/trunk/debian: changelog control haskell-http-doc.doc-base

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Mon Mar 31 09:01:51 UTC 2008


Author: arjan
Date: Mon Mar 31 09:01:51 2008
New Revision: 1140

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1140
Log:
 r43 at reddwarf:  arjan | 2008-03-31 11:01:13 +0200
 * debian/control:
   - Add package containing the profiling libraries. (Closes: #473519)
   - Add the needed profiling packages to the build dependencies.
 * debian/haskell-http-doc.doc-base:
   - Change section to Programming to fix lintian warning
     "doc-base-unknown-section haskell-http-api:5 Apps/Programming"
 

Modified:
    packages/haskell-http/trunk/debian/changelog
    packages/haskell-http/trunk/debian/control
    packages/haskell-http/trunk/debian/haskell-http-doc.doc-base

Modified: packages/haskell-http/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-http/trunk/debian/changelog?rev=1140&op=diff
==============================================================================
--- packages/haskell-http/trunk/debian/changelog (original)
+++ packages/haskell-http/trunk/debian/changelog Mon Mar 31 09:01:51 2008
@@ -1,3 +1,14 @@
+haskell-http (30010004-3~pre1) unstable; urgency=low
+
+  * debian/control:
+    - Add package containing the profiling libraries. (Closes: #473519)
+    - Add the needed profiling packages to the build dependencies.
+  * debian/haskell-http-doc.doc-base:
+    - Change section to Programming to fix lintian warning
+      "doc-base-unknown-section haskell-http-api:5 Apps/Programming"
+  
+ -- Arjan Oosting <arjan at debian.org>  Mon, 31 Mar 2008 08:53:38 +0200
+
 haskell-http (30010004-2) unstable; urgency=low
 
   * Update for GHC 6.8.2:

Modified: packages/haskell-http/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-http/trunk/debian/control?rev=1140&op=diff
==============================================================================
--- packages/haskell-http/trunk/debian/control (original)
+++ packages/haskell-http/trunk/debian/control Mon Mar 31 09:01:51 2008
@@ -3,8 +3,8 @@
 Section: net
 Maintainer: Arjan Oosting <arjan at debian.org>
 Build-Depends: dctrl-tools, dpkg-dev (>= 1.13.19), debhelper (>= 5.0.0), dpatch, 
- haskell-devscripts (>= 0.6.0), ghc6 (>= 6.8.2), libghc6-network-dev,
- libghc6-parsec-dev 
+ haskell-devscripts (>= 0.6.0), ghc6 (>= 6.8.2), ghc6-prof, libghc6-network-dev,
+ libghc6-network-prof, libghc6-parsec-dev, libghc6-parsec-prof 
 Build-Depends-Indep: haddock, hugs, 
  libhugs-network | hugs (<< 98.200609.21),
  libhugs-parsec  | hugs (<< 98.200609.21),
@@ -23,6 +23,16 @@
  HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
  .
  This package contains the libraries compiled for GHC 6.
+
+Package: libghc6-http-prof
+Section: libdevel
+Architecture: any
+Depends: libghc6-http-dev (= ${binary:Version}), ${haskell:Depends}, ${misc:Depends}
+Suggests: haskell-http-doc (= ${source:Version})
+Description: profiling libraries for the Haskell HTTP client library
+ HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
+ .
+ This package contains the profiling libraries compiled for GHC 6.
 
 Package: libhugs-http
 Section: devel

Modified: packages/haskell-http/trunk/debian/haskell-http-doc.doc-base
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-http/trunk/debian/haskell-http-doc.doc-base?rev=1140&op=diff
==============================================================================
--- packages/haskell-http/trunk/debian/haskell-http-doc.doc-base (original)
+++ packages/haskell-http/trunk/debian/haskell-http-doc.doc-base Mon Mar 31 09:01:51 2008
@@ -2,7 +2,7 @@
 Title: Haskell HTTP API documentation
 Author: Bjorn Bringert
 Abstract: The API documentation for the Haskell HTTP library.
-Section: Apps/Programming
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/haskell-http-doc/html/HTTP/index.html




More information about the Pkg-haskell-commits mailing list