[Pkg-haskell-commits] darcs: haskell-reactive-banana: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:28:22 UTC 2013
Fri May 24 08:55:41 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: f739a0e45e89e52dcb9c69895e6247f3
M ./changelog +1
M ./control -10 +7
Fri May 24 08:55:41 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: f739a0e45e89e52dcb9c69895e6247f3
diff -rN -u old-haskell-reactive-banana//changelog new-haskell-reactive-banana//changelog
--- old-haskell-reactive-banana//changelog 2013-05-24 09:28:22.239252824 +0000
+++ new-haskell-reactive-banana//changelog 2013-05-24 09:28:22.243149746 +0000
@@ -1,6 +1,7 @@
haskell-reactive-banana (0.7.0.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:54:46 +0200
diff -rN -u old-haskell-reactive-banana//control new-haskell-reactive-banana//control
--- old-haskell-reactive-banana//control 2013-05-24 09:28:22.234095569 +0000
+++ new-haskell-reactive-banana//control 2013-05-24 09:28:22.243149746 +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
, ghc-prof
, libghc-transformers-dev (>> 0.2)
@@ -42,9 +42,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: small but solid library for FRP
- This package provides a library for the Haskell programming language. See
- http://www.haskell.org/ for more information on Haskell.
+Description: small but solid library for FRP${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The current focus of this library is to implement a subset of the semantic
model for functional reactive programming pioneered by Conal Elliott.
@@ -72,9 +71,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: small but solid library for FRP; profiling libraries
- This package provides a library for the Haskell programming language. See
- http://www.haskell.org/ for more information on Haskell.
+Description: small but solid library for FRP${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The current focus of this library is to implement a subset of the semantic
model for functional reactive programming pioneered by Conal Elliott.
@@ -101,9 +99,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: small but solid library for FRP; documentation
- This package provides a library for the Haskell programming language. See
- http://www.haskell.org/ for more information on Haskell.
+Description: small but solid library for FRP${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
The current focus of this library is to implement a subset of the semantic
model for functional reactive programming pioneered by Conal Elliott.
More information about the Pkg-haskell-commits
mailing list