[Pkg-haskell-commits] darcs: haskell-active: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:19:10 UTC 2013
Fri May 24 08:54:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 380b0df589ef61e4bda18105e393ba9a
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 380b0df589ef61e4bda18105e393ba9a
diff -rN -u old-haskell-active//changelog new-haskell-active//changelog
--- old-haskell-active//changelog 2013-05-24 09:19:10.103038868 +0000
+++ new-haskell-active//changelog 2013-05-24 09:19:10.103038868 +0000
@@ -1,6 +1,7 @@
haskell-active (0.1.0.3-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:52:36 +0200
diff -rN -u old-haskell-active//control new-haskell-active//control
--- old-haskell-active//control 2013-05-24 09:19:10.095037841 +0000
+++ new-haskell-active//control 2013-05-24 09:19:10.105810426 +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
, libghc-semigroups-dev (>= 0.1)
@@ -40,15 +40,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Abstractions for animation
+Description: Abstractions for animation${haskell:ShortBlurb}
Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
Have a Beginning, a Middle, and an End, Trends in Functional Programming,
2010), this library defines a simple abstraction for working with time-varying
values. In a sense, this is sort of like a stripped-down version of functional
reactive programming (FRP), without the reactivity.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-active-prof
Architecture: any
@@ -57,15 +56,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Abstractions for animation; profiling libraries
+Description: Abstractions for animation${haskell:ShortBlurb}
Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
Have a Beginning, a Middle, and an End, Trends in Functional Programming,
2010), this library defines a simple abstraction for working with time-varying
values. In a sense, this is sort of like a stripped-down version of functional
reactive programming (FRP), without the reactivity.
.
- 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-active-doc
Section: doc
@@ -73,13 +71,11 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Abstractions for animation; documentation
+Description: Abstractions for animation${haskell:ShortBlurb}
Inspired by the work of Kevin Matlage and Andy Gill (Every Animation Should
Have a Beginning, a Middle, and an End, Trends in Functional Programming,
2010), this library defines a simple abstraction for working with time-varying
values. In a sense, this is sort of like a stripped-down version of functional
reactive programming (FRP), without the reactivity.
.
- 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