[pkg-java] r10332 - in trunk: . excalibur-logger excalibur-logger/debian

Onkar Shinde onkarshinde-guest at alioth.debian.org
Fri Sep 11 05:30:05 UTC 2009


Author: onkarshinde-guest
Date: 2009-09-11 05:30:04 +0000 (Fri, 11 Sep 2009)
New Revision: 10332

Added:
   trunk/excalibur-logger/
   trunk/excalibur-logger/debian/
   trunk/excalibur-logger/debian/changelog
   trunk/excalibur-logger/debian/compat
   trunk/excalibur-logger/debian/control
   trunk/excalibur-logger/debian/copyright
   trunk/excalibur-logger/debian/rules
   trunk/excalibur-logger/debian/watch
Log:
import excalibur-logger from Ubuntu

Added: trunk/excalibur-logger/debian/changelog
===================================================================
--- trunk/excalibur-logger/debian/changelog	                        (rev 0)
+++ trunk/excalibur-logger/debian/changelog	2009-09-11 05:30:04 UTC (rev 10332)
@@ -0,0 +1,5 @@
+excalibur-logger (2.1-0ubuntu1) karmic; urgency=low
+
+  * Initial release.
+
+ -- Onkar Shinde <onkarshinde at ubuntu.com>  Tue, 21 Jul 2009 15:00:41 +0530

Added: trunk/excalibur-logger/debian/compat
===================================================================
--- trunk/excalibur-logger/debian/compat	                        (rev 0)
+++ trunk/excalibur-logger/debian/compat	2009-09-11 05:30:04 UTC (rev 10332)
@@ -0,0 +1 @@
+5

Added: trunk/excalibur-logger/debian/control
===================================================================
--- trunk/excalibur-logger/debian/control	                        (rev 0)
+++ trunk/excalibur-logger/debian/control	2009-09-11 05:30:04 UTC (rev 10332)
@@ -0,0 +1,18 @@
+Source: excalibur-logger
+Section: net
+Priority: optional
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Onkar Shinde <onkarshinde at ubuntu.com>
+Build-Depends: debhelper (>=5), cdbs, ant
+Build-Depends-Indep: default-jdk, libavalon-framework-java, libexcalibur-logkit-java, libgeronimo-jms-1.1-spec-java, libgnumail-java, liblog4j1.2-java, libservlet2.4-java, libxalan2-java
+Standards-Version: 3.8.2
+Homepage: http://excalibur.apache.org/logger.html
+
+Package: libexcalibur-logger-java
+Architecture: all
+Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libavalon-framework-java, libexcalibur-logkit-java, libgeronimo-jms-1.1-spec-java, libgnumail-java, liblog4j1.2-java, libservlet2.4-java, libxalan2-java
+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
+ by specifying a 'logger' attribute which denotes the log category to use for
+ a particular component (given the component is LogEnabled or Loggable).

Added: trunk/excalibur-logger/debian/copyright
===================================================================
--- trunk/excalibur-logger/debian/copyright	                        (rev 0)
+++ trunk/excalibur-logger/debian/copyright	2009-09-11 05:30:04 UTC (rev 10332)
@@ -0,0 +1,16 @@
+Format-Specification: http://dep.debian.net/deps/dep5/
+Name: excalibur-logger
+Maintainer: The Apache Software Foundation
+Source: http://excalibur.apache.org/
+
+Files: *
+Copyright: 2004, The Apache Software Foundation
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2009, Onkar Shinde <onkarshinde at ubuntu.com>
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems the full text of the Apache-2.0 license can be found in the
+ `/usr/share/common-licenses/Apache-2.0' file.

Added: trunk/excalibur-logger/debian/rules
===================================================================
--- trunk/excalibur-logger/debian/rules	                        (rev 0)
+++ trunk/excalibur-logger/debian/rules	2009-09-11 05:30:04 UTC (rev 10332)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME_DIRS	:= /usr/lib/jvm/default-java
+DEB_JARS	:= avalon-framework excalibur-logkit geronimo-jms-1.1-spec gnumail.jar log4j-1.2 servlet-api-2.4 xml-apis
+DEB_ANT_ARGS	:= -Dnoget=true -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4
+
+install/libexcalibur-logger-java::
+	dh_install target/excalibur-logger-${DEB_UPSTREAM_VERSION}.jar usr/share/java/
+	dh_link usr/share/java/excalibur-logger-${DEB_UPSTREAM_VERSION}.jar usr/share/java/excalibur-logger.jar


Property changes on: trunk/excalibur-logger/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/excalibur-logger/debian/watch
===================================================================
--- trunk/excalibur-logger/debian/watch	                        (rev 0)
+++ trunk/excalibur-logger/debian/watch	2009-09-11 05:30:04 UTC (rev 10332)
@@ -0,0 +1,2 @@
+version=2
+http://www.apache.org/dist/excalibur/excalibur-logger/source/excalibur-logger-([\d\.]+)-src.tar.gz




More information about the pkg-java-commits mailing list