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

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


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

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

Fri May 24 08:55:55 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 27ed5bb62018982ccf05055eba5ad892
diff -rN -u old-haskell-strptime//changelog new-haskell-strptime//changelog
--- old-haskell-strptime//changelog	2013-05-24 09:29:49.198539193 +0000
+++ new-haskell-strptime//changelog	2013-05-24 09:29:49.198539193 +0000
@@ -1,6 +1,7 @@
 haskell-strptime (1.0.6-3) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:55:07 +0200
 
diff -rN -u old-haskell-strptime//control new-haskell-strptime//control
--- old-haskell-strptime//control	2013-05-24 09:29:49.190537413 +0000
+++ new-haskell-strptime//control	2013-05-24 09:29:49.202541026 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
 Build-Depends-Indep: ghc-doc
@@ -22,15 +22,14 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Efficient parsing of LocalTime using C's strptime
+Description: Efficient parsing of LocalTime using C's strptime${haskell:ShortBlurb}
  This library provides a binding to strptime, that allows one to parse dates and
  times from strings and strict/lazy bytestrings. The library creates LocalTime
  values. It provides some extra features which the original strptime lacks -
  parsing of fractional seconds and parsing of ten-powers of seconds since epoch
  (for example milliseconds since epoch).
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-strptime-prof
 Architecture: any
@@ -39,15 +38,14 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Efficient parsing of LocalTime using C's strptime; profiling libraries
+Description: Efficient parsing of LocalTime using C's strptime${haskell:ShortBlurb}
  This library provides a binding to strptime, that allows one to parse dates and
  times from strings and strict/lazy bytestrings. The library creates LocalTime
  values. It provides some extra features which the original strptime lacks -
  parsing of fractional seconds and parsing of ten-powers of seconds since epoch
  (for example milliseconds since epoch).
  .
- 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-strptime-doc
 Section: doc
@@ -55,13 +53,11 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Efficient parsing of LocalTime using C's strptime; documentation
+Description: Efficient parsing of LocalTime using C's strptime${haskell:ShortBlurb}
  This library provides a binding to strptime, that allows one to parse dates and
  times from strings and strict/lazy bytestrings. The library creates LocalTime
  values. It provides some extra features which the original strptime lacks -
  parsing of fractional seconds and parsing of ten-powers of seconds since epoch
  (for example milliseconds since epoch).
  .
- 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