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

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


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

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

Fri May 24 08:55:44 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: b059c5526aa0184566a18c1f8165b891
diff -rN -u old-haskell-safecopy//changelog new-haskell-safecopy//changelog
--- old-haskell-safecopy//changelog	2013-05-24 09:28:48.931331948 +0000
+++ new-haskell-safecopy//changelog	2013-05-24 09:28:48.935109033 +0000
@@ -1,6 +1,7 @@
 haskell-safecopy (0.7.1-2) 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:52 +0200
 
diff -rN -u old-haskell-safecopy//control new-haskell-safecopy//control
--- old-haskell-safecopy//control	2013-05-24 09:28:48.923299560 +0000
+++ new-haskell-safecopy//control	2013-05-24 09:28:48.935109033 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-cereal-dev (>= 0.3.1.0)
@@ -28,14 +28,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell serialization library with version control - GHC libraries
+Description: Haskell serialization library with version control - GHC libraries${haskell:ShortBlurb}
  SafeCopy is an extension to cereal, a Haskell serialization library:
  it adds the ability to define new versions of some data tpe and
  automatically convert variables serialized with an old format to a
  newer one.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-safecopy-prof
 Architecture: any
@@ -44,14 +43,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell serialization library with version control - GHC profiling libraries
+Description: Haskell serialization library with version control - GHC profiling libraries${haskell:ShortBlurb}
  SafeCopy is an extension to cereal, a Haskell serialization library:
  it adds the ability to define new versions of some data tpe and
  automatically convert variables serialized with an old format to a
  newer one.
  .
- 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-safecopy-doc
 Section: doc
@@ -59,12 +57,10 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell serialization library with version control - documentation
+Description: Haskell serialization library with version control - documentation${haskell:ShortBlurb}
  SafeCopy is an extension to cereal, a Haskell serialization library:
  it adds the ability to define new versions of some data tpe and
  automatically convert variables serialized with an old format to a
  newer one.
  .
- 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