[polyml] 01/01: Added file dependency (required by polyc)

James Clarke jrtc27-guest at moszumanska.debian.org
Mon Oct 19 22:44: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 6141b8c9355faf92cb6b73cc3ee315bf274e9c71
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Mon Oct 19 23:20:09 2015 +0100

    Added file dependency (required by polyc)
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bb67b39..e6fa25f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ polyml (5.5.2-3) UNRELEASED; urgency=low
 
   * Team upload.
   * Backport upstream's arm64 support (Closes: #802341)
+  * Added file dependency (required by polyc)
 
  -- James Clarke <jrtc27 at jrtc27.com>  Mon, 19 Oct 2015 18:10:36 +0100
 
diff --git a/debian/control b/debian/control
index bf8e99f..b344095 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Standards-Version: 3.9.6
 Package: polyml
 Architecture: any
 Multi-Arch: foreign
-Depends: gcc, libffi-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: file, 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