summaryrefslogtreecommitdiff
path: root/p/haskell-tasty-kat
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-17 12:27:40 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-17 12:27:40 +0300
commit7ea3ea15359281e1bde5b3b79c8f04c0571edfce (patch)
tree652876a1bd3e8c3deb4a57efa442a8e3e0ef7f35 /p/haskell-tasty-kat
parent09ab8d6ddcd826c725288f1a6da99ad4fc655f4c (diff)
downloadDHG_packages-7ea3ea15359281e1bde5b3b79c8f04c0571edfce.tar.gz
haskell-tasty-kat: Initial check-in
Diffstat (limited to 'p/haskell-tasty-kat')
-rw-r--r--p/haskell-tasty-kat/debian/changelog5
-rw-r--r--p/haskell-tasty-kat/debian/compat1
-rw-r--r--p/haskell-tasty-kat/debian/control60
-rw-r--r--p/haskell-tasty-kat/debian/copyright31
-rwxr-xr-xp/haskell-tasty-kat/debian/rules7
-rw-r--r--p/haskell-tasty-kat/debian/source/format1
-rw-r--r--p/haskell-tasty-kat/debian/watch2
7 files changed, 107 insertions, 0 deletions
diff --git a/p/haskell-tasty-kat/debian/changelog b/p/haskell-tasty-kat/debian/changelog
new file mode 100644
index 000000000..6dd60ab06
--- /dev/null
+++ b/p/haskell-tasty-kat/debian/changelog
@@ -0,0 +1,5 @@
+haskell-tasty-kat (0.0.3-1) UNRELEASED; urgency=low
+
+ * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> Fri, 17 Apr 2015 11:27:08 +0200
diff --git a/p/haskell-tasty-kat/debian/compat b/p/haskell-tasty-kat/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-tasty-kat/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-tasty-kat/debian/control b/p/haskell-tasty-kat/debian/control
new file mode 100644
index 000000000..806a7b4f8
--- /dev/null
+++ b/p/haskell-tasty-kat/debian/control
@@ -0,0 +1,60 @@
+Source: haskell-tasty-kat
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata@debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-tasty-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/vincenthz/tasty-kat
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tasty-kat
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tasty-kat
+X-Description: Known Answer Tests (KAT) framework for tasty
+ Tests running from simple KATs file (different formats/helper supported)
+
+Package: libghc-tasty-kat-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-tasty-kat-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-tasty-kat-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-tasty-kat/debian/copyright b/p/haskell-tasty-kat/debian/copyright
new file mode 100644
index 000000000..441ae3cc6
--- /dev/null
+++ b/p/haskell-tasty-kat/debian/copyright
@@ -0,0 +1,31 @@
+Just Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tasty-kat
+Upstream-Contact: vincent@snarc.org
+Source: https://hackage.haskell.org/package/tasty-kat
+
+Files: *
+Copyright: 2015 Vincent Hanquez <vincent@snarc.org>
+License: MIT
+
+Files: */debian
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ 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-tasty-kat/debian/rules b/p/haskell-tasty-kat/debian/rules
new file mode 100755
index 000000000..a78f0a03e
--- /dev/null
+++ b/p/haskell-tasty-kat/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = tasty-kat
+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-tasty-kat/debian/source/format b/p/haskell-tasty-kat/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-tasty-kat/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-tasty-kat/debian/watch b/p/haskell-tasty-kat/debian/watch
new file mode 100644
index 000000000..096a76baa
--- /dev/null
+++ b/p/haskell-tasty-kat/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/tasty-kat/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))