[Pkg-haskell-commits] darcs: haskell-text-icu: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:22 UTC 2013
Fri May 24 08:56:00 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a058855c5c36dca940390b29e06cfd04
M ./changelog +1
M ./control -11 +7
Fri May 24 08:56:00 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a058855c5c36dca940390b29e06cfd04
diff -rN -u old-haskell-text-icu//changelog new-haskell-text-icu//changelog
--- old-haskell-text-icu//changelog 2013-05-24 09:30:22.493538309 +0000
+++ new-haskell-text-icu//changelog 2013-05-24 09:30:22.497536568 +0000
@@ -1,6 +1,7 @@
haskell-text-icu (0.6.3.5-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:55:15 +0200
diff -rN -u old-haskell-text-icu//control new-haskell-text-icu//control
--- old-haskell-text-icu//control 2013-05-24 09:30:22.469535427 +0000
+++ new-haskell-text-icu//control 2013-05-24 09:30:22.497536568 +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-text-dev (>> 0.9.1.0)
@@ -28,7 +28,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: bindings to the ICU library
+Description: bindings to the ICU library${haskell:ShortBlurb}
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
services on a wide variety of platforms.
@@ -55,8 +55,7 @@
.
Regular expression search and replace.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-text-icu-prof
Architecture: any
@@ -65,7 +64,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: bindings to the ICU library; profiling libraries
+Description: bindings to the ICU library${haskell:ShortBlurb}
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
services on a wide variety of platforms.
@@ -92,8 +91,7 @@
.
Regular expression search and replace.
.
- 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-text-icu-doc
Section: doc
@@ -101,7 +99,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: bindings to the ICU library; documentation
+Description: bindings to the ICU library${haskell:ShortBlurb}
Haskell bindings to the International Components for Unicode (ICU)
libraries. These libraries provide robust and full-featured Unicode
services on a wide variety of platforms.
@@ -128,6 +126,4 @@
.
Regular expression search and replace.
.
- 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