[Pkg-haskell-commits] darcs: haskell-word8: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:29:17 UTC 2013
Sat May 25 09:07:14 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 13c15cb2a76857bab7efe8228f4ecb99
M ./changelog +1
M ./control -11 +7
Sat May 25 09:07:14 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 13c15cb2a76857bab7efe8228f4ecb99
diff -rN -u old-haskell-word8//changelog new-haskell-word8//changelog
--- old-haskell-word8//changelog 2013-05-25 10:29:17.698535376 +0000
+++ new-haskell-word8//changelog 2013-05-25 10:29:17.702536084 +0000
@@ -1,6 +1,7 @@
haskell-word8 (0.0.2-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 11:06:54 +0200
diff -rN -u old-haskell-word8//control new-haskell-word8//control
--- old-haskell-word8//control 2013-05-25 10:29:17.682536324 +0000
+++ new-haskell-word8//control 2013-05-25 10:29:17.698535376 +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
Build-Depends-Indep: ghc-doc
@@ -22,14 +22,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Char-like utility functions for Word8s to be used with ByteStrings
+Description: Char-like utility functions for Word8s to be used with ByteStrings${haskell:ShortBlurb}
This is a Word8 library to be used with Data.ByteString. All function
assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
functions are supposed to work as if those of Char. Exceptions are
described in the function documentations.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-word8-prof
Architecture: any
@@ -38,14 +37,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: functions for Word8s to be used with ByteStrings; profiling libraries
+Description: functions for Word8s to be used with ByteStrings${haskell:ShortBlurb}
This is a Word8 library to be used with Data.ByteString. All function
assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
functions are supposed to work as if those of Char. Exceptions are
described in the function documentations.
.
- 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-word8-doc
Section: doc
@@ -53,12 +51,10 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: functions for Word8s to be used with ByteStrings; documentation
+Description: functions for Word8s to be used with ByteStrings${haskell:ShortBlurb}
This is a Word8 library to be used with Data.ByteString. All function
assumes that Word8 is encoded in Latin-1 (ISO-8859-1). All utility
functions are supposed to work as if those of Char. Exceptions are
described in the function documentations.
.
- 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