[Pkg-haskell-commits] darcs: haskell-vte: 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:47:05 UTC 2013


Sat May 25 21:43:33 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: 35229b55b2e8b64b342763dda960bc53

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

Sat May 25 21:43:33 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: 35229b55b2e8b64b342763dda960bc53
diff -rN -u old-haskell-vte//changelog new-haskell-vte//changelog
--- old-haskell-vte//changelog	2013-05-26 07:47:05.115037428 +0000
+++ new-haskell-vte//changelog	2013-05-26 07:47:05.123038110 +0000
@@ -1,3 +1,10 @@
+haskell-vte (0.12.1-4) 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:33 +0200
+
 haskell-vte (0.12.1-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-vte//control new-haskell-vte//control
--- old-haskell-vte//control	2013-05-26 07:47:05.110286334 +0000
+++ new-haskell-vte//control	2013-05-26 07:47:05.119038309 +0000
@@ -38,12 +38,12 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Binding to the VTE library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  The VTE library inserts terminal capability strings into a trie, and then uses
  it to determine if data received from a pseudo-terminal is a control sequence
  or just random data. The sample program interpret illustrates more or less
  what the widget sees after it filters incoming data.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-vte-prof
 Architecture: any
@@ -53,12 +53,12 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Binding to the VTE library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  The VTE library inserts terminal capability strings into a trie, and then uses
  it to determine if data received from a pseudo-terminal is a control sequence
  or just random data. The sample program interpret illustrates more or less
  what the widget sees after it filters incoming data.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-vte-doc
 Section: doc
@@ -67,9 +67,9 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Binding to the VTE library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  The VTE library inserts terminal capability strings into a trie, and then uses
  it to determine if data received from a pseudo-terminal is a control sequence
  or just random data. The sample program interpret illustrates more or less
  what the widget sees after it filters incoming data.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list