[Pkg-haskell-commits] darcs: haskell-yesod-auth-account: Initial Check-In

Clint Adams clint at debian.org
Sat Jul 6 01:19:22 UTC 2013


Sat Jul  6 01:18:26 UTC 2013  Clint Adams <clint at debian.org>
  * Initial Check-In

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

Sat Jul  6 01:18:26 UTC 2013  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-yesod-auth-account/changelog new-haskell-yesod-auth-account/changelog
--- old-haskell-yesod-auth-account/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-account/changelog	2013-07-06 01:19:22.175197661 +0000
@@ -0,0 +1,5 @@
+haskell-yesod-auth-account (1.1.0.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Fri, 05 Jul 2013 20:45:52 -0400
diff -rN -u old-haskell-yesod-auth-account/compat new-haskell-yesod-auth-account/compat
--- old-haskell-yesod-auth-account/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-account/compat	2013-07-06 01:19:22.175197661 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-yesod-auth-account/control new-haskell-yesod-auth-account/control
--- old-haskell-yesod-auth-account/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-account/control	2013-07-06 01:19:22.175197661 +0000
@@ -0,0 +1,100 @@
+Source: haskell-yesod-auth-account
+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 (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-base64-bytestring-dev (>> 1.0)
+  , libghc-base64-bytestring-prof
+  , libghc-blaze-html-dev (>> 0.6)
+  , libghc-blaze-html-prof
+  , libghc-mtl-dev (>> 2.1)
+  , libghc-mtl-prof
+  , libghc-persistent-dev (>> 1.1.5.1)
+  , libghc-persistent-dev (<< 1.2)
+  , libghc-persistent-prof
+  , libghc-pwstore-fast-dev (>> 2.0)
+  , libghc-pwstore-fast-prof
+  , libghc-random-dev (>> 1.0)
+  , libghc-random-prof
+  , libghc-text-dev (>> 0.11)
+  , libghc-text-prof
+  , libghc-yesod-auth-dev (>> 1.1)
+  , libghc-yesod-auth-dev (<< 1.2)
+  , libghc-yesod-auth-prof
+  , libghc-yesod-core-dev (>> 1.1)
+  , libghc-yesod-core-dev (<< 1.2)
+  , libghc-yesod-core-prof
+  , libghc-yesod-form-dev (>> 1.2)
+  , libghc-yesod-form-dev (<< 1.3)
+  , libghc-yesod-form-prof
+  , libghc-yesod-persistent-dev (>> 1.1)
+  , libghc-yesod-persistent-dev (<< 1.2)
+  , libghc-yesod-persistent-prof
+  , libghc-monad-logger-dev (>> 0.3)
+  , libghc-persistent-sqlite-dev
+  , libghc-resourcet-dev
+  , libghc-xml-conduit-dev
+  , libghc-yesod-dev
+  , libghc-yesod-test-dev
+Build-Depends-Indep: ghc-doc
+  , libghc-base64-bytestring-doc
+  , libghc-blaze-html-doc
+  , libghc-mtl-doc
+  , libghc-persistent-doc
+  , libghc-pwstore-fast-doc
+  , libghc-random-doc
+  , libghc-text-doc
+  , libghc-yesod-auth-doc
+  , libghc-yesod-core-doc
+  , libghc-yesod-form-doc
+  , libghc-yesod-persistent-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/yesod-auth-account
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yesod-auth-account
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yesod-auth-account
+X-Description: account authentication plugin for Yesod
+ An auth plugin for accounts. Each account consists of a username,
+ email, and password. The plugin provides new account, email
+ verification, and password reset pages that can be customized to
+ enhance the user experience.
+
+Package: libghc-yesod-auth-account-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-yesod-auth-account-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-yesod-auth-account-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-yesod-auth-account/copyright new-haskell-yesod-auth-account/copyright
--- old-haskell-yesod-auth-account/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-account/copyright	2013-07-06 01:19:22.175197661 +0000
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: yesod-auth-account
+Upstream-Contact: John Lenz <lenz at math.uic.edu>
+Source: http://hackage.haskell.org/package/yesod-auth-account
+
+Files: *
+Copyright: 2013 John Lenz
+License: MIT
+
+Files: debian/*
+Copyright: 2013 Clint Adams
+License: MIT
+
+License: MIT
+ 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-account/rules new-haskell-yesod-auth-account/rules
--- old-haskell-yesod-auth-account/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-account/rules	2013-07-06 01:19:22.179205602 +0000
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-yesod-auth-account/source/format new-haskell-yesod-auth-account/source/format
--- old-haskell-yesod-auth-account/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-account/source/format	2013-07-06 01:19:22.179205602 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-yesod-auth-account/watch new-haskell-yesod-auth-account/watch
--- old-haskell-yesod-auth-account/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-account/watch	2013-07-06 01:19:22.179205602 +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-account-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/yesod-auth-account \
+    ([\d\.]*\d)/




More information about the Pkg-haskell-commits mailing list