[Pkg-haskell-commits] darcs: hslogger: use X-description, improve short description

Raúl Benencia rul at kalgan.cc
Tue Mar 10 17:37:58 UTC 2015


Tue Mar 10 14:11:40 UTC 2015  Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
  * use X-description, improve short description

    M ./control -27 +19

Tue Mar 10 14:11:40 UTC 2015  Raúl Benencia <rul at kalgan.cc>
  * use X-description, improve short description
diff -rN -u old-hslogger/control new-hslogger/control
--- old-hslogger/control	2015-03-10 17:37:57.942153663 +0000
+++ new-hslogger/control	2015-03-10 17:37:57.942153663 +0000
@@ -26,6 +26,16 @@
 Homepage: http://software.complete.org/hslogger
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/hslogger
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hslogger
+X-Description: logging framework for Haskell
+ hslogger is a logging framework for Haskell, roughly similar to
+ Python's logging module.
+ .
+ hslogger lets each log message have a priority and source be associated
+ with it.  The programmer can then define global handlers that route
+ or filter messages based on the priority and source.  hslogger also
+ has a syslog handler built in.
+ .
+ This package contains the API documentation.
 
 Package: libghc-hslogger-dev
 Architecture: any
@@ -33,14 +43,10 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: The Haskell Logging Framework, GHC package
- hslogger is a logging framework for Haskell, roughly similar to
- Python's logging module.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- hslogger lets each log message have a priority and source be associated
- with it.  The programmer can then define global handlers that route
- or filter messages based on the priority and source.  hslogger also
- has a syslog handler built in.
+ ${haskell:Blurb}
 
 Package: libghc-hslogger-prof
 Architecture: any
@@ -48,17 +54,10 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: The Haskell Logging Framework, GHC profiling libraries
- hslogger is a logging framework for Haskell, roughly similar to
- Python's logging module.
- .
- hslogger lets each log message have a priority and source be associated
- with it.  The programmer can then define global handlers that route
- or filter messages based on the priority and source.  hslogger also
- has a syslog handler built in.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- This package contains the libraries used to profile programs linked
- against hslogger.
+ ${haskell:Blurb}
 
 Package: libghc-hslogger-doc
 Section: doc
@@ -69,14 +68,7 @@
 Provides: hslogger-doc
 Conflicts: hslogger-doc
 Replaces: hslogger-doc
-Description: The Haskell Logging Framework, API Documentation
- hslogger is a logging framework for Haskell, roughly similar to
- Python's logging module.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
- hslogger lets each log message have a priority and source be associated
- with it.  The programmer can then define global handlers that route
- or filter messages based on the priority and source.  hslogger also
- has a syslog handler built in.
- .
- This package contains the API documentation.
-
+ ${haskell:Blurb}




More information about the Pkg-haskell-commits mailing list