[polyml] 01/02: Make poly depend on g++, not gcc

James Clarke jrtc27-guest at moszumanska.debian.org
Mon May 16 15:33:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

jrtc27-guest pushed a commit to branch master
in repository polyml.

commit 5d7c13ff65eb7797920430ed1566b2d034d99cb6
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Tue Apr 26 11:21:28 2016 +0100

    Make poly depend on g++, not gcc
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6ab34b7..e622726 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+polyml (5.6-7) UNRELEASED; urgency=low
+
+  * Make poly depend on g++, not gcc, as CXX is used by polyc, not CC. Fixes
+    the upstream-polyc autopkgtest failure.
+
+ -- James Clarke <jrtc27 at jrtc27.com>  Tue, 26 Apr 2016 11:19:38 +0100
+
 polyml (5.6-6) unstable; urgency=medium
 
   * Added autopkgtest support for upstream's test suite
diff --git a/debian/control b/debian/control
index 3a82bb9..b3a2563 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Testsuite: autopkgtest
 Package: polyml
 Architecture: any
 Multi-Arch: foreign
-Depends: file, gcc, libffi-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: file, g++, libffi-dev, ${shlibs:Depends}, ${misc:Depends}
 Description: interpreter and interactive compiler for Standard ML
  Poly/ML is an implementation of the Standard ML programming language
  Standard ML is a general-purpose, modular, type-safe, strict,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/polyml.git



More information about the debian-science-commits mailing list