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

Clint Adams clint at debian.org
Sun Feb 9 17:33:51 UTC 2014


Sun Feb  9 17:33:34 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In

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

Sun Feb  9 17:33:34 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-tasty-golden/changelog new-haskell-tasty-golden/changelog
--- old-haskell-tasty-golden/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-golden/changelog	2014-02-09 17:33:51.121638232 +0000
@@ -0,0 +1,5 @@
+haskell-tasty-golden (2.2.0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 30 Dec 2013 13:35:26 -0500
diff -rN -u old-haskell-tasty-golden/compat new-haskell-tasty-golden/compat
--- old-haskell-tasty-golden/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-golden/compat	2014-02-09 17:33:51.121638232 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-tasty-golden/control new-haskell-tasty-golden/control
--- old-haskell-tasty-golden/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-golden/control	2014-02-09 17:33:51.121638232 +0000
@@ -0,0 +1,71 @@
+Source: haskell-tasty-golden
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+  , libghc-optparse-applicative-dev
+  , libghc-optparse-applicative-prof
+  , libghc-tagged-dev
+  , libghc-tagged-prof
+  , libghc-tasty-dev (>= 0.7)
+  , libghc-tasty-prof
+  , libghc-temporary-dev (>= 1.1)
+  , libghc-temporary-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-mtl-doc
+  , libghc-optparse-applicative-doc
+  , libghc-tagged-doc
+  , libghc-tasty-doc
+  , libghc-temporary-doc
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/tasty-golden
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-tasty-golden
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-tasty-golden
+X-Description: Golden test support for Tasty test framework
+ This library provides support for golden testing. A golden test is an
+ IO action that writes its result to a file. To pass the test, this
+ output file should be identical to the corresponding golden file,
+ which contains the correct result for the test.
+
+Package: libghc-tasty-golden-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-tasty-golden-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-tasty-golden-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-tasty-golden/copyright new-haskell-tasty-golden/copyright
--- old-haskell-tasty-golden/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-golden/copyright	2014-02-09 17:33:51.125638234 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: tasty-golden
+Upstream-Contact: Roman Cheplyaka <roma at ro-che.info>
+Source: http://hackage.haskell.org/package/tasty-golden
+
+Files: *
+Copyright: 2012 Roman Cheplyaka
+License: Expat
+
+Files: debian/*
+Copyright: 2013 Clint Adams
+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 -rN -u old-haskell-tasty-golden/rules new-haskell-tasty-golden/rules
--- old-haskell-tasty-golden/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-golden/rules	2014-02-09 17:33:51.125638234 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-tasty-golden/source/format new-haskell-tasty-golden/source/format
--- old-haskell-tasty-golden/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-golden/source/format	2014-02-09 17:33:51.125638234 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-tasty-golden/watch new-haskell-tasty-golden/watch
--- old-haskell-tasty-golden/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tasty-golden/watch	2014-02-09 17:33:51.125638234 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/tasty-golden/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list