[Pkg-haskell-commits] darcs: haskell-nats: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 22:49:27 UTC 2013
Fri May 24 22:37:54 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 807a9298b7c11e11b6bf955ef4cd5c66
M ./changelog +1
M ./control -11 +7
Fri May 24 22:37:54 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 807a9298b7c11e11b6bf955ef4cd5c66
diff -rN -u old-haskell-nats//changelog new-haskell-nats//changelog
--- old-haskell-nats//changelog 2013-05-24 22:49:27.670036576 +0000
+++ new-haskell-nats//changelog 2013-05-24 22:49:27.682046061 +0000
@@ -1,6 +1,7 @@
haskell-nats (0.1-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 00:37:33 +0200
diff -rN -u old-haskell-nats//control new-haskell-nats//control
--- old-haskell-nats//control 2013-05-24 22:49:27.666054253 +0000
+++ new-haskell-nats//control 2013-05-24 22:49:27.678036902 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
Build-Depends-Indep: ghc-doc
@@ -22,11 +22,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell 98 natural numbers
+Description: Haskell 98 natural numbers${haskell:ShortBlurb}
Types for natural (and whole) numbers.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-nats-prof
Architecture: any
@@ -35,11 +34,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell 98 natural numbers; profiling libraries
+Description: Haskell 98 natural numbers${haskell:ShortBlurb}
Types for natural (and whole) numbers.
.
- 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-nats-doc
Section: doc
@@ -47,9 +45,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell 98 natural numbers; documentation
+Description: Haskell 98 natural numbers${haskell:ShortBlurb}
Types for natural (and whole) numbers.
.
- 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