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

Clint Adams clint at debian.org
Sun Oct 7 18:35:05 UTC 2012


Sun Oct  7 18:34:48 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 1b97b114cdeeb87aae9615bd9a8458f8

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

Sun Oct  7 18:34:48 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 1b97b114cdeeb87aae9615bd9a8458f8
diff -rN -u old-haskell-wai-eventsource//changelog new-haskell-wai-eventsource//changelog
--- old-haskell-wai-eventsource//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-eventsource//changelog	2012-10-07 18:35:05.422224884 +0000
@@ -0,0 +1,6 @@
+haskell-wai-eventsource (1.2.1.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 07 Oct 2012 14:26:20 -0400
+
diff -rN -u old-haskell-wai-eventsource//compat new-haskell-wai-eventsource//compat
--- old-haskell-wai-eventsource//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-eventsource//compat	2012-10-07 18:35:05.426225158 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-wai-eventsource//control new-haskell-wai-eventsource//control
--- old-haskell-wai-eventsource//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-eventsource//control	2012-10-07 18:35:05.426225158 +0000
@@ -0,0 +1,82 @@
+Source: haskell-wai-eventsource
+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-blaze-builder-dev (>> 0.3)
+             , libghc-blaze-builder-dev (<< 0.4)
+             , libghc-blaze-builder-prof
+             , libghc-conduit-dev (>> 0.4)
+             , libghc-conduit-dev (<< 0.5)
+             , libghc-conduit-prof
+             , libghc-http-types-dev (>> 0.6)
+             , libghc-http-types-dev (<< 0.7)
+             , libghc-http-types-prof
+             , libghc-transformers-dev
+             , libghc-transformers-prof
+             , libghc-wai-dev (>> 1.2)
+             , libghc-wai-dev (<< 1.3)
+             , libghc-wai-prof
+             , libghc-warp-dev (>> 1.2)
+             , libghc-warp-dev (<< 1.3)
+             , libghc-warp-prof
+Build-Depends-Indep: ghc-doc
+                   , libghc-blaze-builder-doc
+                   , libghc-conduit-doc
+                   , libghc-http-types-doc
+                   , libghc-transformers-doc
+                   , libghc-wai-doc
+                   , libghc-warp-doc
+Standards-Version: 3.9.3
+Homepage: http://www.yesodweb.com/book/wai
+
+Package: libghc-wai-eventsource-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: WAI support for server-sent events
+ WAI support for server-sent events
+ .
+  Author: Chris Smith, Mathias Biilmann Christensen
+  Upstream-Maintainer: greg at gregweber.info
+ .
+ This package contains the normal library files.
+
+Package: libghc-wai-eventsource-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: WAI support for server-sent events; profiling libraries
+ WAI support for server-sent events
+ .
+  Author: Chris Smith, Mathias Biilmann Christensen
+  Upstream-Maintainer: greg at gregweber.info
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-wai-eventsource-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: WAI support for server-sent events; documentation
+ WAI support for server-sent events
+ .
+  Author: Chris Smith, Mathias Biilmann Christensen
+  Upstream-Maintainer: greg at gregweber.info
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-wai-eventsource//copyright new-haskell-wai-eventsource//copyright
--- old-haskell-wai-eventsource//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-eventsource//copyright	2012-10-07 18:35:05.426225158 +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-wai-eventsource//rules new-haskell-wai-eventsource//rules
--- old-haskell-wai-eventsource//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-eventsource//rules	2012-10-07 18:35:05.426225158 +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-eventsource//source/format new-haskell-wai-eventsource//source/format
--- old-haskell-wai-eventsource//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-eventsource//source/format	2012-10-07 18:35:05.426225158 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-wai-eventsource//watch new-haskell-wai-eventsource//watch
--- old-haskell-wai-eventsource//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-wai-eventsource//watch	2012-10-07 18:35:05.430225213 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|wai-eventsource-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/wai-eventsource \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list