[Pkg-haskell-commits] darcs: ftphs: Fix description, use standard substvars

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 13:24:48 UTC 2014


Sun Dec 21 12:17:37 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix description, use standard substvars

    M ./changelog +1
    M ./control -32 +26

Sun Dec 21 12:17:37 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix description, use standard substvars
diff -rN -u old-ftphs/changelog new-ftphs/changelog
--- old-ftphs/changelog	2014-12-22 13:24:48.629748297 +0000
+++ new-ftphs/changelog	2014-12-22 13:24:48.633748299 +0000
@@ -2,6 +2,7 @@
 
   * Adjust watch file to new hackage layout
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Fix description, use standard substvars
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 05 Oct 2013 18:19:27 +0200
 
diff -rN -u old-ftphs/control new-ftphs/control
--- old-ftphs/control	2014-12-22 13:24:48.629748297 +0000
+++ new-ftphs/control	2014-12-22 13:24:48.629748297 +0000
@@ -29,13 +29,7 @@
 Homepage: http://software.complete.org/ftphs
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/ftphs
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ftphs
-
-Package: libghc-ftphs-dev
-Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: FTP Client and Server Library for Haskell, GHC package
+X-Description: FTP Client and Server Library for Haskell
  ftphs provides a Haskell library to implement a FTP client
  and a FTP server.
  .
@@ -47,39 +41,39 @@
   * Server can serve up a real or a virtual filesystem tree
   * Standards compliant
 
-Package: libghc-ftphs-prof
+Package: libghc-ftphs-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
 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.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- ftphs has a number of features:
+ ${haskell:Blurb}
+
+Package: libghc-ftphs-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
-  * 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
+ ${haskell:Blurb}
 
 Package: libghc-ftphs-doc
 Section: doc
 Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
 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
- ftphs provides a Haskell library to implement a FTP client
- and a FTP server.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- 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
+ ${haskell:Blurb}
+




More information about the Pkg-haskell-commits mailing list