[Pkg-haskell-commits] darcs: haskell-authenticate-oauth: Initial Check-In

Clint Adams clint at debian.org
Sun Oct 7 19:28:53 UTC 2012


Sun Oct  7 19:28:41 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 4f4c12d0ce12aa125a2dc1111e77e627

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

Sun Oct  7 19:28:41 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 4f4c12d0ce12aa125a2dc1111e77e627
diff -rN -u old-haskell-authenticate-oauth//changelog new-haskell-authenticate-oauth//changelog
--- old-haskell-authenticate-oauth//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate-oauth//changelog	2012-10-07 19:28:53.291219164 +0000
@@ -0,0 +1,6 @@
+haskell-authenticate-oauth (1.4.0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sun, 07 Oct 2012 15:16:33 -0400
+
diff -rN -u old-haskell-authenticate-oauth//compat new-haskell-authenticate-oauth//compat
--- old-haskell-authenticate-oauth//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate-oauth//compat	2012-10-07 19:28:53.295217860 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-authenticate-oauth//control new-haskell-authenticate-oauth//control
--- old-haskell-authenticate-oauth//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate-oauth//control	2012-10-07 19:28:53.295217860 +0000
@@ -0,0 +1,112 @@
+Source: haskell-authenticate-oauth
+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-rsa-dev (>> 1.2)
+             , libghc-rsa-dev (<< 1.3)
+             , libghc-rsa-prof
+             , libghc-sha-dev (>> 1.4)
+             , libghc-sha-dev (<< 1.6)
+             , libghc-sha-prof
+             , libghc-base64-bytestring-dev (>> 0.1)
+             , libghc-base64-bytestring-dev (<< 1.1)
+             , libghc-base64-bytestring-prof
+             , libghc-blaze-builder-dev
+             , libghc-blaze-builder-prof
+             , libghc-blaze-builder-conduit-dev (>> 0.4)
+             , libghc-blaze-builder-conduit-dev (<< 0.6)
+             , libghc-blaze-builder-conduit-prof
+             , libghc-conduit-dev (>> 0.4)
+             , libghc-conduit-dev (<< 0.6)
+             , libghc-conduit-prof
+             , libghc-crypto-pubkey-types-dev (>> 0.1)
+             , libghc-crypto-pubkey-types-dev (<< 0.2)
+             , libghc-crypto-pubkey-types-prof
+             , libghc-data-default-dev
+             , libghc-data-default-prof
+             , libghc-http-conduit-dev (>> 1.4)
+             , libghc-http-conduit-dev (<< 1.7)
+             , libghc-http-conduit-prof
+             , libghc-http-types-dev (>> 0.6)
+             , libghc-http-types-dev (<< 0.8)
+             , libghc-http-types-prof
+             , libghc-monad-control-dev (>> 0.3)
+             , libghc-monad-control-dev (<< 0.4)
+             , libghc-monad-control-prof
+             , libghc-random-dev
+             , libghc-random-prof
+             , libghc-resourcet-dev (>> 0.3)
+             , libghc-resourcet-dev (<< 0.5)
+             , libghc-resourcet-prof
+             , libghc-transformers-dev (>> 0.1)
+             , libghc-transformers-dev (<< 0.4)
+             , libghc-transformers-prof
+Build-Depends-Indep: ghc-doc
+                   , libghc-rsa-doc
+                   , libghc-sha-doc
+                   , libghc-base64-bytestring-doc
+                   , libghc-blaze-builder-doc
+                   , libghc-blaze-builder-conduit-doc
+                   , libghc-conduit-doc
+                   , libghc-crypto-pubkey-types-doc
+                   , libghc-data-default-doc
+                   , libghc-http-conduit-doc
+                   , libghc-http-types-doc
+                   , libghc-monad-control-doc
+                   , libghc-random-doc
+                   , libghc-resourcet-doc
+                   , libghc-transformers-doc
+Standards-Version: 3.9.3
+Homepage: http://github.com/yesodweb/authenticate
+
+Package: libghc-authenticate-oauth-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+         , ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: authenticate with OAuth for Haskell web applications
+ OAuth authentication support.
+ .
+  Author: Hiromi Ishii
+  Upstream-Maintainer: Hiromi Ishii
+ .
+ This package contains the normal library files.
+
+Package: libghc-authenticate-oauth-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: authenticate with OAuth for Haskell web applications; profiling libs
+ OAuth authentication support.
+ .
+  Author: Hiromi Ishii
+  Upstream-Maintainer: Hiromi Ishii
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-authenticate-oauth-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: authenticate with OAuth for Haskell web applications; documentation
+ OAuth authentication support.
+ .
+  Author: Hiromi Ishii
+  Upstream-Maintainer: Hiromi Ishii
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-authenticate-oauth//copyright new-haskell-authenticate-oauth//copyright
--- old-haskell-authenticate-oauth//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate-oauth//copyright	2012-10-07 19:28:53.295217860 +0000
@@ -0,0 +1,25 @@
+The following license covers this documentation, and the source code, except
+where otherwise indicated.
+
+Copyright 2008, Michael Snoyman. All rights reserved.
+
+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-authenticate-oauth//rules new-haskell-authenticate-oauth//rules
--- old-haskell-authenticate-oauth//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate-oauth//rules	2012-10-07 19:28:53.295217860 +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-authenticate-oauth//source/format new-haskell-authenticate-oauth//source/format
--- old-haskell-authenticate-oauth//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate-oauth//source/format	2012-10-07 19:28:53.295217860 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-authenticate-oauth//watch new-haskell-authenticate-oauth//watch
--- old-haskell-authenticate-oauth//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate-oauth//watch	2012-10-07 19:28:53.295217860 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|authenticate-oauth-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/authenticate-oauth \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list