[DHG_packages] 49/204: double-conversion: Upgrading from 2.0.1.0+ds1 to 2.0.2.0
Clint Adams
clint at moszumanska.debian.org
Sun Jun 18 16:09:02 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 1e990d01441ff75a026141c2ef3e442cfd9529be
Author: Clint Adams <clint at debian.org>
Date: Sat Jun 17 14:12:14 2017 -0400
double-conversion: Upgrading from 2.0.1.0+ds1 to 2.0.2.0
---
p/haskell-double-conversion/debian/changelog | 6 ++++++
p/haskell-double-conversion/debian/control | 5 +++++
.../debian/patches/use-system-lib.diff | 14 +++++++++-----
3 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/p/haskell-double-conversion/debian/changelog b/p/haskell-double-conversion/debian/changelog
index 9e998a8..ee225e8 100644
--- a/p/haskell-double-conversion/debian/changelog
+++ b/p/haskell-double-conversion/debian/changelog
@@ -1,3 +1,9 @@
+haskell-double-conversion (2.0.2.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Sat, 17 Jun 2017 14:12:14 -0400
+
haskell-double-conversion (2.0.1.0+ds1-4) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-double-conversion/debian/control b/p/haskell-double-conversion/debian/control
index ffeda3b..3557c17 100644
--- a/p/haskell-double-conversion/debian/control
+++ b/p/haskell-double-conversion/debian/control
@@ -11,7 +11,12 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libdouble-conversion-dev,
+ libghc-text-dev (>= 0.11.0.8),
+ libghc-text-prof,
+ libstdc++-dev,
+ libghc-hunit-dev,
libghc-test-framework-dev,
+ libghc-test-framework-hunit-dev,
libghc-test-framework-quickcheck2-dev,
libghc-text-dev (>= 0.11.0.8),
libghc-text-prof,
diff --git a/p/haskell-double-conversion/debian/patches/use-system-lib.diff b/p/haskell-double-conversion/debian/patches/use-system-lib.diff
index 5c9a8fe..0bcbe8f 100644
--- a/p/haskell-double-conversion/debian/patches/use-system-lib.diff
+++ b/p/haskell-double-conversion/debian/patches/use-system-lib.diff
@@ -8,7 +8,7 @@
--- a/double-conversion.cabal
+++ b/double-conversion.cabal
-@@ -62,19 +62,12 @@
+@@ -62,14 +62,6 @@
library
c-sources:
cbits/hs-double-conversion.cc
@@ -21,10 +21,14 @@
- double-conversion/src/fixed-dtoa.cc
- double-conversion/src/strtod.cc
-- extra-libraries: stdc++
-+ extra-libraries:
-+ stdc++
-+ double-conversion
+ if os(windows)
+ if arch(x86_64)
+@@ -80,10 +72,9 @@
+ if os(darwin)
+ extra-libraries: c++
+ else
+- extra-libraries: stdc++
++ extra-libraries: stdc++ double-conversion
include-dirs:
- double-conversion/src
--
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