--- excalibur-logger-2.1.orig/debian/changelog +++ excalibur-logger-2.1/debian/changelog @@ -0,0 +1,5 @@ +excalibur-logger (2.1-0ubuntu1) karmic; urgency=low + + * Initial release. + + -- Onkar Shinde Tue, 21 Jul 2009 15:00:41 +0530 --- excalibur-logger-2.1.orig/debian/copyright +++ excalibur-logger-2.1/debian/copyright @@ -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 +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. --- excalibur-logger-2.1.orig/debian/control +++ excalibur-logger-2.1/debian/control @@ -0,0 +1,18 @@ +Source: excalibur-logger +Section: net +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Onkar Shinde +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). --- excalibur-logger-2.1.orig/debian/compat +++ excalibur-logger-2.1/debian/compat @@ -0,0 +1 @@ +5 --- excalibur-logger-2.1.orig/debian/watch +++ excalibur-logger-2.1/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.apache.org/dist/excalibur/excalibur-logger/source/excalibur-logger-([\d\.]+)-src.tar.gz --- excalibur-logger-2.1.orig/debian/rules +++ excalibur-logger-2.1/debian/rules @@ -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