summaryrefslogtreecommitdiff
path: root/p/haskell-yesod-auth-oauth
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-10-07 23:37:40 +0400
committerClint Adams <clint@debian.org>2012-10-07 23:37:40 +0400
commit4b75888666690ba7f486c473dfdbea70284577c7 (patch)
treea690208ef6d41d5eb7645d099cb9beb85c7a03dc /p/haskell-yesod-auth-oauth
parentbe08795d76cbc3279c0604e07d00fb6b6b98b8b8 (diff)
downloadDHG_packages-4b75888666690ba7f486c473dfdbea70284577c7.tar.gz
haskell-yesod-auth-oauth: Initial Check-In
Diffstat (limited to 'p/haskell-yesod-auth-oauth')
-rw-r--r--p/haskell-yesod-auth-oauth/debian/changelog5
-rw-r--r--p/haskell-yesod-auth-oauth/debian/compat1
-rw-r--r--p/haskell-yesod-auth-oauth/debian/control83
-rw-r--r--p/haskell-yesod-auth-oauth/debian/copyright20
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/newer-authenticate-oauth.diff11
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/series1
-rwxr-xr-xp/haskell-yesod-auth-oauth/debian/rules4
-rw-r--r--p/haskell-yesod-auth-oauth/debian/source/format1
-rw-r--r--p/haskell-yesod-auth-oauth/debian/watch5
9 files changed, 131 insertions, 0 deletions
diff --git a/p/haskell-yesod-auth-oauth/debian/changelog b/p/haskell-yesod-auth-oauth/debian/changelog
new file mode 100644
index 000000000..53d09994e
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/changelog
@@ -0,0 +1,5 @@
+haskell-yesod-auth-oauth (1.0.0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Sun, 07 Oct 2012 15:29:48 -0400
diff --git a/p/haskell-yesod-auth-oauth/debian/compat b/p/haskell-yesod-auth-oauth/debian/compat
new file mode 100644
index 000000000..c7930257d
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/compat
@@ -0,0 +1 @@
+7 \ No newline at end of file
diff --git a/p/haskell-yesod-auth-oauth/debian/control b/p/haskell-yesod-auth-oauth/debian/control
new file mode 100644
index 000000000..820d4dddf
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/control
@@ -0,0 +1,83 @@
+Source: haskell-yesod-auth-oauth
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 7.0)
+ , haskell-devscripts (>= 0.8)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-authenticate-oauth-dev (>> 1.3)
+ , libghc-authenticate-oauth-dev (<< 1.5)
+ , libghc-authenticate-oauth-prof
+ , libghc-text-dev (>> 0.7)
+ , libghc-text-dev (<< 0.12)
+ , libghc-text-prof
+ , libghc-transformers-dev (>> 0.2.2)
+ , libghc-transformers-dev (<< 0.4)
+ , libghc-transformers-prof
+ , libghc-yesod-auth-dev (>> 1.0)
+ , libghc-yesod-auth-dev (<< 1.1)
+ , libghc-yesod-auth-prof
+ , libghc-yesod-core-dev (>> 1.0)
+ , libghc-yesod-core-dev (<< 1.1)
+ , libghc-yesod-core-prof
+ , libghc-yesod-form-dev (>> 1.0)
+ , libghc-yesod-form-dev (<< 1.1)
+ , libghc-yesod-form-prof
+Build-Depends-Indep: ghc-doc
+ , libghc-authenticate-oauth-doc
+ , libghc-text-doc
+ , libghc-transformers-doc
+ , libghc-yesod-auth-doc
+ , libghc-yesod-core-doc
+ , libghc-yesod-form-doc
+Standards-Version: 3.9.3
+Homepage: http://www.yesodweb.com/
+
+Package: libghc-yesod-auth-oauth-dev
+Architecture: any
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: OAuth Authentication for Yesod
+ OAuth authentication for Yesod.
+ .
+ Author: Hiromi Ishii
+ Upstream-Maintainer: Hiromi Ishii
+ .
+ This package contains the normal library files.
+
+Package: libghc-yesod-auth-oauth-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: OAuth Authentication for Yesod; profiling libraries
+ OAuth authentication for Yesod.
+ .
+ Author: Hiromi Ishii
+ Upstream-Maintainer: Hiromi Ishii
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-yesod-auth-oauth-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: OAuth Authentication for Yesod; documentation
+ OAuth authentication for Yesod.
+ .
+ Author: Hiromi Ishii
+ Upstream-Maintainer: Hiromi Ishii
+ .
+ This package contains the documentation files.
diff --git a/p/haskell-yesod-auth-oauth/debian/copyright b/p/haskell-yesod-auth-oauth/debian/copyright
new file mode 100644
index 000000000..d9f041796
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/copyright
@@ -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 --git a/p/haskell-yesod-auth-oauth/debian/patches/newer-authenticate-oauth.diff b/p/haskell-yesod-auth-oauth/debian/patches/newer-authenticate-oauth.diff
new file mode 100644
index 000000000..210cbed0e
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/patches/newer-authenticate-oauth.diff
@@ -0,0 +1,11 @@
+--- a/yesod-auth-oauth.cabal
++++ b/yesod-auth-oauth.cabal
+@@ -20,7 +20,7 @@
+ cpp-options: -DGHC7
+ else
+ build-depends: base >= 4 && < 4.3
+- build-depends: authenticate-oauth >= 1.3 && < 1.4
++ build-depends: authenticate-oauth >= 1.3 && < 1.5
+ , bytestring >= 0.9.1.4 && < 0.10
+ , yesod-core >= 1.0 && < 1.1
+ , yesod-auth >= 1.0 && < 1.1
diff --git a/p/haskell-yesod-auth-oauth/debian/patches/series b/p/haskell-yesod-auth-oauth/debian/patches/series
new file mode 100644
index 000000000..101196537
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/patches/series
@@ -0,0 +1 @@
+newer-authenticate-oauth.diff
diff --git a/p/haskell-yesod-auth-oauth/debian/rules b/p/haskell-yesod-auth-oauth/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/rules
@@ -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 --git a/p/haskell-yesod-auth-oauth/debian/source/format b/p/haskell-yesod-auth-oauth/debian/source/format
new file mode 100644
index 000000000..46ebe0266
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt) \ No newline at end of file
diff --git a/p/haskell-yesod-auth-oauth/debian/watch b/p/haskell-yesod-auth-oauth/debian/watch
new file mode 100644
index 000000000..9c282dcc5
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|yesod-auth-oauth-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/yesod-auth-oauth \
+ ([\d\.]*\d)/