[Pkg-haskell-commits] darcs: haskell-tasty: Initial Check-In

joey at kitenet.net joey at kitenet.net
Thu Nov 21 23:42:09 UTC 2013


Thu Nov 21 23:41:07 UTC 2013  joey at kitenet.net
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Thu Nov 21 23:41:07 UTC 2013  joey at kitenet.net
  * Initial Check-In
diff -rN -u old-haskell-tasty/changelog new-haskell-tasty/changelog
--- old-haskell-tasty/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty/changelog	2013-11-21 23:42:09.501604247 +0000
@@ -0,0 +1,5 @@
+haskell-tasty (0.4.0.1-1) unstable; urgency=low
+
+  * Initial debian package.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 10 Nov 2013 14:33:50 -0400
diff -rN -u old-haskell-tasty/compat new-haskell-tasty/compat
--- old-haskell-tasty/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty/compat	2013-11-21 23:42:09.501604247 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-tasty/control new-haskell-tasty/control
--- old-haskell-tasty/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty/control	2013-11-21 23:42:09.501604247 +0000
@@ -0,0 +1,59 @@
+Source: haskell-tasty
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joey Hess <joeyh at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ haskell-devscripts (>= 0.8.15),
+ cdbs,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-mtl-prof,
+ libghc-mtl-doc,
+ libghc-optparse-applicative-prof (>= 0.6),
+ libghc-optparse-applicative-doc,
+ libghc-regex-posix-prof,
+ libghc-regex-posix-doc,
+ libghc-stm-prof (>= 2.3),
+ libghc-stm-doc,
+ libghc-tagged-prof (>= 0.5),
+ libghc-tagged-doc,
+ libghc-ansi-terminal-prof,
+ libghc-ansi-terminal-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/tasty
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tasty
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tasty
+
+Package: libghc-tasty-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell testing framework${haskell:ShortBlurb}
+ A modern and extensible testing framework.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-tasty-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell testing framework${haskell:ShortBlurb}
+ A modern and extensible testing framework.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-tasty-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell testing framework${haskell:ShortBlurb}
+ A modern and extensible testing framework.
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-tasty/copyright new-haskell-tasty/copyright
--- old-haskell-tasty/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty/copyright	2013-11-21 23:42:09.501604247 +0000
@@ -0,0 +1,33 @@
+This package was originally debianised by Joey Hess <joeyh at debian.org>.
+
+It was downloaded from the Haskell hackage repository at
+https://hackage.haskell.org/package/tasty
+
+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 at debian.org>
+
+  All changes by Joey Hess may be redistributed under the same
+  terms as haskell-tasty itself.
diff -rN -u old-haskell-tasty/rules new-haskell-tasty/rules
--- old-haskell-tasty/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty/rules	2013-11-21 23:42:09.501604247 +0000
@@ -0,0 +1,6 @@
+#!/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 -rN -u old-haskell-tasty/source/format new-haskell-tasty/source/format
--- old-haskell-tasty/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty/source/format	2013-11-21 23:42:09.501604247 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-tasty/watch new-haskell-tasty/watch
--- old-haskell-tasty/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty/watch	2013-11-21 23:42:09.501604247 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/tasty/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list