diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2012-05-17 15:43:25 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2012-05-17 15:43:25 +0400 |
| commit | 93c46488d7c07817720a194dc0d3ff7b8e564a18 (patch) | |
| tree | cc3726adcdcc75c0975e67feecebe37150888f7d /p/haskell-template | |
| parent | b4c66762cd83ee3d7e48467847b157ea100e451d (diff) | |
| download | DHG_packages-93c46488d7c07817720a194dc0d3ff7b8e564a18.tar.gz | |
haskell-template: releasing version 0.2.0.7-1
Diffstat (limited to 'p/haskell-template')
| -rw-r--r-- | p/haskell-template/debian/changelog | 4 | ||||
| -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, 2 insertions, 36 deletions
diff --git a/p/haskell-template/debian/changelog b/p/haskell-template/debian/changelog index dc4b4ba25..32387a76e 100644 --- a/p/haskell-template/debian/changelog +++ b/p/haskell-template/debian/changelog @@ -1,8 +1,8 @@ -haskell-template (0.2.0.7-1) UNRELEASED; urgency=low +haskell-template (0.2.0.7-1) unstable; urgency=low * New upstream release - -- Joachim Breitner <nomeata@debian.org> Thu, 17 May 2012 13:41:59 +0200 + -- Joachim Breitner <nomeata@debian.org> Thu, 17 May 2012 13:42:33 +0200 haskell-template (0.2.0.5-2) unstable; urgency=low diff --git a/p/haskell-template/debian/patches/extend-base-range b/p/haskell-template/debian/patches/extend-base-range deleted file mode 100644 index f32421004..000000000 --- a/p/haskell-template/debian/patches/extend-base-range +++ /dev/null @@ -1,33 +0,0 @@ -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 deleted file mode 100644 index 6eaa73ba8..000000000 --- a/p/haskell-template/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -extend-base-range |
