[DHG_packages] 01/01: add hspec-wai

Clint Adams clint at moszumanska.debian.org
Mon Aug 15 20:24:15 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 3217e2925f713f45096e86e77c75547391e16e57
Author: Clint Adams <clint at debian.org>
Date:   Mon Aug 15 16:23:31 2016 -0400

    add hspec-wai
---
 p/haskell-hspec-wai/debian/changelog     |  5 ++
 p/haskell-hspec-wai/debian/compat        |  1 +
 p/haskell-hspec-wai/debian/control       | 89 ++++++++++++++++++++++++++++++++
 p/haskell-hspec-wai/debian/copyright     | 33 ++++++++++++
 p/haskell-hspec-wai/debian/rules         |  8 +++
 p/haskell-hspec-wai/debian/source/format |  1 +
 p/haskell-hspec-wai/debian/watch         |  2 +
 7 files changed, 139 insertions(+)

diff --git a/p/haskell-hspec-wai/debian/changelog b/p/haskell-hspec-wai/debian/changelog
new file mode 100644
index 0000000..f9c7eb9
--- /dev/null
+++ b/p/haskell-hspec-wai/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hspec-wai (0.6.6-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Mon, 15 Aug 2016 16:10:16 -0400
diff --git a/p/haskell-hspec-wai/debian/compat b/p/haskell-hspec-wai/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-hspec-wai/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-hspec-wai/debian/control b/p/haskell-hspec-wai/debian/control
new file mode 100644
index 0000000..c918328
--- /dev/null
+++ b/p/haskell-hspec-wai/debian/control
@@ -0,0 +1,89 @@
+Source: haskell-hspec-wai
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
+ libghc-base-compat-dev,
+ libghc-base-compat-prof,
+ libghc-case-insensitive-dev,
+ libghc-case-insensitive-prof,
+ libghc-hspec-core-dev (>= 2),
+ libghc-hspec-core-dev (<< 3),
+ libghc-hspec-core-prof,
+ libghc-hspec-expectations-dev,
+ libghc-hspec-expectations-prof,
+ libghc-http-types-dev,
+ libghc-http-types-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-wai-dev (>= 3),
+ libghc-wai-prof,
+ libghc-wai-extra-dev (>= 3),
+ libghc-wai-extra-prof,
+ libghc-with-location-dev (>= 0.1.0),
+ libghc-with-location-prof,
+ libghc-hspec-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-quickcheck2-doc,
+ libghc-base-compat-doc,
+ libghc-case-insensitive-doc,
+ libghc-hspec-core-doc,
+ libghc-hspec-expectations-doc,
+ libghc-http-types-doc,
+ libghc-text-doc,
+ libghc-wai-doc,
+ libghc-wai-extra-doc,
+ libghc-with-location-doc,
+Standards-Version: 3.9.8
+Homepage: https://github.com/hspec/hspec-wai#readme
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hspec-wai
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: hspec support for testing WAI applications
+ Experimental Hspec support for testing WAI applications
+
+Package: libghc-hspec-wai-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-hspec-wai-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-hspec-wai-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-hspec-wai/debian/copyright b/p/haskell-hspec-wai/debian/copyright
new file mode 100644
index 0000000..2d1c9bd
--- /dev/null
+++ b/p/haskell-hspec-wai/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hspec-wai
+Upstream-Contact: Fujimura Daisuke <me at fujimuradaisuke.com>,
+                  Simon Hengel <sol at typeful.net>
+Source: https://hackage.haskell.org/package/hspec-wai
+
+Files: *
+Copyright: 2012-2014 Fujimura Daisuke
+           2014-2015 Simon Hengel
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff --git a/p/haskell-hspec-wai/debian/rules b/p/haskell-hspec-wai/debian/rules
new file mode 100755
index 0000000..29ff088
--- /dev/null
+++ b/p/haskell-hspec-wai/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = hspec-wai
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-hspec-wai/debian/source/format b/p/haskell-hspec-wai/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-hspec-wai/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hspec-wai/debian/watch b/p/haskell-hspec-wai/debian/watch
new file mode 100644
index 0000000..42fb45b
--- /dev/null
+++ b/p/haskell-hspec-wai/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hspec-wai/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
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