[Pkg-haskell-commits] darcs: haskell-top: Improve description wrapping

Joachim Breitner mail at joachim-breitner.de
Fri Oct 24 21:41:36 UTC 2014


Fri Oct 24 20:03:55 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Improve description wrapping

    M ./control -12 +12

Fri Oct 24 20:03:55 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Improve description wrapping
diff -rN -u old-haskell-top/control new-haskell-top/control
--- old-haskell-top/control	2014-10-24 21:41:36.409473698 +0000
+++ new-haskell-top/control	2014-10-24 21:41:36.413473696 +0000
@@ -18,9 +18,9 @@
 Standards-Version: 3.9.5
 Homepage: http://hackage.haskell.org/package/Top
 X-Description: Constraint solving framework employed by the Helium Compiler.
- At its most general, Top is a framework for constructing abstract interpretations
- which focuses on giving good feedback on why an abstract interpretation does not give
- any useful information.
+ At its most general, Top is a framework for constructing abstract
+ interpretations which focuses on giving good feedback on why an abstract
+ interpretation does not give any useful information.
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-top
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-top
 
@@ -34,9 +34,9 @@
 Conflicts: ${haskell:Conflicts},
 Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
-  ${haskell:LongDescription}
-  .
-  ${haskell:Blurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
 
 Package: libghc-top-prof
 Architecture: any
@@ -47,9 +47,9 @@
 Conflicts: ${haskell:Conflicts},
 Provides: ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
-  ${haskell:LongDescription}
-  .
-  ${haskell:Blurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
 
 Package: libghc-top-doc
 Architecture: all
@@ -60,6 +60,6 @@
 Suggests: ${haskell:Suggests},
 Conflicts: ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
-  ${haskell:LongDescription}
-  .
-  ${haskell:Blurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}




More information about the Pkg-haskell-commits mailing list