[Pkg-haskell-commits] darcs: haskell-tasty-smallcheck: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Thu May 14 20:04:38 UTC 2015


Thu May 14 20:03:16 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

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

Thu May 14 20:03:16 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-haskell-tasty-smallcheck/changelog new-haskell-tasty-smallcheck/changelog
--- old-haskell-tasty-smallcheck/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-smallcheck/changelog	2015-05-14 20:04:37.966243283 +0000
@@ -0,0 +1,5 @@
+haskell-tasty-smallcheck (0.8.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>  Thu, 14 May 2015 22:02:11 +0200
diff -rN -u old-haskell-tasty-smallcheck/compat new-haskell-tasty-smallcheck/compat
--- old-haskell-tasty-smallcheck/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-smallcheck/compat	2015-05-14 20:04:37.966243283 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-tasty-smallcheck/control new-haskell-tasty-smallcheck/control
--- old-haskell-tasty-smallcheck/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-smallcheck/control	2015-05-14 20:04:37.966243283 +0000
@@ -0,0 +1,70 @@
+Source: haskell-tasty-smallcheck
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-async-dev,
+ libghc-async-prof,
+ libghc-smallcheck-dev (>= 1.0),
+ libghc-smallcheck-prof,
+ libghc-tagged-dev,
+ libghc-tagged-prof,
+ libghc-tasty-dev (>= 0.8),
+ libghc-tasty-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-async-doc,
+ libghc-smallcheck-doc,
+ libghc-tagged-doc,
+ libghc-tasty-doc,
+Standards-Version: 3.9.6
+Homepage: http://documentup.com/feuerbach/tasty
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tasty-smallcheck
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tasty-smallcheck
+X-Description: SmallCheck support for the Tasty test framework.
+ This packages contains the glue code to run SmallCheck tests within the Tasty
+ test framework.
+
+Package: libghc-tasty-smallcheck-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-smallcheck-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-smallcheck-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 -rN -u old-haskell-tasty-smallcheck/copyright new-haskell-tasty-smallcheck/copyright
--- old-haskell-tasty-smallcheck/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-smallcheck/copyright	2015-05-14 20:04:37.966243283 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tasty-smallcheck
+Upstream-Contact: Roman Cheplyaka <roma at ro-che.info>
+Source: https://hackage.haskell.org/package/tasty-smallcheck
+
+Files: *
+Copyright: 2013 Roman Cheplyaka
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ 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 -rN -u old-haskell-tasty-smallcheck/rules new-haskell-tasty-smallcheck/rules
--- old-haskell-tasty-smallcheck/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-smallcheck/rules	2015-05-14 20:04:37.970243271 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = tasty-smallcheck
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-tasty-smallcheck/source/format new-haskell-tasty-smallcheck/source/format
--- old-haskell-tasty-smallcheck/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-smallcheck/source/format	2015-05-14 20:04:37.970243271 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-tasty-smallcheck/watch new-haskell-tasty-smallcheck/watch
--- old-haskell-tasty-smallcheck/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-smallcheck/watch	2015-05-14 20:04:37.970243271 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/tasty-smallcheck/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list