[DHG_packages] 05/05: numbers: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:29:36 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 4758e94a65481cd53dfa8fe8ec3e39009b69b3a4
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:28:16 2016 -0400
numbers: build with ghc 8 in experimental
---
p/haskell-numbers/debian/changelog | 8 +++---
p/haskell-numbers/debian/control | 52 ++++++++++++++++++++++++--------------
p/haskell-numbers/debian/copyright | 2 +-
3 files changed, 38 insertions(+), 24 deletions(-)
diff --git a/p/haskell-numbers/debian/changelog b/p/haskell-numbers/debian/changelog
index 227d7a9..f07f37f 100644
--- a/p/haskell-numbers/debian/changelog
+++ b/p/haskell-numbers/debian/changelog
@@ -1,14 +1,14 @@
-haskell-numbers (3000.2.0.1-5) UNRELEASED; urgency=medium
+haskell-numbers (3000.2.0.1-5) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:52 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:28:09 -0400
haskell-numbers (3000.2.0.1-4) unstable; urgency=medium
diff --git a/p/haskell-numbers/debian/control b/p/haskell-numbers/debian/control
index 8a3a1da..2597289 100644
--- a/p/haskell-numbers/debian/control
+++ b/p/haskell-numbers/debian/control
@@ -1,31 +1,38 @@
Source: haskell-numbers
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-quickcheck2-dev (>= 2),
+ haskell-devscripts (>= 0.10),
libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-dev (>= 2),
libghc-test-framework-dev (>= 0.6),
libghc-test-framework-quickcheck2-dev (>= 0.2),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/jwiegley/numbers#readme
-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-numbers
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-numbers-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: Various number types${haskell:ShortBlurb}
It contains instances of the numerical classes for a variety of
different numbers: (computable) real numbers, arbitrary precision fixed
@@ -36,11 +43,15 @@ Description: Various number types${haskell:ShortBlurb}
Package: libghc-numbers-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: Various number types${haskell:ShortBlurb}
It contains instances of the numerical classes for a variety of
different numbers: (computable) real numbers, arbitrary precision fixed
@@ -52,10 +63,13 @@ Description: Various number types${haskell:ShortBlurb}
Package: libghc-numbers-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: Various number types${haskell:ShortBlurb}
It contains instances of the numerical classes for a variety of
different numbers: (computable) real numbers, arbitrary precision fixed
diff --git a/p/haskell-numbers/debian/copyright b/p/haskell-numbers/debian/copyright
index 4af39ee..8815b06 100644
--- a/p/haskell-numbers/debian/copyright
+++ b/p/haskell-numbers/debian/copyright
@@ -43,4 +43,4 @@ License: BSD-3-clause
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
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