summaryrefslogtreecommitdiff
path: root/p/haskell-tasty-hunit
diff options
context:
space:
mode:
authorjoey <joey@kitenet.net>2013-11-22 03:41:53 +0400
committerjoey <joey@kitenet.net>2013-11-22 03:41:53 +0400
commit1f66dde6e96fd63eace65236e2654a4af31f3f50 (patch)
tree0db5a696b16401a0186a42261d7f892a068bc437 /p/haskell-tasty-hunit
parent8877116cc2c09eb104df3d9505ed2fd976c60100 (diff)
downloadDHG_packages-1f66dde6e96fd63eace65236e2654a4af31f3f50.tar.gz
haskell-tasty-hunit: Initial Check-In
Diffstat (limited to 'p/haskell-tasty-hunit')
-rw-r--r--p/haskell-tasty-hunit/debian/changelog5
-rw-r--r--p/haskell-tasty-hunit/debian/compat1
-rw-r--r--p/haskell-tasty-hunit/debian/control53
-rw-r--r--p/haskell-tasty-hunit/debian/copyright33
-rwxr-xr-xp/haskell-tasty-hunit/debian/rules5
-rw-r--r--p/haskell-tasty-hunit/debian/source/format1
-rw-r--r--p/haskell-tasty-hunit/debian/watch2
7 files changed, 100 insertions, 0 deletions
diff --git a/p/haskell-tasty-hunit/debian/changelog b/p/haskell-tasty-hunit/debian/changelog
new file mode 100644
index 000000000..4f892e050
--- /dev/null
+++ b/p/haskell-tasty-hunit/debian/changelog
@@ -0,0 +1,5 @@
+haskell-tasty-hunit (0.2-1) unstable; urgency=low
+
+ * Initial debian package.
+
+ -- Joey Hess <joeyh@debian.org> Sun, 10 Nov 2013 14:33:50 -0400
diff --git a/p/haskell-tasty-hunit/debian/compat b/p/haskell-tasty-hunit/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-tasty-hunit/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-tasty-hunit/debian/control b/p/haskell-tasty-hunit/debian/control
new file mode 100644
index 000000000..2531cf8f4
--- /dev/null
+++ b/p/haskell-tasty-hunit/debian/control
@@ -0,0 +1,53 @@
+Source: haskell-tasty-hunit
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh@debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ haskell-devscripts (>= 0.8.15),
+ cdbs,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-hunit-prof,
+ libghc-hunit-doc,
+ libghc-mtl-prof,
+ libghc-mtl-doc,
+ libghc-tasty-prof,
+ libghc-tasty-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/tasty-hunit
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tasty-hunit
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tasty-hunit
+
+Package: libghc-tasty-hunit-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell testing framework, HUnit support${haskell:ShortBlurb}
+ HUnit support for the Tasty test framework.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-tasty-hunit-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell testing framework, HUnit support${haskell:ShortBlurb}
+ HUnit support for the Tasty test framework.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-tasty-hunit-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell testing framework, HUnit support${haskell:ShortBlurb}
+ HUnit support for the Tasty test framework.
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-tasty-hunit/debian/copyright b/p/haskell-tasty-hunit/debian/copyright
new file mode 100644
index 000000000..5e78c43e1
--- /dev/null
+++ b/p/haskell-tasty-hunit/debian/copyright
@@ -0,0 +1,33 @@
+This package was originally debianised by Joey Hess <joeyh@debian.org>.
+
+It was downloaded from the Haskell hackage repository at
+https://hackage.haskell.org/package/tasty-hunit
+
+Copyright:
+
+ Copyright (c) 2013 Roman Cheplyaka
+
+ 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.
+
+Debian packaging copyright:
+
+ (C) 2013 Joey Hess <joeyh@debian.org>
+
+ All changes by Joey Hess may be redistributed under the same
+ terms as haskell-tasty-hunit itself.
diff --git a/p/haskell-tasty-hunit/debian/rules b/p/haskell-tasty-hunit/debian/rules
new file mode 100755
index 000000000..0e3080d0a
--- /dev/null
+++ b/p/haskell-tasty-hunit/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+# Standard way of building Haskell libraries .
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-tasty-hunit/debian/source/format b/p/haskell-tasty-hunit/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-tasty-hunit/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-tasty-hunit/debian/watch b/p/haskell-tasty-hunit/debian/watch
new file mode 100644
index 000000000..4cac90e99
--- /dev/null
+++ b/p/haskell-tasty-hunit/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/tasty-hunit/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))