[Pkg-haskell-commits] darcs: haskell-reform: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:28:49 UTC 2013
Sat May 25 09:07:10 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 76c341e54b7f034f59760c8afffe57c9
M ./changelog +1
M ./control -11 +7
Sat May 25 09:07:10 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 76c341e54b7f034f59760c8afffe57c9
diff -rN -u old-haskell-reform//changelog new-haskell-reform//changelog
--- old-haskell-reform//changelog 2013-05-25 10:28:49.466927724 +0000
+++ new-haskell-reform//changelog 2013-05-25 10:28:49.474122792 +0000
@@ -1,6 +1,7 @@
haskell-reform (0.1.2-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:51 +0200
diff -rN -u old-haskell-reform//control new-haskell-reform//control
--- old-haskell-reform//control 2013-05-25 10:28:49.459053133 +0000
+++ new-haskell-reform//control 2013-05-25 10:28:49.466927724 +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
, libghc-mtl-dev (>> 2.0)
@@ -30,13 +30,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: HTML form generation and validation library
+Description: HTML form generation and validation library${haskell:ShortBlurb}
reform follows in the footsteps of formlets and digestive-functors
<= 0.2. It provides a type-safe and composable method for generating
an HTML form that includes validation.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-reform-prof
Architecture: any
@@ -45,13 +44,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: HTML form generation and validation library; profiling libraries
+Description: HTML form generation and validation library${haskell:ShortBlurb}
reform follows in the footsteps of formlets and digestive-functors
<= 0.2. It provides a type-safe and composable method for generating
an HTML form that includes validation.
.
- 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-reform-doc
Section: doc
@@ -59,11 +57,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: HTML form generation and validation library; documentation
+Description: HTML form generation and validation library${haskell:ShortBlurb}
reform follows in the footsteps of formlets and digestive-functors
<= 0.2. It provides a type-safe and composable method for generating
an HTML form that includes validation.
.
- 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