[SCM] Git Repository for packaging Poly/ML (http://www.polyml.org) branch, master, updated. debian/5.2-3-32-g0e68cf4

Achim D. Brucker brucker at member.fsf.org
Tue Dec 29 22:39:17 UTC 2009


The following commit has been merged in the master branch:
commit 0e68cf44c200021792674eb1499bb684636c400e
Author: Achim D. Brucker <brucker at member.fsf.org>
Date:   Tue Dec 29 23:35:54 2009 +0100

    bumped standards version to 3.8.3 and added  dependency

diff --git a/debian/control b/debian/control
index b9dccc2..a1f8085 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,11 @@ Vcs-Git: git://git.debian.org/git/debian-science/packages/polyml.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/polyml.git
 Homepage: http://www.polyml.org
 Build-Depends: debhelper (>= 6), autotools-dev
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 
 Package: polyml
 Architecture: i386 sparc powerpc amd64 armel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: interpreter and interactive compiler for the Standard ML programming language
  Poly/ML is an implementation of the Standard ML programming language
  Standard ML is a general-purpose, modular, type-safe, strict,
@@ -25,7 +25,7 @@ Description: interpreter and interactive compiler for the Standard ML programmin
 Package: libpolyml-dev
 Section: libdevel
 Architecture: i386 sparc powerpc amd64 armel
-Depends: libpolyml1 (= ${binary:Version})
+Depends: libpolyml1 (= ${binary:Version}), ${misc:Depends}
 Description: development files for Poly/ML, a compiler for the Standard ML 
  Poly/ML is an implementation of the Standard ML programming language
  Standard ML is a general-purpose, modular, type-safe, strict,
@@ -39,7 +39,7 @@ Description: development files for Poly/ML, a compiler for the Standard ML
 Package: libpolyml1
 Section: libs
 Architecture: i386 sparc powerpc amd64 armel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: runtime files for Poly/ML, a compiler for the Standard ML 
  Poly/ML is an implementation of the Standard ML programming language
  Standard ML is a general-purpose, modular, type-safe, strict,

-- 
Git Repository for packaging Poly/ML (http://www.polyml.org)



More information about the debian-science-commits mailing list