[Pkg-haskell-commits] darcs: tools: Use dh_haskell_blurbs in template control file
Joachim Breitner
mail at joachim-breitner.de
Fri May 17 20:13:54 UTC 2013
Fri May 17 19:57:21 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use dh_haskell_blurbs in template control file
Ignore-this: 18581c6ec59cfd3883201d0ee1674fb0
M ./template-debian/control -14 +12
Fri May 17 19:57:21 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use dh_haskell_blurbs in template control file
Ignore-this: 18581c6ec59cfd3883201d0ee1674fb0
diff -rN -u old-tools//template-debian/control new-tools//template-debian/control
--- old-tools//template-debian/control 2013-05-17 20:13:54.507228139 +0000
+++ new-tools//template-debian/control 2013-05-17 20:13:54.531261019 +0000
@@ -5,7 +5,7 @@
Uploaders: John Maintainer <maintainer at example.com>
Build-Depends: debhelper (>= 7)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
# Make sure all dependencies listed in the cabal file are represented here,
@@ -21,6 +21,8 @@
Homepage: http://hackage.haskell.org/package/foo
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-foo
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-foo
+X-Description: Short description of foo
+ Long description of foo
Package: libghc-foo-dev
Architecture: any
@@ -31,11 +33,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Short description of foo
- Long description of foo
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-foo-prof
Architecture: any
@@ -44,11 +45,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Short description of foo; profiling libraries
- Long description of foo
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- 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-foo-doc
Section: doc
@@ -56,9 +56,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Short description of foo; documentation
- Long description of foo
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- 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