[Pkg-haskell-commits] darcs: haskell-yesod-auth-oauth: Initial Check-In
Clint Adams
clint at debian.org
Sun Oct 7 19:37:54 UTC 2012
Sun Oct 7 19:37:40 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: 98af9dc8b99c2663a51cf93a539132a4
A ./changelog
A ./compat
A ./control
A ./copyright
A ./patches/
A ./patches/newer-authenticate-oauth.diff
A ./patches/series
A ./rules
A ./source/
A ./source/format
A ./watch
Sun Oct 7 19:37:40 UTC 2012 Clint Adams <clint at debian.org>
* Initial Check-In
Ignore-this: 98af9dc8b99c2663a51cf93a539132a4
diff -rN -u old-haskell-yesod-auth-oauth//changelog new-haskell-yesod-auth-oauth//changelog
--- old-haskell-yesod-auth-oauth//changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-oauth//changelog 2012-10-07 19:37:53.847218279 +0000
@@ -0,0 +1,6 @@
+haskell-yesod-auth-oauth (1.0.0.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint at debian.org> Sun, 07 Oct 2012 15:29:48 -0400
+
diff -rN -u old-haskell-yesod-auth-oauth//compat new-haskell-yesod-auth-oauth//compat
--- old-haskell-yesod-auth-oauth//compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-oauth//compat 2012-10-07 19:37:53.847218279 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-yesod-auth-oauth//control new-haskell-yesod-auth-oauth//control
--- old-haskell-yesod-auth-oauth//control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-oauth//control 2012-10-07 19:37:53.847218279 +0000
@@ -0,0 +1,83 @@
+Source: haskell-yesod-auth-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-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 -rN -u old-haskell-yesod-auth-oauth//copyright new-haskell-yesod-auth-oauth//copyright
--- old-haskell-yesod-auth-oauth//copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-oauth//copyright 2012-10-07 19:37:53.847218279 +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-yesod-auth-oauth//patches/newer-authenticate-oauth.diff new-haskell-yesod-auth-oauth//patches/newer-authenticate-oauth.diff
--- old-haskell-yesod-auth-oauth//patches/newer-authenticate-oauth.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-oauth//patches/newer-authenticate-oauth.diff 2012-10-07 19:37:53.847218279 +0000
@@ -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 -rN -u old-haskell-yesod-auth-oauth//patches/series new-haskell-yesod-auth-oauth//patches/series
--- old-haskell-yesod-auth-oauth//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-oauth//patches/series 2012-10-07 19:37:53.847218279 +0000
@@ -0,0 +1 @@
+newer-authenticate-oauth.diff
diff -rN -u old-haskell-yesod-auth-oauth//rules new-haskell-yesod-auth-oauth//rules
--- old-haskell-yesod-auth-oauth//rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-oauth//rules 2012-10-07 19:37:53.847218279 +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-yesod-auth-oauth//source/format new-haskell-yesod-auth-oauth//source/format
--- old-haskell-yesod-auth-oauth//source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-oauth//source/format 2012-10-07 19:37:53.851218245 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff -rN -u old-haskell-yesod-auth-oauth//watch new-haskell-yesod-auth-oauth//watch
--- old-haskell-yesod-auth-oauth//watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-oauth//watch 2012-10-07 19:37:53.851218245 +0000
@@ -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)/
More information about the Pkg-haskell-commits
mailing list