[Pkg-haskell-commits] darcs: haskell-tasty-hunit: Use standard substvars
Joachim Breitner
mail at joachim-breitner.de
Mon Dec 22 15:07:32 UTC 2014
Sun Dec 21 21:51:19 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Use standard substvars
M ./changelog +1
M ./control -9 +16
Sun Dec 21 21:51:19 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Use standard substvars
diff -rN -u old-haskell-tasty-hunit/changelog new-haskell-tasty-hunit/changelog
--- old-haskell-tasty-hunit/changelog 2014-12-22 15:07:32.490651715 +0000
+++ new-haskell-tasty-hunit/changelog 2014-12-22 15:07:32.494651717 +0000
@@ -1,6 +1,7 @@
haskell-tasty-hunit (0.9-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-hunit/control new-haskell-tasty-hunit/control
--- old-haskell-tasty-hunit/control 2014-12-22 15:07:32.490651715 +0000
+++ new-haskell-tasty-hunit/control 2014-12-22 15:07:32.490651715 +0000
@@ -18,34 +18,41 @@
Homepage: http://hackage.haskell.org/package/tasty-hunit
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tasty-hunit
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tasty-hunit
+X-Description: Haskell testing framework, HUnit support
+ HUnit support for the Tasty test framework.
Package: libghc-tasty-hunit-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, HUnit support${haskell:ShortBlurb}
- HUnit support for the Tasty test framework.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-tasty-hunit-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, HUnit support${haskell:ShortBlurb}
- HUnit support for the Tasty test framework.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
Package: libghc-tasty-hunit-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, HUnit support${haskell:ShortBlurb}
- HUnit support for the Tasty test framework.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list