[Pkg-haskell-commits] darcs: haskell-mime-mail: 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:44:37 UTC 2013


Sat May 25 21:43:01 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: cceecf60bf0c59a9a1bcfe054b1feaea

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

Sat May 25 21:43:01 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: cceecf60bf0c59a9a1bcfe054b1feaea
diff -rN -u old-haskell-mime-mail//changelog new-haskell-mime-mail//changelog
--- old-haskell-mime-mail//changelog	2013-05-26 07:44:36.906286050 +0000
+++ new-haskell-mime-mail//changelog	2013-05-26 07:44:36.918039294 +0000
@@ -1,3 +1,10 @@
+haskell-mime-mail (0.4.1.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:43:01 +0200
+
 haskell-mime-mail (0.4.1.2-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-mime-mail//control new-haskell-mime-mail//control
--- old-haskell-mime-mail//control	2013-05-26 07:44:36.902052549 +0000
+++ new-haskell-mime-mail//control	2013-05-26 07:44:36.910254812 +0000
@@ -36,13 +36,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Library to compose MIME email messages${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It provides some high-level datatypes for declaring MIME email
  messages, functions for automatically composing these into
  bytestrings, and the ability to send bytestrings via the sendmail
  executable. You can also use any other library you wish to send via
  different methods, for example directly to SMTP.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-mime-mail-prof
 Architecture: any
@@ -52,13 +52,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Library to compose MIME email messages${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It provides some high-level datatypes for declaring MIME email
  messages, functions for automatically composing these into
  bytestrings, and the ability to send bytestrings via the sendmail
  executable. You can also use any other library you wish to send via
  different methods, for example directly to SMTP.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-mime-mail-doc
 Section: doc
@@ -67,10 +67,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Library to compose MIME email messages${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It provides some high-level datatypes for declaring MIME email
  messages, functions for automatically composing these into
  bytestrings, and the ability to send bytestrings via the sendmail
  executable. You can also use any other library you wish to send via
  different methods, for example directly to SMTP.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list