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 2f32b4818e8a2278395bb5b70fe29c9531b2d4b4
Author: Onkar Shinde <onkarshi...@ubuntu.com>
Date:   Fri Sep 11 05:30:04 2009 +0000

    import excalibur-logger from Ubuntu
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 18 ++++++++++++++++++
 debian/copyright | 16 ++++++++++++++++
 debian/rules     | 13 +++++++++++++
 debian/watch     |  2 ++
 6 files changed, 55 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..445f248
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+excalibur-logger (2.1-0ubuntu1) karmic; urgency=low
+
+  * Initial release.
+
+ -- Onkar Shinde <onkarshi...@ubuntu.com>  Tue, 21 Jul 2009 15:00:41 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..33d3c64
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: excalibur-logger
+Section: net
+Priority: optional
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Onkar Shinde <onkarshi...@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).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..20ff29e
--- /dev/null
+++ b/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 <onkarshi...@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.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9140a60
--- /dev/null
+++ b/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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d06d189
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://www.apache.org/dist/excalibur/excalibur-logger/source/excalibur-logger-([\d\.]+)-src.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/excalibur-logger.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to