[Pkg-haskell-commits] darcs: haskell-distributive: Fix description

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


Sun Dec 21 11:58:28 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix description

    M ./changelog +1
    M ./control -8 +15

Sun Dec 21 11:58:28 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix description
diff -rN -u old-haskell-distributive/changelog new-haskell-distributive/changelog
--- old-haskell-distributive/changelog	2014-12-22 13:50:40.115238460 +0000
+++ new-haskell-distributive/changelog	2014-12-22 13:50:40.123238468 +0000
@@ -2,6 +2,7 @@
 
   * Depend on haskell-devscripts 0.9, found in experimental
   * Do not depend on transformers, which now comes with GHC
+  * Fix description
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:56:58 +0100
 
diff -rN -u old-haskell-distributive/control new-haskell-distributive/control
--- old-haskell-distributive/control	2014-12-22 13:50:40.115238460 +0000
+++ new-haskell-distributive/control	2014-12-22 13:50:40.119238464 +0000
@@ -18,26 +18,32 @@
 Homepage: http://hackage.haskell.org/package/distributive
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-distributive
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-distributive
+X-Description: Distributive functors
+ This package provides a type class for distributive functors. These are the
+ dual to traversable functors.
 
 Package: libghc-distributive-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell 98 Distributive functors -- Dual to Traversable${haskell:ShortBlurb}
- Haskell 98 Distributive functors -- Dual to Traversable.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-distributive-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell 98 Distributive functors -- Dual to Traversable${haskell:ShortBlurb}
- Haskell 98 Distributive functors -- Dual to Traversable.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -47,7 +53,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell 98 Distributive functors -- Dual to Traversable${haskell:ShortBlurb}
- Haskell 98 Distributive functors -- Dual to Traversable.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
+




More information about the Pkg-haskell-commits mailing list