[DHG_packages] 01/05: wai-app-file-cgi: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Tue Oct 18 00:12:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 1345935d2ad442eb508ed34a6a5c865688a9354f
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 20:08:32 2016 -0400
wai-app-file-cgi: build with ghc 8 in experimental
---
p/haskell-wai-app-file-cgi/debian/changelog | 8 ++--
p/haskell-wai-app-file-cgi/debian/control | 62 ++++++++++++++++++-----------
p/haskell-wai-app-file-cgi/debian/copyright | 2 +-
3 files changed, 43 insertions(+), 29 deletions(-)
diff --git a/p/haskell-wai-app-file-cgi/debian/changelog b/p/haskell-wai-app-file-cgi/debian/changelog
index 100445f..731f041 100644
--- a/p/haskell-wai-app-file-cgi/debian/changelog
+++ b/p/haskell-wai-app-file-cgi/debian/changelog
@@ -1,14 +1,14 @@
-haskell-wai-app-file-cgi (3.1.0-2) UNRELEASED; urgency=medium
+haskell-wai-app-file-cgi (3.1.0-2) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:28 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 20:08:26 -0400
haskell-wai-app-file-cgi (3.1.0-1) unstable; urgency=medium
diff --git a/p/haskell-wai-app-file-cgi/debian/control b/p/haskell-wai-app-file-cgi/debian/control
index 974842c..7bbbe78 100644
--- a/p/haskell-wai-app-file-cgi/debian/control
+++ b/p/haskell-wai-app-file-cgi/debian/control
@@ -1,13 +1,15 @@
Source: haskell-wai-app-file-cgi
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-attoparsec-dev (>= 0.10.0.0),
libghc-attoparsec-prof,
libghc-blaze-builder-dev,
@@ -17,9 +19,9 @@ Build-Depends: debhelper (>= 9),
libghc-case-insensitive-dev,
libghc-case-insensitive-prof,
libghc-conduit-dev (>= 1.1),
- libghc-conduit-prof,
libghc-conduit-extra-dev,
libghc-conduit-extra-prof,
+ libghc-conduit-prof,
libghc-data-default-class-dev,
libghc-data-default-class-prof,
libghc-http-client-dev (>= 0.3),
@@ -44,17 +46,18 @@ Build-Depends: debhelper (>= 9),
libghc-static-hash-prof,
libghc-text-dev,
libghc-text-prof,
- libghc-wai-dev (>= 3.2),
- libghc-wai-dev (<< 3.3),
- libghc-wai-prof,
libghc-wai-conduit-dev,
libghc-wai-conduit-prof,
- libghc-warp-dev (>= 3.2),
+ libghc-wai-dev (<< 3.3),
+ libghc-wai-dev (>= 3.2),
+ libghc-wai-prof,
libghc-warp-dev (<< 3.3),
+ libghc-warp-dev (>= 3.2),
libghc-warp-prof,
libghc-word8-dev,
libghc-word8-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-attoparsec-doc,
libghc-blaze-builder-doc,
libghc-blaze-html-doc,
@@ -73,23 +76,27 @@ Build-Depends-Indep: ghc-doc,
libghc-sockaddr-doc,
libghc-static-hash-doc,
libghc-text-doc,
- libghc-wai-doc,
libghc-wai-conduit-doc,
+ libghc-wai-doc,
libghc-warp-doc,
libghc-word8-doc,
Standards-Version: 3.9.8
Homepage: http://www.mew.org/~kazu/proj/mighttpd/
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-wai-app-file-cgi
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-wai-app-file-cgi-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: file/CGI app of WAI${haskell:ShortBlurb}
This WAI application handles static files and executes CGI scripts.
.
@@ -97,11 +104,15 @@ Description: file/CGI app of WAI${haskell:ShortBlurb}
Package: libghc-wai-app-file-cgi-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: file/CGI app of WAI${haskell:ShortBlurb}
This WAI application handles static files and executes CGI scripts.
.
@@ -110,10 +121,13 @@ Description: file/CGI app of WAI${haskell:ShortBlurb}
Package: libghc-wai-app-file-cgi-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: file/CGI app of WAI${haskell:ShortBlurb}
This WAI application handles static files and executes CGI scripts.
.
diff --git a/p/haskell-wai-app-file-cgi/debian/copyright b/p/haskell-wai-app-file-cgi/debian/copyright
index 5e2d99c..0c643c2 100644
--- a/p/haskell-wai-app-file-cgi/debian/copyright
+++ b/p/haskell-wai-app-file-cgi/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ POSSIBILITY OF SUCH DAMAGE.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list