[Pkg-haskell-commits] darcs: haskell-hxt: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:25:04 UTC 2013
Fri May 24 09:12:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 34e9ebe308528d97c49e5cb11f060471
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 34e9ebe308528d97c49e5cb11f060471
diff -rN -u old-haskell-hxt//changelog new-haskell-hxt//changelog
--- old-haskell-hxt//changelog 2013-05-24 09:25:04.550094983 +0000
+++ new-haskell-hxt//changelog 2013-05-24 09:25:04.554366753 +0000
@@ -1,6 +1,7 @@
haskell-hxt (9.3.1.1-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:00 +0200
diff -rN -u old-haskell-hxt//control new-haskell-hxt//control
--- old-haskell-hxt//control 2013-05-24 09:25:04.546042043 +0000
+++ new-haskell-hxt//control 2013-05-24 09:25:04.558325954 +0000
@@ -6,7 +6,7 @@
Build-Depends:
cdbs,
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof,
ghc-doc,
@@ -49,7 +49,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: xml toolkit for Haskell (library)
+Description: xml toolkit for Haskell (library)${haskell:ShortBlurb}
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
introduces a more general and flexible approach for processing XML
with Haskell. The Haskell XML Toolbox uses a generic data model for
@@ -60,7 +60,7 @@
than the filter approach from HXML and HaXml, but all filter
applications can easily be transformed into arrows.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hxt-prof
Architecture: any
@@ -68,7 +68,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: xml toolkit for Haskell (profiling library)
+Description: xml toolkit for Haskell (profiling library)${haskell:ShortBlurb}
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
introduces a more general and flexible approach for processing XML
with Haskell. The Haskell XML Toolbox uses a generic data model for
@@ -79,7 +79,7 @@
than the filter approach from HXML and HaXml, but all filter
applications can easily be transformed into arrows.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hxt-doc
Section: doc
@@ -88,7 +88,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: xml toolkit for Haskell (documentation)
+Description: xml toolkit for Haskell (documentation)${haskell:ShortBlurb}
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
introduces a more general and flexible approach for processing XML
with Haskell. The Haskell XML Toolbox uses a generic data model for
@@ -99,5 +99,5 @@
than the filter approach from HXML and HaXml, but all filter
applications can easily be transformed into arrows.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list