[Pkg-haskell-commits] darcs: haskell-mtl: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:47 UTC 2013
Fri May 24 08:55:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 3a0e14ac32b13b4e1ddba24b05b7d288
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 3a0e14ac32b13b4e1ddba24b05b7d288
diff -rN -u old-haskell-mtl//changelog new-haskell-mtl//changelog
--- old-haskell-mtl//changelog 2013-05-24 09:26:47.859068454 +0000
+++ new-haskell-mtl//changelog 2013-05-24 09:26:47.863043485 +0000
@@ -1,6 +1,7 @@
haskell-mtl (2.1.2-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:51:34 +0200
diff -rN -u old-haskell-mtl//control new-haskell-mtl//control
--- old-haskell-mtl//control 2013-05-24 09:26:47.851116056 +0000
+++ new-haskell-mtl//control 2013-05-24 09:26:47.863043485 +0000
@@ -6,7 +6,7 @@
Standards-Version: 3.9.4
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
ghc,
ghc-doc,
ghc-prof,
@@ -28,9 +28,8 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell monad transformer library for GHC
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell monad transformer library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
MTL is a monad transformer library, inspired by the paper "Functional
Programming with Overloading and Higher-Order Polymorphism",
@@ -45,10 +44,8 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell monad transformer library for GHC; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell monad transformer library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
MTL is a monad transformer library, inspired by the paper "Functional
Programming with Overloading and Higher-Order Polymorphism",
@@ -61,10 +58,8 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell monad transformer library for GHC; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell monad transformer library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
MTL is a monad transformer library, inspired by the paper "Functional
Programming with Overloading and Higher-Order Polymorphism",
More information about the Pkg-haskell-commits
mailing list