[gluegen2] 01/07: Wrap and sort

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Aug 4 11:03:05 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository gluegen2.

commit 69c5f061c816f9c591dd025f25907dc78de982e7
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Aug 4 11:30:48 2016 +0200

    Wrap and sort
---
 debian/control | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 15c3a4a..170c278 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,18 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Build-Depends: debhelper (>= 9), cdbs, quilt, default-jdk (>= 2:1.6),
- ant, junit4, ant-contrib-cpptasks, ant-optional, libantlr-java,
- ant-contrib, libjsr305-java
+Build-Depends:
+ ant,
+ ant-contrib,
+ ant-contrib-cpptasks,
+ ant-optional,
+ cdbs,
+ debhelper (>= 9),
+ default-jdk (>= 2:1.6),
+ junit4,
+ libantlr-java,
+ libjsr305-java,
+ quilt
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-java/gluegen2.git
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/gluegen2.git
@@ -14,7 +23,10 @@ Homepage: http://jogamp.org
 Package: libgluegen2-rt-java
 Architecture: all
 Suggests: libgluegen2-doc
-Depends: ${misc:Depends}, antlr, libgluegen2-jni (>= ${source:Version})
+Depends:
+ antlr,
+ libgluegen2-jni (>= ${source:Version}),
+ ${misc:Depends}
 Description: Tool to automatically generate the Java and JNI code
  Gluegen reads as input ANSI C header files and separate configuration files
  which provide control over many aspects of the glue code generation. GlueGen
@@ -30,7 +42,7 @@ Description: Tool to automatically generate the Java and JNI code
 Package: libgluegen2-build-java
 Architecture: all
 Suggests: libgluegen2-doc
-Depends: ${misc:Depends}, antlr
+Depends: antlr, ${misc:Depends}
 Description: Tool to automatically generate the Java and JNI code
  Gluegen reads as input ANSI C header files and separate configuration files
  which provide control over many aspects of the glue code generation. GlueGen
@@ -44,7 +56,6 @@ Description: Tool to automatically generate the Java and JNI code
  This package contains some Java sources necessary to build gluegen-based
  packages.
 
-
 Package: libgluegen2-jni
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gluegen2.git



More information about the pkg-java-commits mailing list