[Pkg-haskell-commits] darcs: haskell-fast-logger: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:22:55 UTC 2013
Fri May 24 08:54:50 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 6353597207e5ec2360f272da95b069ef
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:50 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 6353597207e5ec2360f272da95b069ef
diff -rN -u old-haskell-fast-logger//changelog new-haskell-fast-logger//changelog
--- old-haskell-fast-logger//changelog 2013-05-24 09:22:55.165552021 +0000
+++ new-haskell-fast-logger//changelog 2013-05-24 09:22:55.170040950 +0000
@@ -1,6 +1,7 @@
haskell-fast-logger (0.3.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:53:29 +0200
diff -rN -u old-haskell-fast-logger//control new-haskell-fast-logger//control
--- old-haskell-fast-logger//control 2013-05-24 09:22:55.165552021 +0000
+++ new-haskell-fast-logger//control 2013-05-24 09:22:55.170040950 +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-date-cache-dev (>> 0.3)
@@ -35,12 +35,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: a fast logging system
+Description: a fast logging system${haskell:ShortBlurb}
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-fast-logger-prof
Architecture: any
@@ -49,12 +48,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: a fast logging system; profiling libraries
+Description: a fast logging system${haskell:ShortBlurb}
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
.
- 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-fast-logger-doc
Section: doc
@@ -62,10 +60,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: a fast logging system; documentation
+Description: a fast logging system${haskell:ShortBlurb}
Fast logging system to copy log data directly to Handle buffer.
It also supports rotation.
.
- 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