[Pkg-haskell-commits] darcs: haskell-patience: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:27:35 UTC 2013
Fri May 24 09:06:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: bd93e777562400ce614b6423666f911b
M ./changelog +1
M ./control -12 +7
Fri May 24 09:06:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: bd93e777562400ce614b6423666f911b
diff -rN -u old-haskell-patience//changelog new-haskell-patience//changelog
--- old-haskell-patience//changelog 2013-05-24 09:27:35.590110164 +0000
+++ new-haskell-patience//changelog 2013-05-24 09:27:35.594150737 +0000
@@ -1,6 +1,7 @@
haskell-patience (0.1.1-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:54:35 +0200
diff -rN -u old-haskell-patience//control new-haskell-patience//control
--- old-haskell-patience//control 2013-05-24 09:27:35.586101086 +0000
+++ new-haskell-patience//control 2013-05-24 09:27:35.594150737 +0000
@@ -7,7 +7,7 @@
Build-Depends:
cdbs
, debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc (>= 6.12)
, ghc-prof
Build-Depends-Indep:
@@ -27,7 +27,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell implementation of the Patience Diff algorithm
+Description: Haskell implementation of the Patience Diff algorithm${haskell:ShortBlurb}
This library implements the "patience diff" algorithm, as well as the patience
algorithm for the longest increasing subsequence problem.
.
@@ -37,8 +37,7 @@
see http://alfedenzo.livejournal.com/170301.html and
http://bramcohen.livejournal.com/73318.html.
.
- This package provides a library written in the Haskell programming
- language. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-patience-prof
Architecture: any
@@ -48,7 +47,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell implementation of the Patience Diff algorithm; profiling libraries
+Description: Haskell implementation of the Patience Diff algorithm${haskell:ShortBlurb}
This library implements the "patience diff" algorithm, as well as the patience
algorithm for the longest increasing subsequence problem.
.
@@ -58,9 +57,7 @@
see http://alfedenzo.livejournal.com/170301.html and
http://bramcohen.livejournal.com/73318.html.
.
- This package provides a library written in the Haskell programming language,
- compiled for profiling. See http://www.haskell.org/ for more information on
- Haskell.
+ ${haskell:Blurb}
Package: libghc-patience-doc
Section: doc
@@ -70,7 +67,7 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell implementation of the Patience Diff algorithm; documentation
+Description: Haskell implementation of the Patience Diff algorithm${haskell:ShortBlurb}
This library implements the "patience diff" algorithm, as well as the patience
algorithm for the longest increasing subsequence problem.
.
@@ -80,6 +77,4 @@
see http://alfedenzo.livejournal.com/170301.html and
http://bramcohen.livejournal.com/73318.html.
.
- This package provides documentation for a library written in 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