[Git][haskell-team/DHG_packages][master] 2 commits: dlist: Upgrading from 0.8.0.4 to 0.8.0.6

Clint Adams gitlab at salsa.debian.org
Sat Jul 27 16:08:08 BST 2019



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


Commits:
2c33e577 by Clint Adams at 2019-07-27T15:05:32Z
dlist: Upgrading from 0.8.0.4 to 0.8.0.6

- - - - -
3b30ac83 by Clint Adams at 2019-07-27T15:07:50Z
distributive: Upgrading from 0.5.3 to 0.6

- - - - -


7 changed files:

- p/haskell-distributive/debian/changelog
- p/haskell-distributive/debian/control
- − p/haskell-distributive/debian/patches/newer-deps-from-hackage
- − p/haskell-distributive/debian/patches/relax-doctest.patch
- − p/haskell-distributive/debian/patches/series
- p/haskell-distributive/debian/rules
- p/haskell-dlist/debian/changelog


Changes:

=====================================
p/haskell-distributive/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-distributive (0.5.3-6) UNRELEASED; urgency=medium
+haskell-distributive (0.6-1) unstable; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Add missing "Upstream-Name" field into "debian/copyright".
 
- -- Dmitry Bogatov <KAction at debian.org>  Thu, 16 May 2019 14:24:08 +0000
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 27 Jul 2019 11:05:40 -0400
 
 haskell-distributive (0.5.3-5) unstable; urgency=medium
 


=====================================
p/haskell-distributive/debian/control
=====================================
@@ -15,9 +15,6 @@ Build-Depends: debhelper (>= 10),
  libghc-tagged-dev (>= 0.7),
  libghc-tagged-dev (<< 1),
  libghc-tagged-prof,
- libghc-transformers-compat-dev (>= 0.3),
- libghc-transformers-compat-dev (<< 1),
- libghc-transformers-compat-prof,
  libghc-doctest-dev (>= 0.11.1),
  libghc-generic-deriving-dev (>= 1.11),
  libghc-generic-deriving-dev (<< 2),
@@ -26,7 +23,7 @@ Build-Depends: debhelper (>= 10),
 Build-Depends-Indep: ghc-doc,
  libghc-base-orphans-doc,
  libghc-tagged-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.4.0
 Homepage: http://github.com/ekmett/distributive/
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-distributive
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-distributive]


=====================================
p/haskell-distributive/debian/patches/newer-deps-from-hackage deleted
=====================================
@@ -1,29 +0,0 @@
---- a/distributive.cabal
-+++ b/distributive.cabal
-@@ -51,7 +51,7 @@
- library
-   build-depends:
-     base                >= 4   && < 5,
--    base-orphans        >= 0.5 && < 1,
-+    base-orphans        >= 0.5.2 && < 1,
-     transformers        >= 0.2 && < 0.6,
-     transformers-compat >= 0.3 && < 1
- 
-@@ -70,7 +70,7 @@
- 
-   if impl(ghc < 8.0)
-     if flag(semigroups)
--      build-depends: semigroups >= 0.11 && < 1
-+      build-depends: semigroups >= 0.13 && < 1
- 
-   if impl(ghc < 7.8)
-     hs-source-dirs: src-compat
-@@ -85,7 +85,7 @@
-   build-depends:
-     base      >= 4,
-     distributive,
--    doctest   >= 0.11.1 && <0.13
-+    doctest   >= 0.11.1 && <0.16
-   ghc-options: -Wall -threaded
-   hs-source-dirs: tests
- 


=====================================
p/haskell-distributive/debian/patches/relax-doctest.patch deleted
=====================================
@@ -1,13 +0,0 @@
-Origin: upstream
-
---- haskell-distributive-0.5.3.orig/distributive.cabal
-+++ haskell-distributive-0.5.3/distributive.cabal
-@@ -85,7 +85,7 @@ test-suite doctests
-   build-depends:
-     base      >= 4,
-     distributive,
--    doctest   >= 0.11.1 && <0.16
-+    doctest   >= 0.11.1 && <0.17
-   ghc-options: -Wall -threaded
-   hs-source-dirs: tests
- 


=====================================
p/haskell-distributive/debian/patches/series deleted
=====================================
@@ -1,2 +0,0 @@
-newer-deps-from-hackage
-relax-doctest.patch


=====================================
p/haskell-distributive/debian/rules
=====================================
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-# disabled until we have doctest 0.12
-DEB_ENABLE_TESTS = no
+DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-dlist/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-dlist (0.8.0.4-4) UNRELEASED; urgency=medium
+haskell-dlist (0.8.0.6-1) unstable; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Add missing "Upstream-Name" field into "debian/copyright".
 
- -- Dmitry Bogatov <KAction at debian.org>  Thu, 16 May 2019 14:24:09 +0000
+  [ Clint Adams ]
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sat, 27 Jul 2019 11:05:32 -0400
 
 haskell-dlist (0.8.0.4-3) unstable; urgency=medium
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/5e53a13ef90236aada84378f60bb2c5329c68b68...3b30ac83d6047a2d2c1231e80188aa9bcb43088d

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/5e53a13ef90236aada84378f60bb2c5329c68b68...3b30ac83d6047a2d2c1231e80188aa9bcb43088d
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/20190727/6d2659be/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list