[Pkg-haskell-commits] darcs: haskell-unlambda: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:43 UTC 2013
Fri May 24 08:56:03 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 73e68eb64c35605abc39ceb3098fde94
M ./changelog +1
M ./control -12 +7
Fri May 24 08:56:03 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 73e68eb64c35605abc39ceb3098fde94
diff -rN -u old-haskell-unlambda//changelog new-haskell-unlambda//changelog
--- old-haskell-unlambda//changelog 2013-05-24 09:30:42.943061311 +0000
+++ new-haskell-unlambda//changelog 2013-05-24 09:30:42.947075324 +0000
@@ -1,6 +1,7 @@
haskell-unlambda (0.1.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:55:20 +0200
diff -rN -u old-haskell-unlambda//control new-haskell-unlambda//control
--- old-haskell-unlambda//control 2013-05-24 09:30:42.939055624 +0000
+++ new-haskell-unlambda//control 2013-05-24 09:30:42.947075324 +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-mtl-dev
@@ -25,9 +25,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Unlambda interpreter library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Unlambda interpreter library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is an interpreter of the Unlambda language, written in the pure,
lazy, functional language Haskell.
@@ -39,10 +38,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Unlambda interpreter library; 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: Unlambda interpreter library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is an interpreter of the Unlambda language, written in the pure,
lazy, functional language Haskell.
@@ -53,10 +50,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Unlambda interpreter library; 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: Unlambda interpreter library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is an interpreter of the Unlambda language, written in the pure,
lazy, functional language Haskell.
More information about the Pkg-haskell-commits
mailing list