[excalibur-logger] 14/29: Wrap and sort
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Nov 21 00:11:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository excalibur-logger.
commit 2a64c17489d19c786aa64e5d1022949efb1d21f0
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Sep 10 15:01:08 2014 +0000
Wrap and sort
---
debian/control | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 2fb83ec..7dfb83f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,17 @@ Source: excalibur-logger
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 @@ Homepage: http://excalibur.apache.org/logger.html
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/excalibur-logger.git
More information about the pkg-java-commits
mailing list