[Pkg-haskell-commits] darcs: haskell-filemanip: 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:42:59 UTC 2013
Sat May 25 21:42:40 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: 92a8703aa57cf903f63bed4c42b00617
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:40 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: 92a8703aa57cf903f63bed4c42b00617
diff -rN -u old-haskell-filemanip//changelog new-haskell-filemanip//changelog
--- old-haskell-filemanip//changelog 2013-05-26 07:42:59.106149114 +0000
+++ new-haskell-filemanip//changelog 2013-05-26 07:42:59.110103037 +0000
@@ -1,3 +1,10 @@
+haskell-filemanip (0.3.6.2-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:40 +0200
+
haskell-filemanip (0.3.6.2-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-filemanip//control new-haskell-filemanip//control
--- old-haskell-filemanip//control 2013-05-26 07:42:59.098278474 +0000
+++ new-haskell-filemanip//control 2013-05-26 07:42:59.106149114 +0000
@@ -28,13 +28,13 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: expressive file and directory manipulation for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
FileManip is a Haskell library for working with files and directories.
Includes code for pattern matching, finding files, modifying file contents,
and more.
.
This package contains the development files.
+ .
+ ${haskell:Blurb}
Package: libghc-filemanip-prof
@@ -44,13 +44,13 @@
${misc:Depends}
Provides: ${haskell:Provides}
Description: expressive file and directory manipulation for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
FileManip is a Haskell library for working with files and directories.
Includes code for pattern matching, finding files, modifying file contents,
and more.
.
This package contains the profiling libraries.
+ .
+ ${haskell:Blurb}
Package: libghc-filemanip-doc
Section: doc
@@ -59,10 +59,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: expressive file and directory manipulation for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
FileManip is a Haskell library for working with files and directories.
Includes code for pattern matching, finding files, modifying file contents,
and more.
.
This package contains the hyperlinked html documentation.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list