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

clint at debian.org clint at debian.org
Sat Sep 17 12:48:49 UTC 2011


Sat Sep 17 12:48:29 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 9cb6358226517ee0106974ea0d6b596b

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./patches/
    A ./patches/force-regular-aeson.diff
    A ./patches/series
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sat Sep 17 12:48:29 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 9cb6358226517ee0106974ea0d6b596b
diff -rN -u old-haskell-authenticate//changelog new-haskell-authenticate//changelog
--- old-haskell-authenticate//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate//changelog	2011-09-17 12:48:49.255329038 +0000
@@ -0,0 +1,5 @@
+haskell-authenticate (0.10.2.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Sat, 17 Sep 2011 08:23:07 -0400
diff -rN -u old-haskell-authenticate//compat new-haskell-authenticate//compat
--- old-haskell-authenticate//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate//compat	2011-09-17 12:48:49.259327834 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-authenticate//control new-haskell-authenticate//control
--- old-haskell-authenticate//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate//control	2011-09-17 12:48:49.259327834 +0000
@@ -0,0 +1,126 @@
+Source: haskell-authenticate
+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)
+  , ghc
+  , ghc-prof
+  , libghc-aeson-dev (>> 0.3.2.11)
+  , libghc-aeson-dev (<< 0.4)
+  , libghc-aeson-prof
+  , libghc-attoparsec-dev (>> 0.9)
+  , libghc-attoparsec-dev (<< 0.10)
+  , libghc-attoparsec-prof
+  , libghc-base64-bytestring-dev (>> 0.1)
+  , libghc-base64-bytestring-dev (<< 0.2)
+  , libghc-base64-bytestring-prof
+  , libghc-blaze-builder-dev (>> 0.2)
+  , libghc-blaze-builder-dev (<< 0.4)
+  , libghc-blaze-builder-prof
+  , libghc-case-insensitive-dev (>> 0.2)
+  , libghc-case-insensitive-dev (<< 0.4)
+  , libghc-case-insensitive-prof
+  , libghc-enumerator-dev (>> 0.4.7)
+  , libghc-enumerator-dev (<< 0.5)
+  , libghc-enumerator-prof
+  , libghc-failure-dev (>> 0.0.0)
+  , libghc-failure-dev (<< 0.2)
+  , libghc-failure-prof
+  , libghc-http-enumerator-dev (>> 0.6.5.4)
+  , libghc-http-enumerator-dev (<< 0.8)
+  , libghc-http-enumerator-prof
+  , libghc-http-types-dev (>> 0.6)
+  , libghc-http-types-dev (<< 0.7)
+  , libghc-http-types-prof
+  , libghc-network-dev (>> 2.2.1)
+  , libghc-network-dev (<< 2.4)
+  , libghc-network-prof
+  , libghc-rsa-dev (>> 1.0)
+  , libghc-rsa-dev (<< 1.1)
+  , libghc-rsa-prof
+  , libghc-sha-dev (>> 1.4)
+  , libghc-sha-dev (<< 1.6)
+  , libghc-sha-prof
+  , libghc-tagsoup-dev (>> 0.12)
+  , libghc-tagsoup-dev (<< 0.13)
+  , libghc-tagsoup-prof
+  , libghc-text-dev (>> 0.5)
+  , libghc-text-dev (<< 1.0)
+  , libghc-text-prof
+  , libghc-tls-dev (>> 0.7)
+  , libghc-tls-dev (<< 0.8)
+  , libghc-tls-prof
+  , libghc-transformers-dev (>> 0.1)
+  , libghc-transformers-dev (<< 0.3)
+  , libghc-transformers-prof
+  , libghc-xml-enumerator-dev (>> 0.4)
+  , libghc-xml-enumerator-dev (<< 0.5)
+  , libghc-xml-enumerator-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-aeson-doc
+  , libghc-attoparsec-doc
+  , libghc-base64-bytestring-doc
+  , libghc-blaze-builder-doc
+  , libghc-case-insensitive-doc
+  , libghc-enumerator-doc
+  , libghc-failure-doc
+  , libghc-http-enumerator-doc
+  , libghc-http-types-doc
+  , libghc-network-doc
+  , libghc-rsa-doc
+  , libghc-sha-doc
+  , libghc-tagsoup-doc
+  , libghc-text-doc
+  , libghc-tls-doc
+  , libghc-transformers-doc
+  , libghc-xml-enumerator-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/authenticate
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-authenticate
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-authenticate
+
+Package: libghc-authenticate-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: authentication methods for Haskell web applications
+ Focus is on third-party authentication methods, such as OpenID,
+ rpxnow and Facebook.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-authenticate-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: authentication methods for Haskell web applications; profiling libraries
+ Focus is on third-party authentication methods, such as OpenID,
+ rpxnow and Facebook.
+ .
+ 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-authenticate-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: authentication methods for Haskell web applications; documentation
+ Focus is on third-party authentication methods, such as OpenID,
+ rpxnow and Facebook.
+ .
+ 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-authenticate//copyright new-haskell-authenticate//copyright
--- old-haskell-authenticate//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate//copyright	2011-09-17 12:48:49.259327834 +0000
@@ -0,0 +1,27 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: authenticate
+Upstream-Contact: Michael Snoyman <michael at snoyman.com>
+Source: http://hackage.haskell.org/package/authenticate
+
+Copyright: 2008, Michael Snoyman
+License: BSD
+ 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//patches/force-regular-aeson.diff new-haskell-authenticate//patches/force-regular-aeson.diff
--- old-haskell-authenticate//patches/force-regular-aeson.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate//patches/force-regular-aeson.diff	2011-09-17 12:48:49.259327834 +0000
@@ -0,0 +1,11 @@
+--- a/authenticate.cabal
++++ b/authenticate.cabal
+@@ -15,7 +15,7 @@
+ 
+ library
+     build-depends:   base >= 4 && < 5,
+-                     aeson-native >= 0.3.2.11 && < 0.4,
++                     aeson >= 0.3.2.11 && < 0.4,
+                      http-enumerator >= 0.6.5.4 && < 0.8,
+                      tagsoup >= 0.12 && < 0.13,
+                      failure >= 0.0.0 && < 0.2,
diff -rN -u old-haskell-authenticate//patches/series new-haskell-authenticate//patches/series
--- old-haskell-authenticate//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate//patches/series	2011-09-17 12:48:49.259327834 +0000
@@ -0,0 +1 @@
+force-regular-aeson.diff
diff -rN -u old-haskell-authenticate//rules new-haskell-authenticate//rules
--- old-haskell-authenticate//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate//rules	2011-09-17 12:48:49.259327834 +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//source/format new-haskell-authenticate//source/format
--- old-haskell-authenticate//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate//source/format	2011-09-17 12:48:49.259327834 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-authenticate//watch new-haskell-authenticate//watch
--- old-haskell-authenticate//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate//watch	2011-09-17 12:48:49.263331103 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|authenticate-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/authenticate \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list