[pkg-java] r18084 - trunk/derby/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Apr 26 17:26:57 UTC 2014
Author: ebourg-guest
Date: 2014-04-26 17:26:57 +0000 (Sat, 26 Apr 2014)
New Revision: 18084
Modified:
trunk/derby/debian/control
Log:
Wrap and sort
Modified: trunk/derby/debian/control
===================================================================
--- trunk/derby/debian/control 2014-04-26 17:25:40 UTC (rev 18083)
+++ trunk/derby/debian/control 2014-04-26 17:26:57 UTC (rev 18084)
@@ -3,8 +3,14 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth at ceh.ac.uk>, Emmanuel Bourg <ebourg at apache.org>
-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 @@
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 @@
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.
More information about the pkg-java-commits
mailing list