[Pkg-haskell-commits] darcs: haskell-template: releasing version 0.2.0.5-2
Joachim Breitner
mail at joachim-breitner.de
Tue Feb 7 19:05:12 UTC 2012
Tue Feb 7 19:05:03 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* releasing version 0.2.0.5-2
Ignore-this: ba390531ff960cd90609515d8fd019b6
M ./changelog +6
A ./patches/
A ./patches/extend-base-range
A ./patches/series
Tue Feb 7 19:05:03 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* releasing version 0.2.0.5-2
Ignore-this: ba390531ff960cd90609515d8fd019b6
diff -rN -u old-haskell-template//changelog new-haskell-template//changelog
--- old-haskell-template//changelog 2012-02-07 19:05:12.330449791 +0000
+++ new-haskell-template//changelog 2012-02-07 19:05:12.417778576 +0000
@@ -1,3 +1,9 @@
+haskell-template (0.2.0.5-2) unstable; urgency=low
+
+ * Sourceful upload to rebuild documentation package
+
+ -- Joachim Breitner <nomeata at debian.org> Tue, 07 Feb 2012 20:02:54 +0100
+
haskell-template (0.2.0.5-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-template//patches/extend-base-range new-haskell-template//patches/extend-base-range
--- old-haskell-template//patches/extend-base-range 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-template//patches/extend-base-range 2012-02-07 19:05:12.417778576 +0000
@@ -0,0 +1,34 @@
+Description: Extend range of base dependency
+Author: Joachim Breitner <nomeata at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- haskell-template-0.2.0.5.orig/template.cabal
++++ haskell-template-0.2.0.5/template.cabal
+@@ -1,5 +1,5 @@
+ name: template
+-version: 0.2.0.5
++version: 0.2.0.5.1
+ description:
+ Simple string substitution library that supports \"$\"-based
+ substitution. Meant to be used when Text.Printf or string
+@@ -19,7 +19,7 @@ library
+ exposed-modules: Data.Text.Template
+
+ build-depends:
+- base >= 3.0 && < 4.5,
++ base >= 3.0 && < 4.6,
+ mtl >= 1.1 && < 2.0.2,
+ text >= 0.7.2 && < 0.12
+
diff -rN -u old-haskell-template//patches/series new-haskell-template//patches/series
--- old-haskell-template//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-template//patches/series 2012-02-07 19:05:12.417778576 +0000
@@ -0,0 +1 @@
+extend-base-range
More information about the Pkg-haskell-commits
mailing list