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

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:24:12 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: 7235efd9da10bb85d97cd703ed77b74b

    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: 7235efd9da10bb85d97cd703ed77b74b
diff -rN -u old-haskell-hjscript//changelog new-haskell-hjscript//changelog
--- old-haskell-hjscript//changelog	2013-05-24 09:24:11.926069962 +0000
+++ new-haskell-hjscript//changelog	2013-05-24 09:24:11.930063823 +0000
@@ -1,6 +1,7 @@
 haskell-hjscript (0.6.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:53:48 +0200
 
diff -rN -u old-haskell-hjscript//control new-haskell-hjscript//control
--- old-haskell-hjscript//control	2013-05-24 09:24:11.922068878 +0000
+++ new-haskell-hjscript//control	2013-05-24 09:24:11.930063823 +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,
@@ -35,7 +35,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell DSL for writing JavaScript programs - GHC libraries
+Description: Haskell DSL for writing JavaScript programs${haskell:ShortBlurb}
  HJScript is a DSL (domain-specific language) built on top of
  HJavaScript, for writing client-side dynamic web pages. The programming
  model is fairly low-level, resembling the actual JavaScript code quite a
@@ -47,7 +47,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-hjscript-prof
 Architecture: any
@@ -57,7 +57,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell DSL for writing JavaScript programs - GHC profiling libraries
+Description: Haskell DSL for writing JavaScript programs${haskell:ShortBlurb}
  HJScript is a DSL (domain-specific language) built on top of
  HJavaScript, for writing client-side dynamic web pages. The programming
  model is fairly low-level, resembling the actual JavaScript code quite a
@@ -69,7 +69,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-hjscript-doc
 Section: doc
@@ -79,7 +79,7 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell DSL for writing JavaScript programs - documentation
+Description: Haskell DSL for writing JavaScript programs${haskell:ShortBlurb}
  HJScript is a DSL (domain-specific language) built on top of
  HJavaScript, for writing client-side dynamic web pages. The programming
  model is fairly low-level, resembling the actual JavaScript code quite a
@@ -91,4 +91,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