[Pkg-haskell-commits] darcs: haskell-hashable: Move Haskell blurb to the end of the description, reduces the impact of #708703
Joachim Breitner
mail at joachim-breitner.de
Sun May 26 07:43:34 UTC 2013
Sat May 25 21:42:47 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: 1a6a658651e49c13900de36d3b6a434
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:47 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Move Haskell blurb to the end of the description, reduces the impact of #708703
Ignore-this: 1a6a658651e49c13900de36d3b6a434
diff -rN -u old-haskell-hashable//changelog new-haskell-hashable//changelog
--- old-haskell-hashable//changelog 2013-05-26 07:43:34.110756429 +0000
+++ new-haskell-hashable//changelog 2013-05-26 07:43:34.119292701 +0000
@@ -1,3 +1,10 @@
+haskell-hashable (1.1.2.5-3) UNRELEASED; urgency=low
+
+ * Move Haskell blurb to the end of the description, reduces the impact
+ of #708703
+
+ -- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 23:42:47 +0200
+
haskell-hashable (1.1.2.5-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-hashable//control new-haskell-hashable//control
--- old-haskell-hashable//control 2013-05-26 07:43:34.099363757 +0000
+++ new-haskell-hashable//control 2013-05-26 07:43:34.115356738 +0000
@@ -33,12 +33,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Class for types that can be converted to a hash value${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It defines a class, Hashable, for types that can be converted to a
hash value. This class exists for the benefit of hashing-based data
structures. The package provides instances for basic types and a way
to combine hash values.
+ .
+ ${haskell:Blurb}
Package: libghc-hashable-prof
Architecture: any
@@ -48,12 +48,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Class for types that can be converted to a hash value${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It defines a class, Hashable, for types that can be converted to a
hash value. This class exists for the benefit of hashing-based data
structures. The package provides instances for basic types and a way
to combine hash values.
+ .
+ ${haskell:Blurb}
Package: libghc-hashable-doc
Section: doc
@@ -62,9 +62,9 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Class for types that can be converted to a hash value${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It defines a class, Hashable, for types that can be converted to a
hash value. This class exists for the benefit of hashing-based data
structures. The package provides instances for basic types and a way
to combine hash values.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list