[DHG_packages] 10/18: binary-orphans: Upgrading from 0.1.4.0 to 0.1.5.0
Clint Adams
clint at moszumanska.debian.org
Tue Jul 12 20:31:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit bc74d50d2a5708e0ca23bfed7d92a52ebe762ed7
Author: Clint Adams <clint at debian.org>
Date: Tue Jul 12 16:14:20 2016 -0400
binary-orphans: Upgrading from 0.1.4.0 to 0.1.5.0
---
p/haskell-binary-orphans/debian/changelog | 6 ++++
p/haskell-binary-orphans/debian/control | 6 +++-
.../debian/patches/new-metadata-from-hackage | 42 ----------------------
p/haskell-binary-orphans/debian/patches/series | 1 -
4 files changed, 11 insertions(+), 44 deletions(-)
diff --git a/p/haskell-binary-orphans/debian/changelog b/p/haskell-binary-orphans/debian/changelog
index 823120a..2ad4ac8 100644
--- a/p/haskell-binary-orphans/debian/changelog
+++ b/p/haskell-binary-orphans/debian/changelog
@@ -1,3 +1,9 @@
+haskell-binary-orphans (0.1.5.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Tue, 12 Jul 2016 16:14:20 -0400
+
haskell-binary-orphans (0.1.4.0-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-binary-orphans/debian/control b/p/haskell-binary-orphans/debian/control
index 0c482dd..5468800 100644
--- a/p/haskell-binary-orphans/debian/control
+++ b/p/haskell-binary-orphans/debian/control
@@ -11,6 +11,9 @@ Build-Depends: debhelper (>= 9),
libghc-aeson-dev (>= 0.7.0.6),
libghc-aeson-dev (<< 0.11.3),
libghc-aeson-prof,
+ libghc-case-insensitive-dev (>= 1.2.0.4),
+ libghc-case-insensitive-dev (<< 1.2.1),
+ libghc-case-insensitive-prof,
libghc-hashable-dev (>= 1.2.3.3),
libghc-hashable-dev (<< 1.3),
libghc-hashable-prof,
@@ -39,13 +42,14 @@ Build-Depends: debhelper (>= 9),
libghc-vector-binary-instances-dev (<< 0.3),
libghc-vector-binary-instances-prof,
libghc-quickcheck-instances-dev (>= 0.3.11),
- libghc-quickcheck-instances-dev (<< 0.4),
+ libghc-quickcheck-instances-dev (<< 0.3.13),
libghc-tasty-dev (>= 0.10.1.2),
libghc-tasty-dev (<< 0.12),
libghc-tasty-quickcheck-dev (>= 0.8.3.2),
libghc-tasty-quickcheck-dev (<< 0.9),
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
+ libghc-case-insensitive-doc,
libghc-hashable-doc,
libghc-scientific-doc,
libghc-semigroups-doc,
diff --git a/p/haskell-binary-orphans/debian/patches/new-metadata-from-hackage b/p/haskell-binary-orphans/debian/patches/new-metadata-from-hackage
deleted file mode 100644
index b886b74..0000000
--- a/p/haskell-binary-orphans/debian/patches/new-metadata-from-hackage
+++ /dev/null
@@ -1,42 +0,0 @@
-Index: haskell-binary-orphans/binary-orphans.cabal
-===================================================================
---- haskell-binary-orphans.orig/binary-orphans.cabal 2016-01-25 07:06:12.000000000 +0100
-+++ haskell-binary-orphans/binary-orphans.cabal 2016-06-01 09:41:20.916924738 +0200
-@@ -30,13 +30,13 @@
- src
- ghc-options: -Wall -fno-warn-orphans
- build-depends:
-- base >=4.6.0.1 && <4.9
-- , aeson >=0.7.0.6 && <0.10.1
-- , binary >=0.5.1.1 && <0.8.1
-+ base >=4.6.0.1 && <4.10
-+ , aeson >=0.7.0.6 && <0.11.3
-+ , binary >=0.5.1.1 && <0.8.4
- , hashable >=1.2.3.3 && <1.3
- , scientific >=0.3.3.8 && <0.4
-- , semigroups >=0.16.2.2 && <0.18.1
-- , tagged >=0.7.3 && <0.8.3
-+ , semigroups >=0.16.2.2 && <0.18.2
-+ , tagged >=0.7.3 && <0.8.5
- , text >=1.2.0.6 && <1.3
- , time >=1.4.0.1 && <1.6.1
- , unordered-containers >=0.2.5.1 && <0.3
-@@ -54,13 +54,13 @@
- test
- ghc-options: -Wall -fno-warn-orphans
- build-depends:
-- base >=4.6.0.1 && <4.9
-- , aeson >=0.7.0.6 && <0.10.1
-- , binary >=0.5.1.1 && <0.8.1
-+ base >=4.6.0.1 && <4.10
-+ , aeson >=0.7.0.6 && <0.11.3
-+ , binary >=0.5.1.1 && <0.8.4
- , hashable >=1.2.3.3 && <1.3
- , scientific >=0.3.3.8 && <0.4
-- , semigroups >=0.16.2.2 && <0.18.1
-- , tagged >=0.7.3 && <0.8.3
-+ , semigroups >=0.16.2.2 && <0.18.2
-+ , tagged >=0.7.3 && <0.8.5
- , text >=1.2.0.6 && <1.3
- , time >=1.4.0.1 && <1.6.1
- , unordered-containers >=0.2.5.1 && <0.3
diff --git a/p/haskell-binary-orphans/debian/patches/series b/p/haskell-binary-orphans/debian/patches/series
deleted file mode 100644
index 0131f75..0000000
--- a/p/haskell-binary-orphans/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-new-metadata-from-hackage
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list