diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-25 13:07:07 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-25 13:07:07 +0400 |
commit | 7e3523d8c2edf156364e69010a06efd327abfa48 (patch) | |
tree | 12891da7262800685734f19dd8a5ed43a08d8096 /p/haskell-ircbot | |
parent | 79a5db78ce7ca148458ee08adabadcd62856a1cc (diff) | |
download | DHG_packages-7e3523d8c2edf156364e69010a06efd327abfa48.tar.gz |
haskell-ircbot: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-ircbot')
-rw-r--r-- | p/haskell-ircbot/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-ircbot/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-ircbot/debian/changelog b/p/haskell-ircbot/debian/changelog index e4c0395c3..778aabc7b 100644 --- a/p/haskell-ircbot/debian/changelog +++ b/p/haskell-ircbot/debian/changelog @@ -1,6 +1,7 @@ haskell-ircbot (0.5.3-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 11:06:48 +0200 diff --git a/p/haskell-ircbot/debian/control b/p/haskell-ircbot/debian/control index 13925e449..27bb97b5b 100644 --- a/p/haskell-ircbot/debian/control +++ b/p/haskell-ircbot/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Clint Adams <clint@debian.org> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-irc-dev (>> 0.5) @@ -45,12 +45,11 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: library for writing IRC bots +Description: library for writing IRC bots${haskell:ShortBlurb} The ircbot library provides a BotMonad class and assorted routines for writing IRC robots. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-ircbot-prof Architecture: any @@ -59,12 +58,11 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: library for writing IRC bots; profiling libraries +Description: library for writing IRC bots${haskell:ShortBlurb} The ircbot library provides a BotMonad class and assorted routines for writing IRC robots. . - 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-ircbot-doc Section: doc @@ -72,10 +70,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: library for writing IRC bots; documentation +Description: library for writing IRC bots${haskell:ShortBlurb} The ircbot library provides a BotMonad class and assorted routines for writing IRC robots. . - 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} |