[Pkg-haskell-commits] darcs: haskell-tinyurl: 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:34 UTC 2013
Sat May 25 21:43:27 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: 9873505641ace268b3a2cdf81a5bcdfd
M ./changelog +7
M ./control -6 +6
Sat May 25 21:43:27 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: 9873505641ace268b3a2cdf81a5bcdfd
diff -rN -u old-haskell-tinyurl//changelog new-haskell-tinyurl//changelog
--- old-haskell-tinyurl//changelog 2013-05-26 07:46:33.897609274 +0000
+++ new-haskell-tinyurl//changelog 2013-05-26 07:46:33.903042729 +0000
@@ -1,3 +1,10 @@
+haskell-tinyurl (0.1.0-5) 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:27 +0200
+
haskell-tinyurl (0.1.0-4) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-tinyurl//control new-haskell-tinyurl//control
--- old-haskell-tinyurl//control 2013-05-26 07:46:33.891061341 +0000
+++ new-haskell-tinyurl//control 2013-05-26 07:46:33.897609274 +0000
@@ -29,10 +29,10 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: interface to TinyURL web service${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It exports a single function that uses the TinyURL API to compress a
given URL.
+ .
+ ${haskell:Blurb}
Package: libghc-tinyurl-prof
Architecture: any
@@ -42,10 +42,10 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: interface to TinyURL web service${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It exports a single function that uses the TinyURL API to compress a
given URL.
+ .
+ ${haskell:Blurb}
Package: libghc-tinyurl-doc
Section: doc
@@ -54,7 +54,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: interface to TinyURL web service${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It exports a single function that uses the TinyURL API to compress a
given URL.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list