[polyml] 03/05: Run wrap-and-sort -ast

James Clarke jrtc27 at moszumanska.debian.org
Sun Jan 15 00:40:55 UTC 2017


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

jrtc27 pushed a commit to branch master
in repository polyml.

commit b5d10706bb8b11bd81043d81c12828ded2f50996
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Fri Jan 6 12:29:34 2017 +0000

    Run wrap-and-sort -ast
---
 debian/control | 28 +++++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 4ed34ac..af0f246 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,28 @@ Source: polyml
 Section: interpreters
 Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: James Clarke <jrtc27 at debian.org>
+Uploaders:
+ James Clarke <jrtc27 at debian.org>,
 Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/polyml.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/polyml.git
 Homepage: http://www.polyml.org
-Build-Depends: debhelper (>= 10), dh-autoreconf, libffi-dev, libltdl-dev
+Build-Depends:
+ debhelper (>= 10),
+ dh-autoreconf,
+ libffi-dev,
+ libltdl-dev,
 Standards-Version: 3.9.8
 Testsuite: autopkgtest
 
 Package: polyml
 Architecture: any
 Multi-Arch: foreign
-Depends: file, g++, libffi-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ file,
+ g++,
+ libffi-dev,
+ ${misc:Depends},
+ ${shlibs: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,
@@ -23,12 +33,13 @@ Description: interpreter and interactive compiler for Standard ML
  .
  This package provides the top-level interpreter and compiler.
 
-
 Package: libpolyml-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libpolyml7 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libpolyml7 (= ${binary:Version}),
+ ${misc:Depends},
 Description: development files for Poly/ML, a 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,
@@ -43,8 +54,11 @@ Package: libpolyml7
 Section: libs
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
 Description: runtime files for Poly/ML, a 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