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

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


Fri May 24 09:12:06 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 56a6c3e9a6be095d8137dfd5337f33df

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

Fri May 24 09:12:06 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 56a6c3e9a6be095d8137dfd5337f33df
diff -rN -u old-haskell-hstringtemplate//changelog new-haskell-hstringtemplate//changelog
--- old-haskell-hstringtemplate//changelog	2013-05-24 09:24:48.221665878 +0000
+++ new-haskell-hstringtemplate//changelog	2013-05-24 09:24:48.221665878 +0000
@@ -1,6 +1,7 @@
 haskell-hstringtemplate (0.6.12-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:53:56 +0200
 
diff -rN -u old-haskell-hstringtemplate//control new-haskell-hstringtemplate//control
--- old-haskell-hstringtemplate//control	2013-05-24 09:24:48.209576987 +0000
+++ new-haskell-hstringtemplate//control	2013-05-24 09:24:48.226309069 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -40,7 +40,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell port of the Java library StringTemplate - GHC libraries
+Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb}
  This is a Haskell template engine. Its API is mainly inspired to that of
  the Java library StringTemplate, but it is implemented in a "Haskellish"
  manner.
@@ -50,7 +50,7 @@
  the application of alternating attributes to anonymous as well as
  regular templates, including therefore sets of alternating attributes.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-hstringtemplate-prof
 Architecture: any
@@ -60,7 +60,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell port of the Java library StringTemplate - GHC profiling libraries
+Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb}
  This is a Haskell template engine. Its API is mainly inspired to that of
  the Java library StringTemplate, but it is implemented in a "Haskellish"
  manner.
@@ -70,7 +70,7 @@
  the application of alternating attributes to anonymous as well as
  regular templates, including therefore sets of alternating attributes.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-hstringtemplate-doc
 Section: doc
@@ -80,7 +80,7 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell port of the Java library StringTemplate - documentation
+Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb}
  This is a Haskell template engine. Its API is mainly inspired to that of
  the Java library StringTemplate, but it is implemented in a "Haskellish"
  manner.
@@ -90,4 +90,4 @@
  the application of alternating attributes to anonymous as well as
  regular templates, including therefore sets of alternating attributes.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list