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

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


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

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

Fri May 24 09:12:05 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 6d8110274031306d604d634e9fb0a18b
diff -rN -u old-haskell-hjavascript//changelog new-haskell-hjavascript//changelog
--- old-haskell-hjavascript//changelog	2013-05-24 09:24:10.542542873 +0000
+++ new-haskell-hjavascript//changelog	2013-05-24 09:24:10.546541791 +0000
@@ -1,6 +1,7 @@
 haskell-hjavascript (0.4.7-6) 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:47 +0200
 
diff -rN -u old-haskell-hjavascript//control new-haskell-hjavascript//control
--- old-haskell-hjavascript//control	2013-05-24 09:24:10.538538749 +0000
+++ new-haskell-hjavascript//control	2013-05-24 09:24:10.546541791 +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
@@ -25,7 +25,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell abstract syntax for a subset of JavaScript - GHC libraries
+Description: Haskell abstract syntax for a subset of JavaScript${haskell:ShortBlurb}
  HJavaScript defines a Haskell abstract syntax and pretty printer for a
  subset of JavaScript. However, a significant difference from JavaScript
  is that HJavaScript is typed, even on the abstract syntax level using
@@ -35,7 +35,7 @@
  If you don't know what Haskell and all these concepts are, you can just
  ignore this package.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-hjavascript-prof
 Architecture: any
@@ -45,7 +45,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell abstract syntax for a subset of JavaScript - GHC profiling libraries
+Description: Haskell abstract syntax for a subset of JavaScript${haskell:ShortBlurb}
  HJavaScript defines a Haskell abstract syntax and pretty printer for a
  subset of JavaScript. However, a significant difference from JavaScript
  is that HJavaScript is typed, even on the abstract syntax level using
@@ -55,7 +55,7 @@
  If you don't know what Haskell and all these concepts are, you can just
  ignore this package.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-hjavascript-doc
 Section: doc
@@ -65,7 +65,7 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell abstract syntax for a subset of JavaScript - documentation
+Description: Haskell abstract syntax for a subset of JavaScript${haskell:ShortBlurb}
  HJavaScript defines a Haskell abstract syntax and pretty printer for a
  subset of JavaScript. However, a significant difference from JavaScript
  is that HJavaScript is typed, even on the abstract syntax level using
@@ -75,4 +75,4 @@
  If you don't know what Haskell and all these concepts are, you can just
  ignore this package.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list