debian/0000755000000000000000000000000012275214221007164 5ustar debian/watch0000644000000000000000000000036012203725531010216 0ustar 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)/ debian/rules0000755000000000000000000000020512203725531010243 0ustar #!/usr/bin/make -f DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000255412203725531011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: yesod-auth-account Upstream-Contact: John Lenz Source: http://hackage.haskell.org/package/yesod-auth-account Files: * Copyright: 2013 John Lenz License: Expat Files: debian/* Copyright: 2013 Clint Adams License: Expat License: Expat 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. debian/source/0000755000000000000000000000000012203725531010466 5ustar debian/source/format0000644000000000000000000000001412203725531011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212203725531010364 0ustar 9 debian/control0000644000000000000000000000612512203725622010576 0ustar Source: haskell-yesod-auth-account Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams 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.2) , libghc-persistent-dev (<< 1.3) , 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.2) , libghc-yesod-auth-dev (<< 1.3) , libghc-yesod-auth-prof , libghc-yesod-core-dev (>> 1.2) , libghc-yesod-core-dev (<< 1.3) , libghc-yesod-core-prof , libghc-yesod-form-dev (>> 1.3) , libghc-yesod-form-dev (<< 1.4) , libghc-yesod-form-prof , libghc-yesod-persistent-dev (>> 1.2) , libghc-yesod-persistent-dev (<< 1.3) , libghc-yesod-persistent-prof , libghc-monad-logger-dev (>> 0.3) , libghc-persistent-sqlite-dev , libghc-resourcet-dev , libghc-xml-conduit-dev , libghc-yesod-dev (>= 1.2) , libghc-yesod-dev (<< 1.3) , libghc-yesod-test-dev (>= 1.2) 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} debian/changelog0000644000000000000000000000222112275214221011033 0ustar haskell-yesod-auth-account (1.2.2-1build4) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Fri, 07 Feb 2014 17:32:01 +0000 haskell-yesod-auth-account (1.2.2-1build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Wed, 01 Jan 2014 19:59:27 +0000 haskell-yesod-auth-account (1.2.2-1build2) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Mon, 30 Dec 2013 23:02:46 +0000 haskell-yesod-auth-account (1.2.2-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 05 Dec 2013 10:20:38 +0000 haskell-yesod-auth-account (1.2.2-1) unstable; urgency=low * New upstream release (Closes: #719260) -- Joachim Breitner Sat, 17 Aug 2013 18:58:00 +0200 haskell-yesod-auth-account (1.2.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Fri, 02 Aug 2013 23:38:42 -0400 haskell-yesod-auth-account (1.1.0.1-1) unstable; urgency=low * Initial release. -- Clint Adams Fri, 05 Jul 2013 20:45:52 -0400