[Pkg-haskell-commits] darcs: haskell-reflection: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Sat May 25 10:28:46 UTC 2013


Sat May 25 09:07:10 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 77e30315d80a4238fc517fc864e577ef

    M ./changelog +1
    M ./control -11 +7

Sat May 25 09:07:10 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 77e30315d80a4238fc517fc864e577ef
diff -rN -u old-haskell-reflection//changelog new-haskell-reflection//changelog
--- old-haskell-reflection//changelog	2013-05-25 10:28:46.846044568 +0000
+++ new-haskell-reflection//changelog	2013-05-25 10:28:46.854041250 +0000
@@ -1,6 +1,7 @@
 haskell-reflection (1.1.7-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 11:06:51 +0200
 
diff -rN -u old-haskell-reflection//control new-haskell-reflection//control
--- old-haskell-reflection//control	2013-05-25 10:28:46.842020558 +0000
+++ new-haskell-reflection//control	2013-05-25 10:28:46.850064618 +0000
@@ -5,7 +5,7 @@
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , ghc-ghci
@@ -27,14 +27,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: reifies arbitrary terms into types that can be reflected back into terms
+Description: reifies arbitrary terms into types that can be reflected back into terms${haskell:ShortBlurb}
  This package provides an implementation of the ideas presented in the
  paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
  Chung-chieh Shan. However, the API has been streamlined to improve
  performance.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-reflection-prof
 Architecture: any
@@ -43,14 +42,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: reifies arbitrary terms into types that can be reflected; profiling libraries
+Description: reifies arbitrary terms into types that can be reflected${haskell:ShortBlurb}
  This package provides an implementation of the ideas presented in the
  paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
  Chung-chieh Shan. However, the API has been streamlined to improve
  performance.
  .
- This package provides a library for the Haskell programming language, compiled
- for profiling.  See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-reflection-doc
 Section: doc
@@ -58,12 +56,10 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: reifies arbitrary terms into types that can be reflected; documentation
+Description: reifies arbitrary terms into types that can be reflected${haskell:ShortBlurb}
  This package provides an implementation of the ideas presented in the
  paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
  Chung-chieh Shan. However, the API has been streamlined to improve
  performance.
  .
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list