[pkg-java] r18408 - trunk/excalibur-logger/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 10 15:01:08 UTC 2014


Author: ebourg-guest
Date: 2014-09-10 15:01:08 +0000 (Wed, 10 Sep 2014)
New Revision: 18408

Modified:
   trunk/excalibur-logger/debian/control
Log:
Wrap and sort



Modified: trunk/excalibur-logger/debian/control
===================================================================
--- trunk/excalibur-logger/debian/control	2014-09-10 15:00:34 UTC (rev 18407)
+++ trunk/excalibur-logger/debian/control	2014-09-10 15:01:08 UTC (rev 18408)
@@ -2,10 +2,17 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 7), cdbs, ant
-Build-Depends-Indep: default-jdk, libavalon-framework-java, libexcalibur-logkit-java,
- glassfish-javaee, libgnumail-java, liblog4j1.2-java, libservlet3.0-java, libxalan2-java
+Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>,
+           Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: ant, cdbs, debhelper (>= 7)
+Build-Depends-Indep: default-jdk,
+                     glassfish-javaee,
+                     libavalon-framework-java,
+                     libexcalibur-logkit-java,
+                     libgnumail-java,
+                     liblog4j1.2-java,
+                     libservlet3.0-java,
+                     libxalan2-java
 Standards-Version: 3.9.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/excalibur-logger/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logger/
@@ -13,9 +20,14 @@
 
 Package: libexcalibur-logger-java
 Architecture: all
-Depends: ${misc:Depends}, libavalon-framework-java, libexcalibur-logkit-java,
- libgeronimo-jms-1.1-spec-java | glassfish-javaee, libgnumail-java, liblog4j1.2-java,
- libservlet3.0-java, libxalan2-java
+Depends: libavalon-framework-java,
+         libexcalibur-logkit-java,
+         libgeronimo-jms-1.1-spec-java | glassfish-javaee,
+         libgnumail-java,
+         liblog4j1.2-java,
+         libservlet3.0-java,
+         libxalan2-java,
+         ${misc:Depends}
 Description: Excalibur project's log management system
  Excalibur-Logger integrates neatly into the Avalon ECM and Excalibur-Fortress.
  The main goal is to be able to define the log categories on a component basis




More information about the pkg-java-commits mailing list