[Pkg-haskell-commits] darcs: haskell-mmorph: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:28:23 UTC 2013
Sat May 25 09:07:07 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 61432c8bf4baf37492b82eef4793628f
M ./changelog +1
M ./control -11 +7
Sat May 25 09:07:07 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 61432c8bf4baf37492b82eef4793628f
diff -rN -u old-haskell-mmorph//changelog new-haskell-mmorph//changelog
--- old-haskell-mmorph//changelog 2013-05-25 10:28:23.013549089 +0000
+++ new-haskell-mmorph//changelog 2013-05-25 10:28:23.021551111 +0000
@@ -1,6 +1,7 @@
haskell-mmorph (1.0.0-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 11:06:48 +0200
diff -rN -u old-haskell-mmorph//control new-haskell-mmorph//control
--- old-haskell-mmorph//control 2013-05-25 10:28:23.005535614 +0000
+++ new-haskell-mmorph//control 2013-05-25 10:28:23.017580259 +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)
@@ -26,12 +26,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: monad morphisms
+Description: monad morphisms${haskell:ShortBlurb}
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-mmorph-prof
Architecture: any
@@ -40,12 +39,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: monad morphisms; profiling libraries
+Description: monad morphisms${haskell:ShortBlurb}
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
.
- 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-mmorph-doc
Section: doc
@@ -53,10 +51,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: monad morphisms; documentation
+Description: monad morphisms${haskell:ShortBlurb}
This library provides monad morphism utilities, most commonly used
for manipulating monad transformer stacks.
.
- 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