[Pkg-haskell-commits] darcs: haskell-bindings-dsl: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:19:48 UTC 2013
Fri May 24 08:54:14 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 46416a4a199c2aa1213cb5b6d3b391e9
M ./changelog +1
M ./control -4 +3
Fri May 24 08:54:14 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 46416a4a199c2aa1213cb5b6d3b391e9
diff -rN -u old-haskell-bindings-dsl//changelog new-haskell-bindings-dsl//changelog
--- old-haskell-bindings-dsl//changelog 2013-05-24 09:19:48.259044279 +0000
+++ new-haskell-bindings-dsl//changelog 2013-05-24 09:19:48.262026233 +0000
@@ -1,6 +1,7 @@
haskell-bindings-dsl (1.0.15-3) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:52:45 +0200
diff -rN -u old-haskell-bindings-dsl//control new-haskell-bindings-dsl//control
--- old-haskell-bindings-dsl//control 2013-05-24 09:19:48.251039149 +0000
+++ new-haskell-bindings-dsl//control 2013-05-24 09:19:48.262026233 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/bindings-dsl
@@ -20,9 +20,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: FFI domain specific language, on top of hsc2hs
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: FFI domain specific language, on top of hsc2hs${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This is a set of macros to be used when writing Haskell FFI. They were
designed to be able to fully describe C interfaces, so that hsc2hs can
More information about the Pkg-haskell-commits
mailing list