[DHG_packages] 02/05: math-functions: Upgrading from 0.1.7.0 to 0.2.0.2
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:23:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 499bc45a33b2e7100380bfc7d950dc0ca1a3c4eb
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 7 21:34:21 2016 -0400
math-functions: Upgrading from 0.1.7.0 to 0.2.0.2
---
p/haskell-math-functions/debian/changelog | 6 ++--
p/haskell-math-functions/debian/control | 53 +++++++++++++++++++------------
2 files changed, 35 insertions(+), 24 deletions(-)
diff --git a/p/haskell-math-functions/debian/changelog b/p/haskell-math-functions/debian/changelog
index e4ebdfb..59eed65 100644
--- a/p/haskell-math-functions/debian/changelog
+++ b/p/haskell-math-functions/debian/changelog
@@ -1,8 +1,8 @@
-haskell-math-functions (0.1.7.0-2) UNRELEASED; urgency=medium
+haskell-math-functions (0.2.0.2-1) experimental; urgency=medium
- * Fix VCS fields
+ * New upstream version.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:46 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:20:27 -0400
haskell-math-functions (0.1.7.0-1) unstable; urgency=medium
diff --git a/p/haskell-math-functions/debian/control b/p/haskell-math-functions/debian/control
index 5b9918d..c0e6308 100644
--- a/p/haskell-math-functions/debian/control
+++ b/p/haskell-math-functions/debian/control
@@ -1,39 +1,43 @@
Source: haskell-math-functions
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Iulian Udrea <iulian at physics.org>
+Uploaders:
+ Iulian Udrea <iulian at physics.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-erf-dev (>= 2),
- libghc-erf-prof,
+ haskell-devscripts (>= 0.10),
libghc-primitive-dev,
libghc-primitive-prof,
libghc-vector-dev (>= 0.7),
libghc-vector-prof,
libghc-vector-th-unbox-dev,
libghc-vector-th-unbox-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-erf-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-primitive-doc,
libghc-vector-doc,
libghc-vector-th-unbox-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/bos/math-functions
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-math-functions
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-math-functions-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb}
This library provides implementations of special mathematical
functions and Chebyshev polynomials. These functions are often
@@ -43,11 +47,15 @@ Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb}
Package: libghc-math-functions-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb}
This library provides implementations of special mathematical
functions and Chebyshev polynomials. These functions are often
@@ -58,10 +66,13 @@ Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb}
Package: libghc-math-functions-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb}
This library provides implementations of special mathematical
functions and Chebyshev polynomials. These functions are often
--
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