[Pkg-haskell-commits] darcs: haskell-yesod-test: Initial Check-In

Clint Adams clint at debian.org
Tue Jun 19 12:01:36 UTC 2012


Tue Jun 19 12:00:59 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: c1d14817a9da240d63ddbb4628063b6

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

Tue Jun 19 12:00:59 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: c1d14817a9da240d63ddbb4628063b6
diff -rN -u old-haskell-yesod-test//changelog new-haskell-yesod-test//changelog
--- old-haskell-yesod-test//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-test//changelog	2012-06-19 12:01:36.144830663 +0000
@@ -0,0 +1,5 @@
+haskell-yesod-test (0.2.0.6-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 18 Jun 2012 16:32:47 -0400
diff -rN -u old-haskell-yesod-test//compat new-haskell-yesod-test//compat
--- old-haskell-yesod-test//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-test//compat	2012-06-19 12:01:36.164829416 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-yesod-test//control new-haskell-yesod-test//control
--- old-haskell-yesod-test//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-test//control	2012-06-19 12:01:36.164829416 +0000
@@ -0,0 +1,116 @@
+Source: haskell-yesod-test
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+             , haskell-devscripts (>= 0.8)
+             , cdbs
+             , ghc
+             , ghc-prof
+             , libghc-attoparsec-dev (>> 0.10)
+             , libghc-attoparsec-dev (<< 0.11)
+             , libghc-attoparsec-prof
+             , libghc-blaze-html-dev (>> 0.4)
+             , libghc-blaze-html-dev (<< 0.5)
+             , libghc-blaze-html-prof
+             , libghc-case-insensitive-dev (>> 0.2)
+             , libghc-case-insensitive-prof
+             , libghc-hspec-dev (>> 1.1)
+             , libghc-hspec-dev (<< 1.2)
+             , libghc-hspec-prof
+             , libghc-html-conduit-dev (>> 0.0.1)
+             , libghc-html-conduit-dev (<< 0.1)
+             , libghc-html-conduit-prof
+             , libghc-http-types-dev (>> 0.6)
+             , libghc-http-types-dev (<< 0.7)
+             , libghc-http-types-prof
+             , libghc-hunit-dev (>> 1.2)
+             , libghc-hunit-dev (<< 1.3)
+             , libghc-hunit-prof
+             , libghc-hxt-dev (>> 9.1.6)
+             , libghc-hxt-prof
+             , libghc-network-dev (>> 2.2)
+             , libghc-network-dev (<< 2.4)
+             , libghc-network-prof
+             , libghc-persistent-dev (>> 0.9)
+             , libghc-persistent-dev (<< 0.10)
+             , libghc-persistent-prof
+             , libghc-text-dev
+             , libghc-text-prof
+             , libghc-transformers-dev
+             , libghc-transformers-prof
+             , libghc-wai-dev (>> 1.2)
+             , libghc-wai-dev (<< 1.3)
+             , libghc-wai-prof
+             , libghc-wai-test-dev (>> 1.2)
+             , libghc-wai-test-dev (<< 1.3)
+             , libghc-wai-test-prof
+             , libghc-xml-conduit-dev (>> 0.7)
+             , libghc-xml-conduit-dev (<< 0.8)
+             , libghc-xml-conduit-prof
+             , libghc-xml-types-dev (>> 0.3)
+             , libghc-xml-types-dev (<< 0.4)
+             , libghc-xml-types-prof
+             , libghc-xml2html-dev (>> 0.1.2.3)
+             , libghc-xml2html-dev (<< 0.2)
+             , libghc-xml2html-prof
+Build-Depends-Indep: ghc-doc
+                   , libghc-attoparsec-doc
+                   , libghc-blaze-html-doc
+                   , libghc-case-insensitive-doc
+                   , libghc-hspec-doc
+                   , libghc-html-conduit-doc
+                   , libghc-http-types-doc
+                   , libghc-hunit-doc
+                   , libghc-hxt-doc
+                   , libghc-network-doc
+                   , libghc-persistent-doc
+                   , libghc-text-doc
+                   , libghc-transformers-doc
+                   , libghc-wai-doc
+                   , libghc-wai-test-doc
+                   , libghc-xml-conduit-doc
+                   , libghc-xml-types-doc
+                   , libghc-xml2html-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/yesod-test
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yesod-test
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yesod-test
+
+Package: libghc-yesod-test-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: integration testing for WAI/Yesod applications
+ Behavior-oriented integration testing for Yesod applications.
+ .
+ This package contains the normal library files.
+
+Package: libghc-yesod-test-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: integration testing for WAI/Yesod applications; profiling libraries
+ Behavior-oriented integration testing for Yesod applications.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-yesod-test-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: integration testing for WAI/Yesod applications; documentation
+ Behavior-oriented integration testing for Yesod applications.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-yesod-test//copyright new-haskell-yesod-test//copyright
--- old-haskell-yesod-test//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-test//copyright	2012-06-19 12:01:36.164829416 +0000
@@ -0,0 +1,20 @@
+Copyright (c) 2012 Michael Snoyman, http://www.yesodweb.com/
+
+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-yesod-test//rules new-haskell-yesod-test//rules
--- old-haskell-yesod-test//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-test//rules	2012-06-19 12:01:36.164829416 +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-yesod-test//source/format new-haskell-yesod-test//source/format
--- old-haskell-yesod-test//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-test//source/format	2012-06-19 12:01:36.176828019 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-yesod-test//watch new-haskell-yesod-test//watch
--- old-haskell-yesod-test//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-test//watch	2012-06-19 12:01:36.176828019 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|yesod-test-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/yesod-test \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list