[DHG_packages] 01/01: ghc: Tighten build-depends on llvm-3.5, to pull in backported version
Joachim Breitner
nomeata at moszumanska.debian.org
Thu Jan 28 11:54:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch jessie-backports
in repository DHG_packages.
commit 4fab6662ae7bef4d07e3efbd22469b5b6a11d400
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Jan 28 12:53:31 2016 +0100
ghc: Tighten build-depends on llvm-3.5, to pull in backported version
---
p/ghc/debian/changelog | 6 ++++++
p/ghc/debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/p/ghc/debian/changelog b/p/ghc/debian/changelog
index 0913f48..79774ef 100644
--- a/p/ghc/debian/changelog
+++ b/p/ghc/debian/changelog
@@ -1,3 +1,9 @@
+ghc (7.10.3-6~bpo8+2) jessie-backports; urgency=medium
+
+ * Tighten build-depends on llvm-3.5, to pull in backported version
+
+ -- Joachim Breitner <nomeata at debian.org> Thu, 28 Jan 2016 12:53:00 +0100
+
ghc (7.10.3-6~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
diff --git a/p/ghc/debian/control b/p/ghc/debian/control
index a30ec0c..a7546b6 100644
--- a/p/ghc/debian/control
+++ b/p/ghc/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
pkg-config,
ghc (>= 7.8),
libgmp-dev,
- llvm-3.5 [arm64 armel armhf],
+ llvm-3.5 (>= 1:3.5.1~) [arm64 armel armhf],
libffi-dev,
binutils [arm64 armel armhf],
libncurses5-dev,
@@ -33,7 +33,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
Package: ghc
Architecture: any
Depends:
- llvm-3.5 [arm64 armel armhf],
+ llvm-3.5 (>= 1:3.5.1~) [arm64 armel armhf],
gcc,
libgmp-dev,
libffi-dev,
--
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