summaryrefslogtreecommitdiff
path: root/p/haskell-math-functions
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-07 21:34:21 -0400
committerClint Adams <clint@debian.org>2016-10-17 01:20:36 -0400
commit499bc45a33b2e7100380bfc7d950dc0ca1a3c4eb (patch)
tree5a0a52d894d68d75e3ca64a7196a19d787b99cf1 /p/haskell-math-functions
parent5e9505faae3ad760d73da8790512e55634f8b406 (diff)
downloadDHG_packages-499bc45a33b2e7100380bfc7d950dc0ca1a3c4eb.tar.gz
math-functions: Upgrading from 0.1.7.0 to 0.2.0.2
Diffstat (limited to 'p/haskell-math-functions')
-rw-r--r--p/haskell-math-functions/debian/changelog6
-rw-r--r--p/haskell-math-functions/debian/control53
2 files changed, 35 insertions, 24 deletions
diff --git a/p/haskell-math-functions/debian/changelog b/p/haskell-math-functions/debian/changelog
index e4ebdfbc1..59eed657e 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@debian.org> Thu, 02 Jun 2016 19:12:46 +0200
+ -- Clint Adams <clint@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 5b9918d96..c0e630851 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@lists.alioth.debian.org>
-Uploaders: Iulian Udrea <iulian@physics.org>
+Uploaders:
+ Iulian Udrea <iulian@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