[Pkg-haskell-commits] darcs: haskell-recaptcha: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:28:25 UTC 2013


Fri May 24 09:12:16 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: f7938b584b65dff8c89debdfe224a2c9

    M ./changelog +1
    M ./control -7 +7

Fri May 24 09:12:16 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: f7938b584b65dff8c89debdfe224a2c9
diff -rN -u old-haskell-recaptcha//changelog new-haskell-recaptcha//changelog
--- old-haskell-recaptcha//changelog	2013-05-24 09:28:25.346189686 +0000
+++ new-haskell-recaptcha//changelog	2013-05-24 09:28:25.346189686 +0000
@@ -1,6 +1,7 @@
 haskell-recaptcha (0.1-6) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:54:47 +0200
 
diff -rN -u old-haskell-recaptcha//control new-haskell-recaptcha//control
--- old-haskell-recaptcha//control	2013-05-24 09:28:25.338165535 +0000
+++ new-haskell-recaptcha//control	2013-05-24 09:28:25.346189686 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -35,13 +35,13 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell interface to reCAPTCHA service - GHC libraries
+Description: Haskell interface to reCAPTCHA service${haskell:ShortBlurb}
  reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
  for preventing automated spam in web applications, using the data people
  submit to digitize old books and newspapers. haskell-recaptcha provides
  functions for using reCAPTCHA in Haskell web applications.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-recaptcha-prof
 Architecture: any
@@ -51,13 +51,13 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell interface to reCAPTCHA service - GHC profiling libraries
+Description: Haskell interface to reCAPTCHA service${haskell:ShortBlurb}
  reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
  for preventing automated spam in web applications, using the data people
  submit to digitize old books and newspapers. haskell-recaptcha provides
  functions for using reCAPTCHA in Haskell web applications.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-recaptcha-doc
 Section: doc
@@ -67,10 +67,10 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell interface to reCAPTCHA service - documentation
+Description: Haskell interface to reCAPTCHA service${haskell:ShortBlurb}
  reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
  for preventing automated spam in web applications, using the data people
  submit to digitize old books and newspapers. haskell-recaptcha provides
  functions for using reCAPTCHA in Haskell web applications.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list