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

Clint Adams clint at debian.org
Tue Dec 9 18:04:00 UTC 2014


Tue Dec  9 18:03:23 UTC 2014  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

Tue Dec  9 18:03:23 UTC 2014  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-yesod-auth-hashdb/changelog new-haskell-yesod-auth-hashdb/changelog
--- old-haskell-yesod-auth-hashdb/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-hashdb/changelog	2014-12-09 18:04:00.362759016 +0000
@@ -0,0 +1,5 @@
+haskell-yesod-auth-hashdb (1.3.2-1) unstable; urgency=medium
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 09 Dec 2014 11:59:25 -0500
diff -rN -u old-haskell-yesod-auth-hashdb/compat new-haskell-yesod-auth-hashdb/compat
--- old-haskell-yesod-auth-hashdb/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-hashdb/compat	2014-12-09 18:04:00.362759016 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-yesod-auth-hashdb/control new-haskell-yesod-auth-hashdb/control
--- old-haskell-yesod-auth-hashdb/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-hashdb/control	2014-12-09 18:04:00.366759015 +0000
@@ -0,0 +1,84 @@
+Source: haskell-yesod-auth-hashdb
+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-cryptohash-dev (>= 0.8)
+  , libghc-cryptohash-prof
+  , libghc-persistent-dev (>= 1.2)
+  , libghc-persistent-dev (<< 2.1)
+  , libghc-persistent-prof
+  , libghc-pwstore-fast-dev (>= 2.2)
+  , libghc-pwstore-fast-prof
+  , libghc-text-dev (>= 0.7)
+  , libghc-text-prof
+  , libghc-yesod-auth-dev (>= 1.3)
+  , libghc-yesod-auth-dev (<< 1.4)
+  , 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
+Build-Depends-Indep: ghc-doc
+  , libghc-cryptohash-doc
+  , libghc-persistent-doc
+  , libghc-pwstore-fast-doc
+  , libghc-text-doc
+  , libghc-yesod-auth-doc
+  , libghc-yesod-core-doc
+  , libghc-yesod-form-doc
+  , libghc-yesod-persistent-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/yesod-auth-hashdb
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yesod-auth-hashdb
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yesod-auth-hashdb
+X-Description: HashDB authentication plugin for Yesod web framework
+ This package is the Yesod.Auth.HashDB plugin, originally included in
+ yesod-auth, but now modified to be more secure and placed in a
+ separate package.
+
+Package: libghc-yesod-auth-hashdb-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-hashdb-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-hashdb-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-hashdb/copyright new-haskell-yesod-auth-hashdb/copyright
--- old-haskell-yesod-auth-hashdb/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-hashdb/copyright	2014-12-09 18:04:00.366759015 +0000
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: yesod-auth-hashdb
+Upstream-Contact: Paul Rouse <pyr at doynton.org>
+Source: http://hackage.haskell.org/package/yesod-auth-hashdb
+
+Files: *
+Copyright: 2010 Patrick Brisbin
+           2014 Paul Rouse
+License: Expat
+
+Files: debian/*
+Copyright: 2014 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.
diff -rN -u old-haskell-yesod-auth-hashdb/rules new-haskell-yesod-auth-hashdb/rules
--- old-haskell-yesod-auth-hashdb/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-hashdb/rules	2014-12-09 18:04:00.366759015 +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-hashdb/source/format new-haskell-yesod-auth-hashdb/source/format
--- old-haskell-yesod-auth-hashdb/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-hashdb/source/format	2014-12-09 18:04:00.366759015 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-yesod-auth-hashdb/watch new-haskell-yesod-auth-hashdb/watch
--- old-haskell-yesod-auth-hashdb/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-hashdb/watch	2014-12-09 18:04:00.366759015 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/yesod-auth-hashdb/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list