[package-plan] 01/01: fix irc-core by backporting upstream's bump

Sean Whitton spw-guest at moszumanska.debian.org
Sun May 29 10:38:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

spw-guest pushed a commit to branch LTS-6
in repository package-plan.

commit 91891b37a3f9059bee98e1225714ad756580c55d
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sun May 29 16:33:51 2016 +0900

    fix irc-core by backporting upstream's bump
---
 packages.txt                        |  2 +-
 patches/irc-core/1.1.4/bump-vty-dep | 11 +++++++++++
 patches/irc-core/1.1.4/series       |  1 +
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index 4af3768..3007e52 100644
--- a/packages.txt
+++ b/packages.txt
@@ -402,7 +402,7 @@ io-streams 1.3.5.0
 iproute 1.7.0
 irc 0.6.1.0
 ircbot 0.6.4 key
-irc-core 1.1.4 key obsolete # LTS6TODO
+irc-core 1.1.4 key
 iso8601-time 0.1.4
 ixset 1.0.6.1
 ixset-typed 0.3 notest # test does not build with 7.10
diff --git a/patches/irc-core/1.1.4/bump-vty-dep b/patches/irc-core/1.1.4/bump-vty-dep
new file mode 100644
index 0000000..6f93d57
--- /dev/null
+++ b/patches/irc-core/1.1.4/bump-vty-dep
@@ -0,0 +1,11 @@
+--- a/irc-core.cabal
++++ b/irc-core.cabal
+@@ -153,7 +153,7 @@ executable glirc
+                  split            >= 0.2.2    && < 0.3,
+                  stm              >= 2.4.4    && < 2.5,
+                  text             >= 1.2.0.4  && < 1.3,
+-                 vty              >= 5.2.7    && < 5.5,
++                 vty              >= 5.2.7    && < 5.6,
+                  haskell-lexer    >= 1.0      && < 1.1,
+                  transformers     >= 0.2      && < 0.6,
+                  regex-tdfa       >= 1.2      && < 1.3
diff --git a/patches/irc-core/1.1.4/series b/patches/irc-core/1.1.4/series
new file mode 100644
index 0000000..5a97868
--- /dev/null
+++ b/patches/irc-core/1.1.4/series
@@ -0,0 +1 @@
+bump-vty-dep

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list