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

Clint Adams clint at debian.org
Mon Feb 27 00:56:24 UTC 2012


Mon Feb 27 00:56:10 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 73f69b9efe31646a7ed03c477275ff2e

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

Mon Feb 27 00:56:10 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 73f69b9efe31646a7ed03c477275ff2e
diff -rN -u old-haskell-wai-test//changelog new-haskell-wai-test//changelog
--- old-haskell-wai-test//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-test//changelog	2012-02-27 00:56:24.793770203 +0000
@@ -0,0 +1,5 @@
+haskell-wai-test (1.1.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 26 Feb 2012 19:46:54 -0500
diff -rN -u old-haskell-wai-test//compat new-haskell-wai-test//compat
--- old-haskell-wai-test//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-test//compat	2012-02-27 00:56:24.793770203 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-wai-test//control new-haskell-wai-test//control
--- old-haskell-wai-test//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-test//control	2012-02-27 00:56:24.793770203 +0000
@@ -0,0 +1,94 @@
+Source: haskell-wai-test
+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 (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-blaze-builder-dev (>> 0.2.1.4)
+  , libghc-blaze-builder-dev (<< 0.4)
+  , libghc-blaze-builder-prof
+  , libghc-blaze-builder-conduit-dev (>> 0.2)
+  , libghc-blaze-builder-conduit-dev (<< 0.3)
+  , libghc-blaze-builder-conduit-prof
+  , libghc-case-insensitive-dev (>> 0.2)
+  , libghc-case-insensitive-prof
+  , libghc-conduit-dev (>> 0.2)
+  , libghc-conduit-prof
+  , libghc-cookie-dev (>> 0.2)
+  , libghc-cookie-dev (<< 0.5)
+  , libghc-cookie-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-text-dev (>> 0.7)
+  , libghc-text-dev (<< 0.12)
+  , libghc-text-prof
+  , libghc-transformers-dev (>> 0.2.2)
+  , libghc-transformers-dev (<< 0.3)
+  , libghc-transformers-prof
+  , libghc-wai-dev (>> 1.1)
+  , libghc-wai-dev (<< 1.2)
+  , libghc-wai-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-blaze-builder-doc
+  , libghc-blaze-builder-conduit-doc
+  , libghc-case-insensitive-doc
+  , libghc-conduit-doc
+  , libghc-cookie-doc
+  , libghc-http-types-doc
+  , libghc-hunit-doc
+  , libghc-text-doc
+  , libghc-transformers-doc
+  , libghc-wai-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/wai-test
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-wai-test
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-wai-test
+
+Package: libghc-wai-test-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: unit test framework (built on HUnit) for WAI applications
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It provides a HUnit-based unit test framework for WAI applications.
+
+Package: libghc-wai-test-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: unit test framework (built on HUnit) for WAI applications; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It provides a HUnit-based unit test framework for WAI applications.
+
+Package: libghc-wai-test-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: unit test framework (built on HUnit) for WAI applications; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It provides a HUnit-based unit test framework for WAI applications.
diff -rN -u old-haskell-wai-test//copyright new-haskell-wai-test//copyright
--- old-haskell-wai-test//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-test//copyright	2012-02-27 00:56:24.793770203 +0000
@@ -0,0 +1,36 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Sun, 29 May 2011 16:04:27 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/wai-test
+
+Upstream Author:
+
+    Michael Snoyman <michael at snoyman.com>
+
+Copyright:
+
+    2010 Michael Snoyman
+
+License:
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+  this list of conditions and the following disclaimer in the documentation
+  and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
+OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff -rN -u old-haskell-wai-test//rules new-haskell-wai-test//rules
--- old-haskell-wai-test//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-test//rules	2012-02-27 00:56:24.793770203 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-wai-test//source/format new-haskell-wai-test//source/format
--- old-haskell-wai-test//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-test//source/format	2012-02-27 00:56:24.797778633 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-wai-test//watch new-haskell-wai-test//watch
--- old-haskell-wai-test//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-test//watch	2012-02-27 00:56:24.797778633 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|wai-test-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/wai-test \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list