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

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


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

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

Sun Dec 21 21:30:44 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Use standard substvars
diff -rN -u old-haskell-tasty/changelog new-haskell-tasty/changelog
--- old-haskell-tasty/changelog	2014-12-22 15:07:08.286642014 +0000
+++ new-haskell-tasty/changelog	2014-12-22 15:07:08.290642017 +0000
@@ -2,6 +2,7 @@
 
   * Depend on haskell-devscripts 0.9, found in experimental
   * New upstream release
+  * Use standard substvars
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 21 Dec 2014 14:58:41 +0100
 
diff -rN -u old-haskell-tasty/control new-haskell-tasty/control
--- old-haskell-tasty/control	2014-12-22 15:07:08.286642014 +0000
+++ new-haskell-tasty/control	2014-12-22 15:07:08.286642014 +0000
@@ -40,34 +40,41 @@
 Homepage: http://hackage.haskell.org/package/tasty
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tasty
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tasty
+X-Description: Haskell testing framework
+ A modern and extensible testing framework.
 
 Package: libghc-tasty-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${haskell:ShortBlurb}
- A modern and extensible testing framework.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-tasty-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${haskell:ShortBlurb}
- A modern and extensible testing framework.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
 Package: libghc-tasty-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${haskell:ShortBlurb}
- A modern and extensible testing framework.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}




More information about the Pkg-haskell-commits mailing list