[Pkg-haskell-commits] darcs: haskell-jwt: Initial check-in
Joachim Breitner
mail at joachim-breitner.de
Mon Jun 29 14:42:24 UTC 2015
Mon Jun 29 14:42:13 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Mon Jun 29 14:42:13 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Initial check-in
diff -rN -u old-haskell-jwt/changelog new-haskell-jwt/changelog
--- old-haskell-jwt/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-jwt/changelog 2015-06-29 14:42:24.325162311 +0000
@@ -0,0 +1,5 @@
+haskell-jwt (0.6.0-1) UNRELEASED; urgency=low
+
+ * Initial release
+
+ -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> Mon, 29 Jun 2015 16:39:05 +0200
diff -rN -u old-haskell-jwt/compat new-haskell-jwt/compat
--- old-haskell-jwt/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-jwt/compat 2015-06-29 14:42:24.329162313 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-jwt/control new-haskell-jwt/control
--- old-haskell-jwt/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-jwt/control 2015-06-29 14:42:24.329162313 +0000
@@ -0,0 +1,103 @@
+Source: haskell-jwt
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-cryptohash-dev (>= 0.11),
+ libghc-cryptohash-prof,
+ libghc-base64-bytestring-dev (>= 1.0),
+ libghc-base64-bytestring-prof,
+ libghc-text-dev (>= 0.11),
+ libghc-text-prof,
+ libghc-aeson-dev (>= 0.7),
+ libghc-aeson-prof,
+ libghc-unordered-containers-dev (>= 0.2),
+ libghc-unordered-containers-prof,
+ libghc-scientific-dev (>= 0.2),
+ libghc-scientific-prof,
+ libghc-data-default-dev (>= 0.5),
+ libghc-data-default-prof,
+ libghc-http-types-dev (>= 0.8),
+ libghc-http-types-prof,
+ libghc-vector-dev (>= 0.7.1),
+ libghc-vector-prof,
+ libghc-semigroups-dev (>= 0.15.4),
+ libghc-semigroups-prof,
+ libghc-network-dev (>= 2.6),
+ libghc-network-prof,
+ libghc-network-uri-dev (>= 2.6),
+ libghc-network-uri-prof,
+ libghc-hunit-dev,
+ libghc-quickcheck2-dev (>= 2.4.0.1),
+ libghc-lens-dev,
+ libghc-lens-aeson-dev,
+ libghc-tasty-dev (>= 0.7),
+ libghc-tasty-hunit-dev (>= 0.4),
+ libghc-tasty-quickcheck-dev (>= 0.3),
+ libghc-tasty-th-dev (>= 0.1),
+Build-Depends-Indep: ghc-doc,
+ libghc-cryptohash-doc,
+ libghc-base64-bytestring-doc,
+ libghc-text-doc,
+ libghc-aeson-doc,
+ libghc-unordered-containers-doc,
+ libghc-scientific-doc,
+ libghc-data-default-doc,
+ libghc-http-types-doc,
+ libghc-vector-doc,
+ libghc-semigroups-doc,
+ libghc-network-doc,
+ libghc-network-uri-doc,
+Standards-Version: 3.9.6
+Homepage: https://bitbucket.org/ssaasen/haskell-jwt
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-jwt
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-jwt
+X-Description: JSON Web Token (JWT) decoding and encoding
+ JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties.
+ .
+ To get started, see the documentation for the "Web.JWT" module.
+
+Package: libghc-jwt-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-jwt-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-jwt-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-jwt/copyright new-haskell-jwt/copyright
--- old-haskell-jwt/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-jwt/copyright 2015-06-29 14:42:24.329162313 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jwt
+Upstream-Contact: stefan at saasen.me
+Source: https://hackage.haskell.org/package/jwt
+
+Files: *
+Copyright: 2014 Stefan Saasen
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+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-jwt/rules new-haskell-jwt/rules
--- old-haskell-jwt/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-jwt/rules 2015-06-29 14:42:24.329162313 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = jwt
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-jwt/source/format new-haskell-jwt/source/format
--- old-haskell-jwt/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-jwt/source/format 2015-06-29 14:42:24.329162313 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-jwt/watch new-haskell-jwt/watch
--- old-haskell-jwt/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-jwt/watch 2015-06-29 14:42:24.329162313 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/jwt/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list