[polyml] 09/10: Added gcc and libffi-dev dependencies

James Clarke jrtc27-guest at moszumanska.debian.org
Sat Oct 17 15:14:21 UTC 2015


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

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

commit 1cf61853b4c29ea1d0f142d66ca697ce4e4e4e92
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Sat Oct 17 15:14:28 2015 +0100

    Added gcc and libffi-dev dependencies
    
    When compiling with polyc, it links the output (using gcc) against
    libffi, so the -dev package is required, not just the normal shared
    library package.
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index edbc60b..e17310a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ polyml (5.5.2-2) UNRELEASED; urgency=low
 
   * Team upload.
   * Enable all hardening flags (currently adds -fPIE, -pie and -Wl,-z,now)
+  * Added gcc dependency (required by polyc)
+  * Added libffi-dev dependency so polyc can link compiled code against it
 
  -- James Clarke <jrtc27 at jrtc27.com>  Sat, 17 Oct 2015 10:38:54 +0100
 
diff --git a/debian/control b/debian/control
index ee46ada..bf8e99f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Standards-Version: 3.9.6
 Package: polyml
 Architecture: any
 Multi-Arch: foreign
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: gcc, 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