[Pkg-haskell-commits] darcs: haskell-warp-tls: Initial Check-In

Clint Adams clint at debian.org
Thu Mar 22 15:04:17 UTC 2012


Thu Mar 22 15:03:59 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 88868eea2c488df9f999a584ab14d775

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

Thu Mar 22 15:03:59 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 88868eea2c488df9f999a584ab14d775
diff -rN -u old-haskell-warp-tls//changelog new-haskell-warp-tls//changelog
--- old-haskell-warp-tls//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-warp-tls//changelog	2012-03-22 15:04:17.698755141 +0000
@@ -0,0 +1,5 @@
+haskell-warp-tls (1.1.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Thu, 22 Mar 2012 10:39:36 -0400
diff -rN -u old-haskell-warp-tls//compat new-haskell-warp-tls//compat
--- old-haskell-warp-tls//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-warp-tls//compat	2012-03-22 15:04:17.698755141 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-warp-tls//control new-haskell-warp-tls//control
--- old-haskell-warp-tls//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-warp-tls//control	2012-03-22 15:04:17.702754513 +0000
@@ -0,0 +1,99 @@
+Source: haskell-warp-tls
+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-certificate-dev (>> 1.1)
+  , libghc-certificate-dev (<< 1.2)
+  , libghc-certificate-prof
+  , libghc-conduit-dev (>> 0.2)
+  , libghc-conduit-prof
+  , libghc-crypto-api-dev (>> 0.8)
+  , libghc-crypto-api-dev (<< 0.10)
+  , libghc-crypto-api-prof
+  , libghc-cryptocipher-dev (>> 0.3)
+  , libghc-cryptocipher-dev (<< 0.4)
+  , libghc-cryptocipher-prof
+  , libghc-network-dev (>> 2.2.1)
+  , libghc-network-dev (<< 2.4)
+  , libghc-network-prof
+  , libghc-tls-dev (>> 0.9)
+  , libghc-tls-dev (<< 0.10)
+  , libghc-tls-prof
+  , libghc-tls-extra-dev (>> 0.4.3)
+  , libghc-tls-extra-dev (<< 0.5)
+  , libghc-tls-extra-prof
+  , libghc-transformers-dev (>> 0.2)
+  , libghc-transformers-dev (<< 0.3)
+  , libghc-transformers-prof
+  , libghc-wai-dev (>> 1.1)
+  , libghc-wai-dev (<< 1.2)
+  , libghc-wai-prof
+  , libghc-warp-dev (>> 1.1)
+  , libghc-warp-dev (<< 1.2)
+  , libghc-warp-prof
+  , netbase
+Build-Depends-Indep: ghc-doc
+  , libghc-certificate-doc
+  , libghc-conduit-doc
+  , libghc-crypto-api-doc
+  , libghc-cryptocipher-doc
+  , libghc-network-doc
+  , libghc-tls-doc
+  , libghc-tls-extra-doc
+  , libghc-transformers-doc
+  , libghc-wai-doc
+  , libghc-warp-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/warp-tls
+Vcs-Git: git://git.debian.org/collab-maint/haskell-warp-tls.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-warp-tls.git;a=summary
+
+Package: libghc-warp-tls-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: SSL/TLS support for Warp
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ It contains SSL/TLS support for Warp, the premier WAI handler, via
+ the native Haskell TLS implementation.
+
+Package: libghc-warp-tls-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: SSL/TLS support for Warp; 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 contains SSL/TLS support for Warp, the premier WAI handler, via
+ the native Haskell TLS implementation.
+
+Package: libghc-warp-tls-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: SSL/TLS support for Warp; 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 contains SSL/TLS support for Warp, the premier WAI handler, via
+ the native Haskell TLS implementation.
diff -rN -u old-haskell-warp-tls//copyright new-haskell-warp-tls//copyright
--- old-haskell-warp-tls//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-warp-tls//copyright	2012-03-22 15:04:17.702754513 +0000
@@ -0,0 +1,36 @@
+This package was debianized by Clint Adams <clint at debian.org> on
+Mon, 05 Sep 2011 21:11:42 -0000
+
+It was downloaded from
+http://hackage.haskell.org/package/warp-tls
+
+Upstream Author:
+
+    Michael Snoyman <michael at snoyman.com>
+
+Copyright:
+
+    2010 Suite Solutions
+
+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-warp-tls//rules new-haskell-warp-tls//rules
--- old-haskell-warp-tls//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-warp-tls//rules	2012-03-22 15:04:17.702754513 +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-warp-tls//source/format new-haskell-warp-tls//source/format
--- old-haskell-warp-tls//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-warp-tls//source/format	2012-03-22 15:04:17.718753169 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-warp-tls//watch new-haskell-warp-tls//watch
--- old-haskell-warp-tls//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-warp-tls//watch	2012-03-22 15:04:17.718753169 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|warp-tls-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/warp-tls \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list