[Pkg-haskell-commits] darcs: haskell-tar: 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:46:28 UTC 2013


Sat May 25 21:43:26 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: c51ac20d3ca28cfcd15209b201fe3049

    M ./changelog +7
    M ./control -6 +6

Sat May 25 21:43:26 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: c51ac20d3ca28cfcd15209b201fe3049
diff -rN -u old-haskell-tar//changelog new-haskell-tar//changelog
--- old-haskell-tar//changelog	2013-05-26 07:46:28.351038210 +0000
+++ new-haskell-tar//changelog	2013-05-26 07:46:28.363037788 +0000
@@ -1,3 +1,10 @@
+haskell-tar (0.4.0.1-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:43:26 +0200
+
 haskell-tar (0.4.0.1-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-tar//control new-haskell-tar//control
--- old-haskell-tar//control	2013-05-26 07:46:28.343037303 +0000
+++ new-haskell-tar//control	2013-05-26 07:46:28.355038143 +0000
@@ -20,13 +20,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: reading, writing and manipulating ".tar" archive files${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library is for working with ".tar" archive files. It can read and write a
  range of common variations of archive format including V7, USTAR, POSIX and
  GNU formats. It provides support for packing and unpacking portable archives.
  This makes it suitable for distribution but not backup because details like
  file ownership and exact permissions are not preserved.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-tar-prof
 Architecture: any
@@ -35,13 +35,13 @@
   , ${misc:Depends}
 Provides: ${haskell:Provides}
 Description: reading, writing and manipulating ".tar" archive files${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library is for working with ".tar" archive files. It can read and write a
  range of common variations of archive format including V7, USTAR, POSIX and
  GNU formats. It provides support for packing and unpacking portable archives.
  This makes it suitable for distribution but not backup because details like
  file ownership and exact permissions are not preserved.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-tar-doc
 Section: doc
@@ -50,10 +50,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: reading, writing and manipulating ".tar" archive files${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library is for working with ".tar" archive files. It can read and write a
  range of common variations of archive format including V7, USTAR, POSIX and
  GNU formats. It provides support for packing and unpacking portable archives.
  This makes it suitable for distribution but not backup because details like
  file ownership and exact permissions are not preserved.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list