[Git][haskell-team/DHG_packages][master] uuid: Upgrading from 1.3.13 to 1.3.15

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Jul 4 03:05:30 BST 2022



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
5d1c0d50 by Clint Adams at 2022-07-03T22:03:32-04:00
uuid: Upgrading from 1.3.13 to 1.3.15

- - - - -


4 changed files:

- p/haskell-uuid/debian/changelog
- p/haskell-uuid/debian/control
- − p/haskell-uuid/debian/patches/newer-deps
- − p/haskell-uuid/debian/patches/series


Changes:

=====================================
p/haskell-uuid/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-uuid (1.3.13-10) UNRELEASED; urgency=medium
+haskell-uuid (1.3.15-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:20 +0300
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sun, 03 Jul 2022 22:02:39 -0400
 
 haskell-uuid (1.3.13-9) unstable; urgency=medium
 


=====================================
p/haskell-uuid/debian/control
=====================================
@@ -23,17 +23,25 @@ Build-Depends:
  libghc-network-info-dev (>= 0.2),
  libghc-network-info-dev (<< 0.3),
  libghc-network-info-prof,
- libghc-quickcheck2-dev (>= 2.4),
- libghc-random-dev (<< 1.2),
- libghc-random-dev (>= 1.0.1),
+ libghc-random-dev (>= 1.1),
+ libghc-random-dev (<< 1.3),
  libghc-random-prof,
- libghc-hunit-dev (>= 1.2),
- libghc-tasty-dev (>= 0.10),
- libghc-tasty-hunit-dev (>= 0.9),
- libghc-tasty-quickcheck-dev (>= 0.8),
- libghc-uuid-types-dev (<< 2),
- libghc-uuid-types-dev (>= 1.0.2),
+ libghc-uuid-types-dev (>= 1.0.5),
+ libghc-uuid-types-dev (<< 1.0.6),
  libghc-uuid-types-prof,
+ libghc-quickcheck2-dev (>= 2.14.2),
+ libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-prof,
+ libghc-random-dev,
+ libghc-tasty-dev (>= 1.4.0.1),
+ libghc-tasty-dev (<< 1.5),
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev (>= 0.10),
+ libghc-tasty-hunit-dev (<< 0.11),
+ libghc-tasty-hunit-prof,
+ libghc-tasty-quickcheck-dev (>= 0.10),
+ libghc-tasty-quickcheck-dev (<< 0.11),
+ libghc-tasty-quickcheck-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-cryptohash-md5-doc,
  libghc-cryptohash-sha1-doc,
@@ -42,7 +50,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-random-doc,
  libghc-uuid-types-doc,
 Standards-Version: 4.6.1
-Homepage: https://github.com/hvr/uuid
+Homepage: https://github.com/haskell-hvr/uuid
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-uuid
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-uuid]
 


=====================================
p/haskell-uuid/debian/patches/newer-deps deleted
=====================================
@@ -1,40 +0,0 @@
---- a/uuid.cabal
-+++ b/uuid.cabal
-@@ -1,5 +1,6 @@
- Name: uuid
- Version: 1.3.13
-+x-revision: 3
- Copyright: (c) 2008-2014 Antoine Latter
- Author: Antoine Latter
- Maintainer: hvr at gnu.org
-@@ -34,10 +35,10 @@
-                        bytestring      >= 0.10     && < 0.11,
-                        cryptohash-sha1 >= 0.11.100 && < 0.12,
-                        cryptohash-md5  >= 0.11.100 && < 0.12,
--                       entropy         >= 0.3.7    && < 0.4,
-+                       entropy         >= 0.3.7    && < 0.5,
-                        network-info    == 0.2.*,
-                        random          >= 1.0.1    && < 1.2,
--                       time            >= 1.1      && < 1.8,
-+                       time            >= 1.1      && < 1.10,
-                        text            >= 1        && < 1.3,
-                        uuid-types      >= 1.0.2    && < 2
- 
-@@ -69,12 +70,12 @@
-     Build-Depends:     uuid
-     Build-Depends:     base             >= 4.3   && < 5,
-                        bytestring       >= 0.9   && < 0.11,
--                       HUnit            >= 1.2   && < 1.4,
--                       QuickCheck       >= 2.4   && < 2.10,
-+                       HUnit            >= 1.2,
-+                       QuickCheck       >= 2.4,
-                        random           >= 1.0.1 && < 1.2,
--                       tasty            >= 0.10  && < 0.12,
--                       tasty-hunit      == 0.9.*,
--                       tasty-quickcheck == 0.8.*
-+                       tasty            >= 0.10,
-+                       tasty-hunit      >= 0.9,
-+                       tasty-quickcheck >= 0.8
- 
- benchmark benchmark
-     Type:              exitcode-stdio-1.0


=====================================
p/haskell-uuid/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5d1c0d50e747c60a70c725d620b73ff2c8dc1bda

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5d1c0d50e747c60a70c725d620b73ff2c8dc1bda
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/20220704/0f794022/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list