[Pkg-haskell-commits] darcs: haskell-hashmap: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:23:51 UTC 2013
Fri May 24 08:54:59 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 5e7eb0dc2a1ed3bd3256d89b9808db8c
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:59 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 5e7eb0dc2a1ed3bd3256d89b9808db8c
diff -rN -u old-haskell-hashmap//changelog new-haskell-hashmap//changelog
--- old-haskell-hashmap//changelog 2013-05-24 09:23:51.067044341 +0000
+++ new-haskell-hashmap//changelog 2013-05-24 09:23:51.070041518 +0000
@@ -1,6 +1,7 @@
haskell-hashmap (1.3.0.1-3) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:53:42 +0200
diff -rN -u old-haskell-hashmap//control new-haskell-hashmap//control
--- old-haskell-hashmap//control 2013-05-24 09:23:51.001539512 +0000
+++ new-haskell-hashmap//control 2013-05-24 09:23:51.070041518 +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-hashable-dev (>> 1.0)
@@ -25,7 +25,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: persistent containers Map and Set based on hashing
+Description: persistent containers Map and Set based on hashing${haskell:ShortBlurb}
An implementation of persistent Map and Set containers based on hashing.
The implementation is build on top of Data.IntMap.IntMap and
Data.IntSet.IntSet, with very similar API. It uses Hashable class from the
@@ -42,8 +42,7 @@
either one elem or Data.Set.Set elem for all elements with the same hash
value.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-hashmap-prof
Architecture: any
@@ -52,7 +51,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: persistent containers Map and Set based on hashing; profiling libraries
+Description: persistent containers Map and Set based on hashing${haskell:ShortBlurb}
An implementation of persistent Map and Set containers based on hashing.
The implementation is build on top of Data.IntMap.IntMap and
Data.IntSet.IntSet, with very similar API. It uses Hashable class from the
@@ -69,8 +68,7 @@
either one elem or Data.Set.Set elem for all elements with the same hash
value.
.
- 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-hashmap-doc
Section: doc
@@ -78,7 +76,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: persistent containers Map and Set based on hashing; documentation
+Description: persistent containers Map and Set based on hashing${haskell:ShortBlurb}
An implementation of persistent Map and Set containers based on hashing.
The implementation is build on top of Data.IntMap.IntMap and
Data.IntSet.IntSet, with very similar API. It uses Hashable class from the
@@ -95,6 +93,4 @@
either one elem or Data.Set.Set elem for all elements with the same hash
value.
.
- 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