[Pkg-haskell-commits] darcs: haskell-simple-reflect: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:29:02 UTC 2013
Sat May 25 09:07:12 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 3128aa35c6d763beece38b9e8b8b7e58
M ./changelog +1
M ./control -11 +7
Sat May 25 09:07:12 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 3128aa35c6d763beece38b9e8b8b7e58
diff -rN -u old-haskell-simple-reflect//changelog new-haskell-simple-reflect//changelog
--- old-haskell-simple-reflect//changelog 2013-05-25 10:29:02.779036442 +0000
+++ new-haskell-simple-reflect//changelog 2013-05-25 10:29:02.793547074 +0000
@@ -1,6 +1,7 @@
haskell-simple-reflect (0.3.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 11:06:52 +0200
diff -rN -u old-haskell-simple-reflect//control new-haskell-simple-reflect//control
--- old-haskell-simple-reflect//control 2013-05-25 10:29:02.775036503 +0000
+++ new-haskell-simple-reflect//control 2013-05-25 10:29:02.785567825 +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,7 +22,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: simple reflection of expressions containing variables
+Description: simple reflection of expressions containing variables${haskell:ShortBlurb}
This package allows simple reflection of expressions containing variables.
Reflection here means that a Haskell expression is turned into a string.
.
@@ -30,8 +30,7 @@
there are no options for manipulating the reflected expressions beyond
showing them.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-simple-reflect-prof
Architecture: any
@@ -40,7 +39,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: simple reflection of expressions containing variables; profiling libraries
+Description: simple reflection of expressions containing variables${haskell:ShortBlurb}
This package allows simple reflection of expressions containing variables.
Reflection here means that a Haskell expression is turned into a string.
.
@@ -48,8 +47,7 @@
there are no options for manipulating the reflected expressions beyond
showing them.
.
- 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-simple-reflect-doc
Section: doc
@@ -57,7 +55,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: simple reflection of expressions containing variables; documentation
+Description: simple reflection of expressions containing variables${haskell:ShortBlurb}
This package allows simple reflection of expressions containing variables.
Reflection here means that a Haskell expression is turned into a string.
.
@@ -65,6 +63,4 @@
there are no options for manipulating the reflected expressions beyond
showing them.
.
- 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