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

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


Fri May 24 08:55:38 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 82c6396a49fcbd08159cb63f038863ff

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

Fri May 24 08:55:38 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 82c6396a49fcbd08159cb63f038863ff
diff -rN -u old-haskell-punycode//changelog new-haskell-punycode//changelog
--- old-haskell-punycode//changelog	2013-05-24 09:28:06.247102025 +0000
+++ new-haskell-punycode//changelog	2013-05-24 09:28:06.251039340 +0000
@@ -2,6 +2,7 @@
 
   * Enable compat level 9
   * Bump standards version to 3.9.4
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:54:42 +0200
 
diff -rN -u old-haskell-punycode//control new-haskell-punycode//control
--- old-haskell-punycode//control	2013-05-24 09:28:06.247102025 +0000
+++ new-haskell-punycode//control	2013-05-24 09:28:06.251039340 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-cereal-dev
@@ -31,12 +31,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Encode unicode strings to ascii forms according to RFC 3492
+Description: Encode unicode strings to ascii forms according to RFC 3492${haskell:ShortBlurb}
  Encode unicode strings to ascii forms according to RFC 3492. It is written in
  pure Haskell.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-punycode-prof
 Architecture: any
@@ -45,12 +44,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Encode unicode strings to ascii forms according to RFC 3492; profiling libraries
+Description: Encode unicode strings to ascii forms according to RFC 3492${haskell:ShortBlurb}
  Encode unicode strings to ascii forms according to RFC 3492. It is written in
  pure Haskell.
  .
- 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-punycode-doc
 Section: doc
@@ -58,10 +56,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Encode unicode strings to ascii forms according to RFC 3492; documentation
+Description: Encode unicode strings to ascii forms according to RFC 3492${haskell:ShortBlurb}
  Encode unicode strings to ascii forms according to RFC 3492. It is written in
  pure Haskell.
  .
- 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