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

Joachim Breitner mail at joachim-breitner.de
Sat May 25 10:27:27 UTC 2013


Sat May 25 09:00:42 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: f19cb2b640a41ac434808b4454b37644

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

Sat May 25 09:00:42 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: f19cb2b640a41ac434808b4454b37644
diff -rN -u old-haskell-asn1-types//changelog new-haskell-asn1-types//changelog
--- old-haskell-asn1-types//changelog	2013-05-25 10:27:27.598157282 +0000
+++ new-haskell-asn1-types//changelog	2013-05-25 10:27:27.602042030 +0000
@@ -1,6 +1,7 @@
 haskell-asn1-types (0.2.0-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 11:00:27 +0200
 
diff -rN -u old-haskell-asn1-types//control new-haskell-asn1-types//control
--- old-haskell-asn1-types//control	2013-05-25 10:27:27.594222675 +0000
+++ new-haskell-asn1-types//control	2013-05-25 10:27:27.598157282 +0000
@@ -22,11 +22,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: ASN.1 types
+Description: ASN.1 types${haskell:ShortBlurb}
  These are ASN.1 standard types
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-asn1-types-prof
 Architecture: any
@@ -35,12 +34,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: ASN.1 types; profiling libraries
+Description: ASN.1 types${haskell:ShortBlurb}
  These are ASN.1 standard types
  .
- 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-asn1-types-doc
 Section: doc
@@ -48,10 +45,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: ASN.1 types; documentation
+Description: ASN.1 types${haskell:ShortBlurb}
  These are ASN.1 standard types
  .
- 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