This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository derby.
commit 4397f8eeff865ef4e34dd00fc1584edb57819c3b Author: Emmanuel Bourg <[email protected]> Date: Sat Apr 26 17:26:57 2014 +0000 Wrap and sort --- debian/control | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 41a85f6..69e9209 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,14 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Tim Booth <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, javacc (>= 5.0-5), junit, - liboro-java, ant (>= 1.7), maven-repo-helper, libservlet3.0-java +Build-Depends: ant (>= 1.7), + debhelper (>= 9), + default-jdk, + javacc (>= 5.0-5), + junit, + liboro-java, + libservlet3.0-java, + maven-repo-helper Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/derby Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/derby @@ -13,7 +19,7 @@ Homepage: http://db.apache.org/derby/ Package: libderbyclient-java Architecture: all Depends: ${misc:Depends} -Suggests: derby-tools, derby-doc +Suggests: derby-doc, derby-tools Description: Apache Derby Client JDBC Driver The Derby network client provides network connectivity to the Derby Network Server. It is distributed as an additional jar file, derbyclient.jar, with an @@ -46,7 +52,11 @@ Description: Apache Derby Database Engine and Embedded JDBC Driver Package: derby-tools Architecture: all -Depends: ${misc:Depends}, libderby-java, libderbyclient-java, java-wrappers, default-jre | java6-runtime-headless +Depends: default-jre | java6-runtime-headless, + java-wrappers, + libderby-java, + libderbyclient-java, + ${misc:Depends} Description: Apache Derby Tools The Derby tools and utilities are a set of routines supplied with Derby that are typically used to create, inspect, and update a Derby database. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/derby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

