[Git][haskell-team/DHG_packages][master] binary-orphans: Upgrading from 1.0.1 to 1.0.2

Clint Adams (@clint) gitlab at salsa.debian.org
Fri Jul 22 22:48:20 BST 2022



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


Commits:
79262590 by Clint Adams at 2022-07-22T17:47:46-04:00
binary-orphans: Upgrading from 1.0.1 to 1.0.2

- - - - -


5 changed files:

- p/haskell-binary-orphans/debian/changelog
- p/haskell-binary-orphans/debian/control
- p/haskell-binary-orphans/debian/copyright
- − p/haskell-binary-orphans/debian/patches/newer-deps
- p/haskell-binary-orphans/debian/patches/series


Changes:

=====================================
p/haskell-binary-orphans/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-binary-orphans (1.0.1-4) UNRELEASED; urgency=medium
+haskell-binary-orphans (1.0.2-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:32:03 +0300
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 22 Jul 2022 17:44:39 -0400
 
 haskell-binary-orphans (1.0.1-3) unstable; urgency=medium
 


=====================================
p/haskell-binary-orphans/debian/control
=====================================
@@ -6,11 +6,14 @@ Priority: optional
 Section: haskell
 Rules-Requires-Root: no
 Build-Depends:
+ haskell-devscripts (>= 0.13),
  cdbs,
  debhelper (>= 10),
  ghc (>= 8.4.3),
  ghc-prof,
- haskell-devscripts (>= 0.13),
+ libghc-onetuple-dev (>= 0.3),
+ libghc-onetuple-dev (<< 0.4),
+ libghc-onetuple-prof,
  libghc-quickcheck2-dev (>= 2.13.1),
  libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
@@ -21,12 +24,13 @@ Build-Depends:
  libghc-tagged-dev (<< 0.8.7),
  libghc-tagged-prof,
  libghc-tasty-dev (>= 0.10.1.2),
- libghc-tasty-dev (<< 1.3),
+ libghc-tasty-dev (<< 1.5),
  libghc-tasty-prof,
  libghc-tasty-quickcheck-dev (>= 0.8.3.2),
  libghc-tasty-quickcheck-dev (<< 0.11),
  libghc-tasty-quickcheck-prof,
 Build-Depends-Indep: ghc-doc,
+ libghc-onetuple-doc,
 Standards-Version: 4.6.1
 Homepage: https://hackage.haskell.org/package/binary-orphans
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-binary-orphans


=====================================
p/haskell-binary-orphans/debian/copyright
=====================================
@@ -5,15 +5,13 @@ Source: https://hackage.haskell.org/package/binary-orphans
 
 Files: *
 Copyright: 2015 Oleg Grenrus
-License: BSD3
+License: BSD-3-clause
 
 Files: debian/*
 Copyright: held by the contributors mentioned in debian/changelog
-License: BSD3
+License: BSD-3-clause
 
-License: BSD3
- All rights reserved.
- .
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .


=====================================
p/haskell-binary-orphans/debian/patches/newer-deps deleted
=====================================
@@ -1,31 +0,0 @@
---- a/binary-orphans.cabal
-+++ b/binary-orphans.cabal
-@@ -29,8 +29,8 @@
-   exposed-modules:  Data.Binary.Orphans
-   other-extensions: CPP
-   build-depends:
--      base          >=4.5     && <4.14
--    , binary        >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.7
-+      base          >=4.5     && <4.15
-+    , binary        >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.9
-     , transformers  >=0.3.0.0 && <0.7
- 
-   if !impl(ghc >=7.10)
-@@ -39,7 +39,7 @@
- 
-   if !impl(ghc >=8.0)
-     build-depends: fail ==4.9.*
--    build-depends: semigroups >=0.18.5 && <0.19.1
-+    build-depends: semigroups >=0.18.5 && <0.19.2
- 
- test-suite binary-orphans-test
-   default-language: Haskell2010
-@@ -51,7 +51,7 @@
-       base
-     , binary
-     , binary-orphans
--    , QuickCheck            >=2.13.1   && <2.14
-+    , QuickCheck            >=2.13.1   && <2.15
-     , quickcheck-instances  >=0.3.21   && <0.4
-     , tasty                 >=0.10.1.2 && <1.3
-     , tasty-quickcheck      >=0.8.3.2  && <0.11


=====================================
p/haskell-binary-orphans/debian/patches/series
=====================================
@@ -1,2 +1 @@
 setup-hs
-newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/79262590e534720f35491fcf1ee8e484c4a65f35
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/20220722/6de6ade1/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list