[Pkg-haskell-commits] darcs: haskell-src-exts: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:29:34 UTC 2013
Fri May 24 09:12:20 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 7e3558b866234c7933a705988cdde591
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:20 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 7e3558b866234c7933a705988cdde591
diff -rN -u old-haskell-src-exts//changelog new-haskell-src-exts//changelog
--- old-haskell-src-exts//changelog 2013-05-24 09:29:34.751037649 +0000
+++ new-haskell-src-exts//changelog 2013-05-24 09:29:34.755040760 +0000
@@ -1,6 +1,7 @@
haskell-src-exts (1.13.5-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:55:03 +0200
diff -rN -u old-haskell-src-exts//control new-haskell-src-exts//control
--- old-haskell-src-exts//control 2013-05-24 09:29:34.743069660 +0000
+++ new-haskell-src-exts//control 2013-05-24 09:29:34.758455435 +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
, ghc-doc
@@ -25,7 +25,7 @@
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell-Source with eXtensions library for GHC
+Description: Haskell-Source with eXtensions library for GHC${haskell:ShortBlurb}
haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
standard haskell-src package, and handles most common syntactic extensions to
Haskell, including:
@@ -36,7 +36,7 @@
* Implicit parameters (ghc and hugs style)
* Template Haskell
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-src-exts-prof
Architecture: any
@@ -45,7 +45,7 @@
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell-Source with eXtensions library for GHC; profiling libraries
+Description: Haskell-Source with eXtensions library for GHC${haskell:ShortBlurb}
haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
standard haskell-src package, and handles most common syntactic extensions to
Haskell, including:
@@ -56,7 +56,7 @@
* Implicit parameters (ghc and hugs style)
* Template Haskell
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-src-exts-doc
Replaces: haskell-src-exts-doc (<< 1.8.2-2)
@@ -67,7 +67,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: API documentation of the haskell-src-exts library
+Description: API documentation of the haskell-src-exts library${haskell:ShortBlurb}
haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
standard haskell-src package, and handles most common syntactic extensions to
Haskell, including:
@@ -78,4 +78,4 @@
* Implicit parameters (ghc and hugs style)
* Template Haskell
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list