[DHG_packages] 01/01: Fix upper bound on vector build-dependency. closes: #877463.

Clint Adams clint at moszumanska.debian.org
Mon Oct 2 21:57:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 09097648818ea628d6a45c9bbbe29138b05997cd
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 2 17:56:31 2017 -0400

    Fix upper bound on vector build-dependency.  closes: #877463.
---
 p/haskell-vector-algorithms/debian/changelog | 9 +++++++--
 p/haskell-vector-algorithms/debian/control   | 4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/p/haskell-vector-algorithms/debian/changelog b/p/haskell-vector-algorithms/debian/changelog
index 5f51c93..aba5a83 100644
--- a/p/haskell-vector-algorithms/debian/changelog
+++ b/p/haskell-vector-algorithms/debian/changelog
@@ -1,7 +1,12 @@
+haskell-vector-algorithms (0.7.0.1-7) unstable; urgency=medium
+
+  * Fix upper bound on vector build-dependency.  closes: #877463.
+
+ -- Clint Adams <clint at debian.org>  Mon, 02 Oct 2017 17:54:21 -0400
+
 haskell-vector-algorithms (0.7.0.1-6) unstable; urgency=medium
 
-  * Team upload.
-  * fix test build with upstream patch
+  * Fix test build with upstream patch
 
  -- Clint Adams <clint at debian.org>  Wed, 21 Jun 2017 08:34:47 +0200
 
diff --git a/p/haskell-vector-algorithms/debian/control b/p/haskell-vector-algorithms/debian/control
index 5719ca8..202ca7b 100644
--- a/p/haskell-vector-algorithms/debian/control
+++ b/p/haskell-vector-algorithms/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
  libghc-primitive-dev (<< 0.7),
  libghc-primitive-prof,
  libghc-vector-dev (>= 0.6),
- libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (<< 0.13),
  libghc-vector-prof,
  libghc-mtl-dev,
  libghc-mwc-random-dev,
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 9),
 Build-Depends-Indep: ghc-doc,
  libghc-primitive-doc,
  libghc-vector-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Homepage: http://code.haskell.org/~dolio/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-vector-algorithms
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git

-- 
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