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

Clint Adams clint at debian.org
Wed May 1 21:53:42 UTC 2013


Wed May  1 21:53:27 UTC 2013  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: e74dea875daf653a830d593779df887e

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

Wed May  1 21:53:27 UTC 2013  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: e74dea875daf653a830d593779df887e
diff -rN -u old-haskell-wai-handler-launch//changelog new-haskell-wai-handler-launch//changelog
--- old-haskell-wai-handler-launch//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-handler-launch//changelog	2013-05-01 21:53:41.902356654 +0000
@@ -0,0 +1,5 @@
+haskell-wai-handler-launch (1.3.1.4-1) experimental; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Wed, 01 May 2013 17:42:48 -0400
diff -rN -u old-haskell-wai-handler-launch//compat new-haskell-wai-handler-launch//compat
--- old-haskell-wai-handler-launch//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-handler-launch//compat	2013-05-01 21:53:41.902356654 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-wai-handler-launch//control new-haskell-wai-handler-launch//control
--- old-haskell-wai-handler-launch//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-handler-launch//control	2013-05-01 21:53:41.902356654 +0000
@@ -0,0 +1,92 @@
+Source: haskell-wai-handler-launch
+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.13)
+  , 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.5)
+  , libghc-blaze-builder-conduit-dev (<< 1.1)
+  , libghc-blaze-builder-conduit-prof
+  , libghc-conduit-dev (>> 0.5)
+  , libghc-conduit-dev (<< 1.1)
+  , libghc-conduit-prof
+  , libghc-http-types-dev (>> 0.7)
+  , libghc-http-types-prof
+  , libghc-transformers-dev (>> 0.2.2)
+  , libghc-transformers-dev (<< 0.4)
+  , libghc-transformers-prof
+  , libghc-wai-dev (>> 1.3)
+  , libghc-wai-dev (<< 1.5)
+  , libghc-wai-prof
+  , libghc-warp-dev (>> 1.3)
+  , libghc-warp-dev (<< 1.4)
+  , libghc-warp-prof
+  , libghc-zlib-conduit-dev (>> 0.5)
+  , libghc-zlib-conduit-dev (<< 1.1)
+  , libghc-zlib-conduit-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-blaze-builder-doc
+  , libghc-blaze-builder-conduit-doc
+  , libghc-conduit-doc
+  , libghc-http-types-doc
+  , libghc-transformers-doc
+  , libghc-wai-doc
+  , libghc-warp-doc
+  , libghc-zlib-conduit-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/wai-handler-launch
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-wai-handler-launch
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-wai-handler-launch
+
+Package: libghc-wai-handler-launch-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: WAI handler for launching in a web browser
+ This WAI handler for launching in a web browser handles cross-platform
+ launching and inserts JavaScript code to ping the server. When the
+ server no longer receives pings, it shuts down.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-wai-handler-launch-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Short description of wai-handler-launch; profiling libraries
+ This WAI handler for launching in a web browser handles cross-platform
+ launching and inserts JavaScript code to ping the server. When the
+ server no longer receives pings, it shuts down.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-wai-handler-launch-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Short description of wai-handler-launch; documentation
+ This WAI handler for launching in a web browser handles cross-platform
+ launching and inserts JavaScript code to ping the server. When the
+ server no longer receives pings, it shuts down.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-wai-handler-launch//copyright new-haskell-wai-handler-launch//copyright
--- old-haskell-wai-handler-launch//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-handler-launch//copyright	2013-05-01 21:53:41.902356654 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wai-handler-launch
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: http://hackage.haskell.org/package/wai-handler-launch
+
+Files: *
+Copyright: 2012 Michael Snoyman
+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-wai-handler-launch//rules new-haskell-wai-handler-launch//rules
--- old-haskell-wai-handler-launch//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-handler-launch//rules	2013-05-01 21:53:41.902356654 +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-handler-launch//source/format new-haskell-wai-handler-launch//source/format
--- old-haskell-wai-handler-launch//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-handler-launch//source/format	2013-05-01 21:53:41.906316943 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-wai-handler-launch//watch new-haskell-wai-handler-launch//watch
--- old-haskell-wai-handler-launch//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-handler-launch//watch	2013-05-01 21:53:41.906316943 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|wai-handler-launch-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/wai-handler-launch \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list