[Pkg-haskell-commits] darcs: haskell-hashed-storage: 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:19:32 UTC 2013
Sat May 25 21:42:48 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: 10e86ce0dcb54b8e84ecfd7ada90f73a
M! ./changelog -10 +2
M! ./control -6 +6
Sat May 25 21:42:48 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: 10e86ce0dcb54b8e84ecfd7ada90f73a
diff -rN -u old-haskell-hashed-storage//changelog new-haskell-hashed-storage//changelog
--- old-haskell-hashed-storage//changelog 2013-05-26 07:19:32.107339260 +0000
+++ new-haskell-hashed-storage//changelog 2013-05-26 07:19:32.123037596 +0000
@@ -1,11 +1,3 @@
-haskell-hashed-storage (0.5.10-3) unstable; urgency=low
-
- [ Iain Lane ]
- * Add a Num constraint to the bytemask constant and functions which use
- bits; GHC 7.6 made an incompatible change — this was implicit before.
-
- -- Colin Watson <cjwatson at debian.org> Sat, 25 May 2013 22:43:01 +0100
-
haskell-hashed-storage (0.5.10-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-hashed-storage//control new-haskell-hashed-storage//control
--- old-haskell-hashed-storage//control 2013-05-26 07:19:32.067348487 +0000
+++ new-haskell-hashed-storage//control 2013-05-26 07:19:32.111087246 +0000
@@ -43,8 +43,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: hashed file storage support code${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Support code for reading and manipulating hashed file storage (where each file
and directory is associated with a cryptographic hash, for
corruption-resistant storage and fast comparisons).
@@ -52,6 +50,8 @@
The supported storage formats include darcs hashed pristine, a plain
filesystem tree and an indexed plain tree (where the index maintains hashes of
the plain files and directories).
+ .
+ ${haskell:Blurb}
Package: libghc-hashed-storage-prof
Architecture: any
@@ -60,8 +60,6 @@
, ${misc:Depends}
Provides: ${haskell:Provides}
Description: hashed file storage support code${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Support code for reading and manipulating hashed file storage (where each file
and directory is associated with a cryptographic hash, for
corruption-resistant storage and fast comparisons).
@@ -69,6 +67,8 @@
The supported storage formats include darcs hashed pristine, a plain
filesystem tree and an indexed plain tree (where the index maintains hashes of
the plain files and directories).
+ .
+ ${haskell:Blurb}
Package: libghc-hashed-storage-doc
Section: doc
@@ -77,8 +77,6 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: hashed file storage support code${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
Support code for reading and manipulating hashed file storage (where each file
and directory is associated with a cryptographic hash, for
corruption-resistant storage and fast comparisons).
@@ -86,3 +84,5 @@
The supported storage formats include darcs hashed pristine, a plain
filesystem tree and an indexed plain tree (where the index maintains hashes of
the plain files and directories).
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list