[Pkg-haskell-commits] darcs: haskell-quickcheck1: Use Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Sun May 26 08:50:22 UTC 2013


Sun May 26 08:35:33 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use Haskell description blurbs 
  Ignore-this: faac814df23f0e549f6a940653d0e1b4

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

Sun May 26 08:35:33 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use Haskell description blurbs 
  Ignore-this: faac814df23f0e549f6a940653d0e1b4
diff -rN -u old-haskell-quickcheck1//changelog new-haskell-quickcheck1//changelog
--- old-haskell-quickcheck1//changelog	2013-05-26 08:50:21.934536849 +0000
+++ new-haskell-quickcheck1//changelog	2013-05-26 08:50:21.939300181 +0000
@@ -1,6 +1,7 @@
 haskell-quickcheck1 (1.2.0.1-6) UNRELEASED; urgency=low
 
   * Do not install a hoogle file (Closes: #709771)
+  * Use Haskell description blurbs 
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 26 May 2013 10:33:11 +0200
 
diff -rN -u old-haskell-quickcheck1//control new-haskell-quickcheck1//control
--- old-haskell-quickcheck1//control	2013-05-26 08:50:21.915316030 +0000
+++ new-haskell-quickcheck1//control	2013-05-26 08:50:21.934536849 +0000
@@ -28,9 +28,7 @@
 Provides: ${haskell:Provides}, libghc-quickcheck-dev
 Conflicts: libghc-quickcheck-dev (<< 2.1.0.1-6)
 Replaces: libghc-quickcheck-dev (<< 2.1.0.1-6)
-Description: Haskell automatic testing library for GHC
- This package provides a library for the Haskell programming language.
- .
+Description: Haskell automatic testing library for GH${haskell:ShortBlurb}
  QuickCheck is a library for testing Haskell programs automatically.
  The programmer provides a specification of the program, in
  the form of properties which functions should satisfy, and
@@ -42,6 +40,8 @@
  .
  This package contains version 1 of the library, whose API differs
  from version 2's.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-quickcheck1-prof
 Architecture: any
@@ -51,10 +51,7 @@
 Provides: libghc-quickcheck-prof, ${haskell:Provides}
 Conflicts: libghc-quickcheck-prof (<< 2.1.0.1-6)
 Replaces: libghc-quickcheck-prof (<< 2.1.0.1-6)
-Description: Haskell automatic testing library for GHC; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- .
+Description: Haskell automatic testing library for GHC${haskell:ShortBlurb}
  QuickCheck is a library for testing Haskell programs automatically.
  The programmer provides a specification of the program, in
  the form of properties which functions should satisfy, and
@@ -66,6 +63,8 @@
  .
  This package contains version 1 of the library, whose API differs
  from version 2's.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-quickcheck1-doc
 Section: doc
@@ -76,10 +75,7 @@
 Provides: libghc-quickcheck-doc
 Conflicts: libghc-quickcheck-doc (<< 2.1.0.1-6)
 Replaces: libghc-quickcheck-doc (<< 2.1.0.1-6)
-Description: Haskell automatic testing library for GHC; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- .
+Description: Haskell automatic testing library for GHC{haskel:ShortBlurb}
  QuickCheck is a library for testing Haskell programs automatically.
  The programmer provides a specification of the program, in
  the form of properties which functions should satisfy, and
@@ -91,3 +87,5 @@
  .
  This package contains version 1 of the library, whose API differs
  from version 2's.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list