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

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:19:20 UTC 2013


Fri May 24 08:54:09 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: be21e325ef48553bd12e07cba151a3a9

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

Fri May 24 08:54:09 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: be21e325ef48553bd12e07cba151a3a9
diff -rN -u old-haskell-arrows//changelog new-haskell-arrows//changelog
--- old-haskell-arrows//changelog	2013-05-24 09:19:20.626094050 +0000
+++ new-haskell-arrows//changelog	2013-05-24 09:19:20.626094050 +0000
@@ -1,6 +1,7 @@
 haskell-arrows (0.4.4.1-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:52:39 +0200
 
diff -rN -u old-haskell-arrows//control new-haskell-arrows//control
--- old-haskell-arrows//control	2013-05-24 09:19:20.617673614 +0000
+++ new-haskell-arrows//control	2013-05-24 09:19:20.626094050 +0000
@@ -7,7 +7,7 @@
 Build-Depends:
  cdbs,
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  ghc,
  ghc-prof,
  libghc-stream-dev,
@@ -23,9 +23,8 @@
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell arrow classes and transformers for GHC
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.
@@ -34,10 +33,8 @@
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: Haskell arrow classes and transformers for GHC; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.
@@ -48,10 +45,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell arrow classes and transformers for GHC; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell arrow classes and transformers for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides several classes that extend the Arrow class, and
  some transformers that implement or lift these classes.





More information about the Pkg-haskell-commits mailing list