[Pkg-haskell-commits] darcs: haskell-stringprep: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:29:47 UTC 2013
Fri May 24 08:55:55 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: bbcf7ec50411bc728f6bc31d48c813f4
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:55 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: bbcf7ec50411bc728f6bc31d48c813f4
diff -rN -u old-haskell-stringprep//changelog new-haskell-stringprep//changelog
--- old-haskell-stringprep//changelog 2013-05-24 09:29:47.691076075 +0000
+++ new-haskell-stringprep//changelog 2013-05-24 09:29:47.691076075 +0000
@@ -2,6 +2,7 @@
* Enable compat level 9
* Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:06 +0200
diff -rN -u old-haskell-stringprep//control new-haskell-stringprep//control
--- old-haskell-stringprep//control 2013-05-24 09:29:47.683069722 +0000
+++ new-haskell-stringprep//control 2013-05-24 09:29:47.691076075 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-ranges-dev (>= 0.2.2)
@@ -31,15 +31,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Implements the "StringPrep" algorithm
+Description: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
RFC 3454 describes a framework for preparing Unicode text strings in order to
increase the likelihood that string input and string comparison work in ways
that make sense for typical users throughout the world. The stringprep
protocol is useful for protocol identifier values, company and personal names,
internationalized domain names, and other text strings.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-stringprep-prof
Architecture: any
@@ -48,15 +47,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Implements the "StringPrep" algorithm; profiling libraries
+Description: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
RFC 3454 describes a framework for preparing Unicode text strings in order to
increase the likelihood that string input and string comparison work in ways
that make sense for typical users throughout the world. The stringprep
protocol is useful for protocol identifier values, company and personal names,
internationalized domain names, and other text strings.
.
- 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-stringprep-doc
Section: doc
@@ -64,13 +62,11 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Implements the "StringPrep" algorithm; documentation
+Description: Implements the "StringPrep" algorithm${haskell:ShortBlurb}
RFC 3454 describes a framework for preparing Unicode text strings in order to
increase the likelihood that string input and string comparison work in ways
that make sense for typical users throughout the world. The stringprep
protocol is useful for protocol identifier values, company and personal names,
internationalized domain names, and other text strings.
.
- 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