[Pkg-haskell-commits] darcs: haskell-tasty-quickcheck: Use standard substvars

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 15:07:40 UTC 2014


Sun Dec 21 21:28:21 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars

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

Sun Dec 21 21:28:21 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars
diff -rN -u old-haskell-tasty-quickcheck/changelog new-haskell-tasty-quickcheck/changelog
--- old-haskell-tasty-quickcheck/changelog	2014-12-22 15:07:40.550654954 +0000
+++ new-haskell-tasty-quickcheck/changelog	2014-12-22 15:07:40.558654957 +0000
@@ -1,6 +1,7 @@
 haskell-tasty-quickcheck (0.8.1-2) UNRELEASED; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Use standard substvars
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:59:06 +0100
 
diff -rN -u old-haskell-tasty-quickcheck/control new-haskell-tasty-quickcheck/control
--- old-haskell-tasty-quickcheck/control	2014-12-22 15:07:40.550654954 +0000
+++ new-haskell-tasty-quickcheck/control	2014-12-22 15:07:40.554654956 +0000
@@ -28,34 +28,41 @@
 Homepage: http://hackage.haskell.org/package/tasty-quickcheck
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tasty-quickcheck
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tasty-quickcheck
+X-Description: Haskell testing framework, QuickCheck support
+ QuickCheck support for the Tasty test framework.
 
 Package: libghc-tasty-quickcheck-dev
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell testing framework, QuickCheck support${haskell:ShortBlurb}
- QuickCheck support for the Tasty test framework.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-tasty-quickcheck-prof
 Architecture: any
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell testing framework, QuickCheck support${haskell:ShortBlurb}
- QuickCheck support for the Tasty test framework.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-tasty-quickcheck-doc
 Section: doc
 Architecture: all
-Depends: ${haskell:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell testing framework, QuickCheck support${haskell:ShortBlurb}
- QuickCheck support for the Tasty test framework.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}




More information about the Pkg-haskell-commits mailing list