[Git][haskell-team/DHG_packages][master] jwt: Upgrading from 0.10.0 to 0.11.0
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sun Aug 7 08:43:11 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e5dbd5fc by Ilias Tsitsimpis at 2022-08-07T10:41:38+03:00
jwt: Upgrading from 0.10.0 to 0.11.0
- - - - -
3 changed files:
- p/haskell-jwt/debian/changelog
- p/haskell-jwt/debian/control
- p/haskell-jwt/debian/rules
Changes:
=====================================
p/haskell-jwt/debian/changelog
=====================================
@@ -1,9 +1,11 @@
-haskell-jwt (0.10.0-2) UNRELEASED; urgency=medium
+haskell-jwt (0.11.0-1) unstable; urgency=medium
+ * New upstream release
* Declare compliance with Debian policy 4.6.1
* Remove retired developer, Joachim Breitner, from Uploaders.
+ * Update homepage (Closes: #982492)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:38 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 07 Aug 2022 10:29:05 +0300
haskell-jwt (0.10.0-1) unstable; urgency=medium
=====================================
p/haskell-jwt/debian/control
=====================================
@@ -11,33 +11,22 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-aeson-dev,
libghc-aeson-dev (>= 0.7),
libghc-aeson-prof,
- libghc-cryptonite-dev,
libghc-cryptonite-dev (>= 0.6),
libghc-cryptonite-prof,
- libghc-doctest-dev (>= 0.9.11),
+ libghc-cryptostore-dev (>= 0.2),
+ libghc-cryptostore-prof,
libghc-http-types-dev (>= 0.8),
libghc-http-types-prof,
- libghc-hunit-dev,
- libghc-lens-aeson-dev,
- libghc-lens-dev,
- libghc-memory-dev,
libghc-memory-dev (>= 0.8),
libghc-memory-prof,
libghc-network-uri-dev,
libghc-network-uri-prof,
- libghc-quickcheck2-dev (>= 2.4.0.1),
libghc-scientific-dev (>= 0.2),
libghc-scientific-prof,
libghc-semigroups-dev (>= 0.15.4),
libghc-semigroups-prof,
- libghc-tasty-dev (>= 0.7),
- libghc-tasty-hunit-dev (>= 0.4),
- libghc-tasty-quickcheck-dev (>= 0.3),
- libghc-tasty-th-dev (>= 0.1),
- libghc-unordered-containers-dev,
libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-prof,
libghc-vector-dev (>= 0.7.1),
@@ -49,6 +38,7 @@ Build-Depends:
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-cryptonite-doc,
+ libghc-cryptostore-doc,
libghc-http-types-doc,
libghc-memory-doc,
libghc-network-uri-doc,
@@ -59,7 +49,7 @@ Build-Depends-Indep: ghc-doc,
libghc-x509-doc,
libghc-x509-store-doc,
Standards-Version: 4.6.1
-Homepage: https://bitbucket.org/ssaasen/haskell-jwt
+Homepage: https://github.com/puffnfresh/haskell-jwt
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-jwt
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-jwt]
X-Description: JSON Web Token (JWT) decoding and encoding
=====================================
p/haskell-jwt/debian/rules
=====================================
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
+# Disable tests, since they require doctest >= 20
+DEB_ENABLE_TESTS = no
ifeq (s390x,$(DEB_HOST_ARCH))
DEB_ENABLE_TESTS = no
-else
- DEB_ENABLE_TESTS = yes
endif
DEB_CABAL_PACKAGE = jwt
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e5dbd5fccf01bbf6a5307d81620680ed4d5401c3
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e5dbd5fccf01bbf6a5307d81620680ed4d5401c3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220807/c5d50910/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list