[Pkg-haskell-commits] darcs: haskell-unix-bytestring: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:37 UTC 2013
Fri May 24 08:56:03 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 11ab52746da7ef31dfc61f85080b5094
M ./changelog +1
M ./control -11 +7
Fri May 24 08:56:03 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 11ab52746da7ef31dfc61f85080b5094
diff -rN -u old-haskell-unix-bytestring//changelog new-haskell-unix-bytestring//changelog
--- old-haskell-unix-bytestring//changelog 2013-05-24 09:30:37.667116695 +0000
+++ new-haskell-unix-bytestring//changelog 2013-05-24 09:30:37.667116695 +0000
@@ -1,6 +1,7 @@
haskell-unix-bytestring (0.3.5.4-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:19 +0200
diff -rN -u old-haskell-unix-bytestring//control new-haskell-unix-bytestring//control
--- old-haskell-unix-bytestring//control 2013-05-24 09:30:37.659060473 +0000
+++ new-haskell-unix-bytestring//control 2013-05-24 09:30:37.671072283 +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,15 +22,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Unix/POSIX-specific functions for ByteStrings
+Description: Unix/POSIX-specific functions for ByteStrings${haskell:ShortBlurb}
Provides ByteString file-descriptor based I/O API, designed loosely after
the String file-descriptor based I/O API in System.Posix.IO. The functions
here wrap standard C implementations of the functions specified by the
ISO/IEC 9945-1:1990 (`POSIX.1') and X/Open Portability Guide Issue 4,
Version 2 (`XPG4.2') specifications.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-unix-bytestring-prof
Architecture: any
@@ -39,15 +38,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Unix/POSIX-specific functions for ByteStrings; profiling libraries
+Description: Unix/POSIX-specific functions for ByteStrings${haskell:ShortBlurb}
Provides ByteString file-descriptor based I/O API, designed loosely after
the String file-descriptor based I/O API in System.Posix.IO. The functions
here wrap standard C implementations of the functions specified by the
ISO/IEC 9945-1:1990 (`POSIX.1') and X/Open Portability Guide Issue 4,
Version 2 (`XPG4.2') specifications.
.
- 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-unix-bytestring-doc
Section: doc
@@ -55,13 +53,11 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Unix/POSIX-specific functions for ByteStrings; documentation
+Description: Unix/POSIX-specific functions for ByteStrings${haskell:ShortBlurb}
Provides ByteString file-descriptor based I/O API, designed loosely after
the String file-descriptor based I/O API in System.Posix.IO. The functions
here wrap standard C implementations of the functions specified by the
ISO/IEC 9945-1:1990 (`POSIX.1') and X/Open Portability Guide Issue 4,
Version 2 (`XPG4.2') specifications.
.
- 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