diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2012-02-07 23:05:03 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2012-02-07 23:05:03 +0400 |
| commit | 54c44d068d00d0753189ce6bfe30a17b1c4e5e72 (patch) | |
| tree | 1a5bf6d5f8776082d42e9322792a35d189eeb897 /p/haskell-template | |
| parent | cca9b8d1fd0bb4b4a3d3f33ddc0287abe99bfc49 (diff) | |
| download | DHG_packages-54c44d068d00d0753189ce6bfe30a17b1c4e5e72.tar.gz | |
haskell-template: releasing version 0.2.0.5-2
Diffstat (limited to 'p/haskell-template')
| -rw-r--r-- | p/haskell-template/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-template/debian/patches/extend-base-range | 33 | ||||
| -rw-r--r-- | p/haskell-template/debian/patches/series | 1 |
3 files changed, 40 insertions, 0 deletions
diff --git a/p/haskell-template/debian/changelog b/p/haskell-template/debian/changelog index 4d1c6f1d0..bbcfebbfe 100644 --- a/p/haskell-template/debian/changelog +++ b/p/haskell-template/debian/changelog @@ -1,3 +1,9 @@ +haskell-template (0.2.0.5-2) unstable; urgency=low + + * Sourceful upload to rebuild documentation package + + -- Joachim Breitner <nomeata@debian.org> Tue, 07 Feb 2012 20:02:54 +0100 + haskell-template (0.2.0.5-1) unstable; urgency=low * Initial release. diff --git a/p/haskell-template/debian/patches/extend-base-range b/p/haskell-template/debian/patches/extend-base-range new file mode 100644 index 000000000..f32421004 --- /dev/null +++ b/p/haskell-template/debian/patches/extend-base-range @@ -0,0 +1,33 @@ +Description: Extend range of base dependency +Author: Joachim Breitner <nomeata@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 --git a/p/haskell-template/debian/patches/series b/p/haskell-template/debian/patches/series new file mode 100644 index 000000000..6eaa73ba8 --- /dev/null +++ b/p/haskell-template/debian/patches/series @@ -0,0 +1 @@ +extend-base-range |
