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

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


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

    M ./changelog +1
    M ./control -13 +8

Fri May 24 08:56:24 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: d098b1acc31b66ade61473fb2c895da8
diff -rN -u old-magic-haskell//changelog new-magic-haskell//changelog
--- old-magic-haskell//changelog	2013-05-24 09:32:42.639244381 +0000
+++ new-magic-haskell//changelog	2013-05-24 09:32:42.643239781 +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:55:47 +0200
 
diff -rN -u old-magic-haskell//control new-magic-haskell//control
--- old-magic-haskell//control	2013-05-24 09:32:42.635300459 +0000
+++ new-magic-haskell//control	2013-05-24 09:32:42.643239781 +0000
@@ -4,7 +4,7 @@
 Uploaders: John Goerzen <jgoerzen at complete.org>
 Build-Depends: debhelper (>= 9),
  cdbs,
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  ghc,
  ghc-prof,
  libmagic-dev
@@ -22,9 +22,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: File type determination library for Haskell
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: File type determination library for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This package provides a Haskell interface to the C libmagic library.
  With it, you can determine the type of a file by examining its contents
@@ -38,10 +37,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: File type determination library for Haskell; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: File type determination library for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This package provides a Haskell interface to the C libmagic library.
  With it, you can determine the type of a file by examining its contents
@@ -53,7 +50,7 @@
 #Architecture: any
 #Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
 #Suggests: ${haskell:Suggests}
-#Description: File type determination library for Haskell
+#Description: File type determination library for Haskell${haskell:ShortBlurb}
 # This package provides a Haskell interface to the C libmagic library.
 # With it, you can determine the type of a file by examining its contents
 # rather than its name.  The Haskell interface provides a full-featured
@@ -71,10 +68,8 @@
 Provides: magic-haskell-doc
 Replaces: magic-haskell-doc (<< 1.0.8-4)
 Conflicts: magic-haskell-doc (<< 1.0.8-4)
-Description: File type determination library for Haskell; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: File type determination library for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This package provides a Haskell interface to the C libmagic library.
  With it, you can determine the type of a file by examining its contents





More information about the Pkg-haskell-commits mailing list