[Pkg-haskell-commits] darcs: ftphs: Add profiling package

Joachim Breitner nomeata at debian.org
Fri Jan 4 14:26:33 UTC 2013


Fri May 27 07:57:21 UTC 2011  Joachim Breitner <nomeata at debian.org>
  * Add profiling package
  Ignore-this: f1a37475ae5d0cd337e24b7e79d39f30

    M ./changelog +1
    M ./control -18 +33

Fri May 27 07:57:21 UTC 2011  Joachim Breitner <nomeata at debian.org>
  * Add profiling package
  Ignore-this: f1a37475ae5d0cd337e24b7e79d39f30
diff -rN -u old-ftphs//changelog new-ftphs//changelog
--- old-ftphs//changelog	2013-01-04 14:26:32.859741800 +0000
+++ new-ftphs//changelog	2013-01-04 14:26:32.951225786 +0000
@@ -1,6 +1,7 @@
 ftphs (1.0.7-3) UNRELEASED; urgency=low
 
   * ghc6 → ghc
+  * Add profiling package
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 27 May 2011 09:55:21 +0200
 
diff -rN -u old-ftphs//control new-ftphs//control
--- old-ftphs//control	2013-01-04 14:26:32.851741398 +0000
+++ new-ftphs//control	2013-01-04 14:26:32.983191788 +0000
@@ -7,13 +7,23 @@
   , haskell-devscripts (>= 0.8)
   , cpphs
   , libghc-network-dev
+  , libghc-network-prof
   , libghc-mtl-dev
+  , libghc-mtl-prof
   , libghc-missingh-dev (>= 1.0.3.2)
+  , libghc-missingh-prof
   , libghc-hslogger-dev (>= 1.0.7.2)
+  , libghc-hslogger-prof
   , libghc-hunit-dev
+  , libghc-hunit-prof
   , cdbs
 Build-Depends-Indep: 
     ghc-doc
+  , libghc-network-doc
+  , libghc-mtl-doc
+  , libghc-missingh-doc
+  , libghc-hslogger-doc
+  , libghc-hunit-doc
 Standards-Version: 3.6.2
 Section: devel
 Homepage: http://software.complete.org/ftphs
@@ -23,7 +33,9 @@
 Package: libghc-ftphs-dev
 Section: devel
 Architecture: any
-Depends: ${haskell:Depends}, libghc-network-dev, libghc-hslogger-dev (>= 1.0.5), libghc-missingh-dev (>= 1.0.1)
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Suggests: ftphs-doc
 Description: FTP Client and Server Library for Haskell, GHC package
  ftphs provides a Haskell library to implement a FTP client
@@ -37,27 +49,30 @@
   * Server can serve up a real or a virtual filesystem tree
   * Standards compliant
 
-#Package: libhugs-ftphs
-#Section: devel
-#Architecture: all
-#Depends: ${haskell:Depends}, libhugs-hslogger, libhugs-hunit, libhugs-network, libhugs-missingh (>= 1.0.0)
-#Suggests: ftphs-doc
-#Description: FTP Client and Server Library for Haskell, Hugs package
-# ftphs provides a Haskell library to implement a FTP client
-# and a FTP server.
-# .
-# ftphs has a number of features:
-# .
-#  * Easy to use operation
-#  * Full support of text and binary transfers
-#  * Optional lazy interaction
-#  * Server can serve up a real or a virtual filesystem tree
-#  * Standards compliant
+Package: libghc-ftphs-prof
+Section: devel
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: FTP Client and Server Library for Haskell, profiling data
+ ftphs provides a Haskell library to implement a FTP client
+ and a FTP server.
+ .
+ ftphs has a number of features:
+ .
+  * Easy to use operation
+  * Full support of text and binary transfers
+  * Optional lazy interaction
+  * Server can serve up a real or a virtual filesystem tree
+  * Standards compliant
 
 Package: libghc-ftphs-doc
 Section: doc
 Architecture: all
-Provides: ftphs-doc
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}, ftphs-doc
 Replaces: ftphs-doc (<< 1.0.7-2)
 Conflicts: ftphs-doc (<< 1.0.7-2)
 Description: FTP Client and Server Library for Haskell, documentation





More information about the Pkg-haskell-commits mailing list