[Pkg-haskell-commits] darcs: haskell-split: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:29:33 UTC 2013
Fri May 24 09:12:19 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: ce43a306c83e146e0e635f1c96418296
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:19 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: ce43a306c83e146e0e635f1c96418296
diff -rN -u old-haskell-split//changelog new-haskell-split//changelog
--- old-haskell-split//changelog 2013-05-24 09:29:32.951039116 +0000
+++ new-haskell-split//changelog 2013-05-24 09:29:32.951039116 +0000
@@ -1,6 +1,7 @@
haskell-split (0.2.1.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:55:03 +0200
diff -rN -u old-haskell-split//control new-haskell-split//control
--- old-haskell-split//control 2013-05-24 09:29:32.939036030 +0000
+++ new-haskell-split//control 2013-05-24 09:29:32.955049954 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
@@ -22,7 +22,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell library for splitting lists - GHC libraries
+Description: Haskell library for splitting lists${haskell:ShortBlurb}
This Haskell library provides a wide range of strategies and a unified
combinator framework for splitting lists with respect to some sort of
delimiter.
@@ -30,7 +30,7 @@
For example, it can split a list every N elements, or on elements that
satisfy some condition.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-split-prof
Architecture: any
@@ -39,7 +39,7 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell library for splitting lists - GHC profiling libraries
+Description: Haskell library for splitting lists${haskell:ShortBlurb}
This Haskell library provides a wide range of strategies and a unified
combinator framework for splitting lists with respect to some sort of
delimiter.
@@ -47,7 +47,7 @@
For example, it can split a list every N elements, or on elements that
satisfy some condition.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-split-doc
Section: doc
@@ -56,7 +56,7 @@
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell library for splitting lists - documentation
+Description: Haskell library for splitting lists${haskell:ShortBlurb}
This Haskell library provides a wide range of strategies and a unified
combinator framework for splitting lists with respect to some sort of
delimiter.
@@ -64,4 +64,4 @@
For example, it can split a list every N elements, or on elements that
satisfy some condition.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list