[Pkg-haskell-commits] [package-plan] 01/02: Mark stuff as notest and add missing patches
Joachim Breitner
nomeata at moszumanska.debian.org
Thu Jun 19 06:25:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository package-plan.
commit 12774ab76e7409d9255135155a69877213f1799a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Jun 18 23:22:27 2014 -0700
Mark stuff as notest and add missing patches
to make sure that obsolete packages (wai-test etc.) are not pulled in.
---
packages.txt | 8 ++++----
patches/wai-app-file-cgi/3.0.0/no-attoparsec-conduit.diff | 10 ++++++++++
patches/wai-app-file-cgi/3.0.0/series | 1 +
3 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/packages.txt b/packages.txt
index 072e483..bd1da56 100644
--- a/packages.txt
+++ b/packages.txt
@@ -339,7 +339,7 @@ http-client-conduit 0.2.0.1
http-client-tls 0.2.1.1
http-conduit 2.1.2.1
http-date 0.0.2 notest
-http-reverse-proxy 0.4.0.1
+http-reverse-proxy 0.4.0.1 notest
http-types 0.8.5
HUnit 1.2.5.2
hxt 9.3.1.1
@@ -571,7 +571,7 @@ silently 1.2.4 notest
SimpleEA 0.2.1
simpleirc 0.2.1
simple-reflect 0.3.1
-simple-sendfile 0.2.11
+simple-sendfile 0.2.11 notest
skein 1.0.9
smallcheck 1.1.1
SMTPClient 1.0.4
@@ -681,7 +681,7 @@ wai-extra 3.0.0
wai-handler-fastcgi 3.0.0
wai-handler-launch 3.0.0
wai-handler-scgi 2.0.0.2 obsolete
-wai-logger 2.1.1
+wai-logger 2.1.1 notest
wai-test 3.0.0 obsolete
wai-websockets 3.0.0
warp 3.0.0.3
@@ -728,7 +728,7 @@ yesod-default 1.2.0
yesod-form 1.3.10
yesod-markdown 0.8.2
yesod-newsfeed 1.2.0.2
-yesod-persistent 1.2.3
+yesod-persistent 1.2.3 notest
yesod-routes 1.2.0.1
yesod-static 1.2.4
yesod-test 1.2.2
diff --git a/patches/wai-app-file-cgi/3.0.0/no-attoparsec-conduit.diff b/patches/wai-app-file-cgi/3.0.0/no-attoparsec-conduit.diff
new file mode 100644
index 0000000..61ee7c6
--- /dev/null
+++ b/patches/wai-app-file-cgi/3.0.0/no-attoparsec-conduit.diff
@@ -0,0 +1,10 @@
+--- a/wai-app-file-cgi.cabal
++++ b/wai-app-file-cgi.cabal
+@@ -36,7 +36,6 @@
+ Build-Depends: base >= 4 && < 5
+ , array
+ , attoparsec >= 0.10.0.0
+- , attoparsec-conduit
+ , blaze-builder
+ , blaze-html
+ , bytestring
diff --git a/patches/wai-app-file-cgi/3.0.0/series b/patches/wai-app-file-cgi/3.0.0/series
new file mode 100644
index 0000000..89ad6b7
--- /dev/null
+++ b/patches/wai-app-file-cgi/3.0.0/series
@@ -0,0 +1 @@
+no-attoparsec-conduit.diff
--
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