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

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


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

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

Fri May 24 08:55:47 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 7d1701d57d0043c22e4a473f6b4d5a54
diff -rN -u old-haskell-shakespeare-i18n//changelog new-haskell-shakespeare-i18n//changelog
--- old-haskell-shakespeare-i18n//changelog	2013-05-24 09:29:10.186538648 +0000
+++ new-haskell-shakespeare-i18n//changelog	2013-05-24 09:29:10.190536165 +0000
@@ -1,6 +1,7 @@
 haskell-shakespeare-i18n (1.0.0.2-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:54:57 +0200
 
diff -rN -u old-haskell-shakespeare-i18n//control new-haskell-shakespeare-i18n//control
--- old-haskell-shakespeare-i18n//control	2013-05-24 09:29:10.182540624 +0000
+++ new-haskell-shakespeare-i18n//control	2013-05-24 09:29:10.190536165 +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
@@ -34,9 +34,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: type-based approach to internationalization
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: type-based approach to internationalization${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This package uses the same approach of type-safe URLs to create translated
  content. It has a simple syntax for translators, while allowing the full
@@ -53,10 +52,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: type-based approach to internationalization; 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: type-based approach to internationalization${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This package uses the same approach of type-safe URLs to create translated
  content. It has a simple syntax for translators, while allowing the full
@@ -72,10 +69,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: type-based approach to internationalization; 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: type-based approach to internationalization${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This package uses the same approach of type-safe URLs to create translated
  content. It has a simple syntax for translators, while allowing the full





More information about the Pkg-haskell-commits mailing list