[Pkg-haskell-commits] darcs: haskell-llvm-base: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:08 UTC 2013
Fri May 24 08:55:15 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: f3ebc5e258c429bd030b3aeec1f93b92
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:15 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: f3ebc5e258c429bd030b3aeec1f93b92
diff -rN -u old-haskell-llvm-base//changelog new-haskell-llvm-base//changelog
--- old-haskell-llvm-base//changelog 2013-05-24 09:26:08.701631262 +0000
+++ new-haskell-llvm-base//changelog 2013-05-24 09:26:08.701631262 +0000
@@ -1,6 +1,7 @@
haskell-llvm-base (3.2.0.0-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:54:14 +0200
diff -rN -u old-haskell-llvm-base//control new-haskell-llvm-base//control
--- old-haskell-llvm-base//control 2013-05-24 09:26:08.694551954 +0000
+++ new-haskell-llvm-base//control 2013-05-24 09:26:08.701631262 +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
, llvm-dev
@@ -27,12 +27,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: low-level bindings to the LLVM compiler toolkit
+Description: low-level bindings to the LLVM compiler toolkit${haskell:ShortBlurb}
This package provides low-level bindings to the LLVM compiler toolkit.
Higher-level bindings can be found in the libghc-llvm-dev package.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-llvm-base-prof
Architecture: any
@@ -41,12 +40,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: low-level bindings to the LLVM compiler toolkit; profiling libraries
+Description: low-level bindings to the LLVM compiler toolkit${haskell:ShortBlurb}
This package provides low-level bindings to the LLVM compiler toolkit.
Higher-level bindings can be found in the libghc-llvm-dev package.
.
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-llvm-base-doc
Section: doc
@@ -54,10 +52,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: low-level bindings to the LLVM compiler toolkit; documentation
+Description: low-level bindings to the LLVM compiler toolkit${haskell:ShortBlurb}
This package provides low-level bindings to the LLVM compiler toolkit.
Higher-level bindings can be found in the libghc-llvm-dev package.
.
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list