--- excalibur-logger-2.1.orig/debian/changelog
+++ excalibur-logger-2.1/debian/changelog
@@ -0,0 +1,36 @@
+excalibur-logger (2.1-2~bpo50+1) lenny-backports; urgency=low
+
+  * Rebuild for lenny-backports.
+
+ -- Jan Wagner <waja@cyconet.org>  Thu, 08 Oct 2009 23:21:50 +0200
+
+excalibur-logger (2.1-2) unstable; urgency=low
+
+  * debian/control
+    - Remove libgeronimo-jms-1.1-spec-java from build dependencies.
+      The package does not exist in Debian archive. (Closes: #549808)
+
+ -- Onkar Shinde <onkarshinde@ubuntu.com>  Wed, 07 Oct 2009 19:31:28 +0530
+
+excalibur-logger (2.1-1) unstable; urgency=low
+
+  * Merge from Ubuntu. (Closes: #541124)
+  * debian/control
+    - Set maintainer to Debian Java Maintainers. Add myself as uploader.
+    - Add alternate build and runtime dependency on libjboss-j2ee-java as the
+      geronimo package is not present in Debian yet.
+    - Change section to java.
+    - Add Vcs-* fields.
+    - Set standard version to 3.8.3. No changed needed.
+  * debian/rules
+    - Add jboss-j2ee to DEB_JARS.
+  * debian/copyright
+    - Corrected copyright years.
+
+ -- Onkar Shinde <onkarshinde@ubuntu.com>  Sat, 12 Sep 2009 17:56:07 +0530
+
+excalibur-logger (2.1-0ubuntu1) karmic; urgency=low
+
+  * Initial release.
+
+ -- Onkar Shinde <onkarshinde@ubuntu.com>  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: 1999-2005, The Apache Software Foundation
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2009, Onkar Shinde <onkarshinde@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.
--- excalibur-logger-2.1.orig/debian/control
+++ excalibur-logger-2.1/debian/control
@@ -0,0 +1,20 @@
+Source: excalibur-logger
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Onkar Shinde <onkarshinde@ubuntu.com>, Jan Wagner <waja@cyconet.org>
+Build-Depends: debhelper (>=5), cdbs, ant
+Build-Depends-Indep: default-jdk, libavalon-framework-java, libexcalibur-logkit-java, libjboss-j2ee-java, libgnumail-java, liblog4j1.2-java, libservlet2.4-java, libxalan2-java
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/excalibur-logger/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/excalibur-logger/
+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 | libjboss-j2ee-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,16 @@
+#!/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 jboss-j2ee 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
+
+get-orig-source:
+	uscan --force-download --rename
