debian/0000755000000000000000000000000012137365236007176 5ustar debian/watch0000644000000000000000000000016112137365143010222 0ustar version=2 http://archive.apache.org/dist/excalibur/excalibur-logger/source/excalibur-logger-([\d\.]+)-src.tar.gz debian/rules0000755000000000000000000000117212137365143010254 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.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-3.0 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 debian/changelog0000644000000000000000000000405212137365143011046 0ustar excalibur-logger (2.1-5) unstable; urgency=low * Team upload. * Fixed the watch file * Updated Standards-Version to 3.9.4 (no changes) * Updated the dependency on the Servlet API (2.5 -> 3.0) * debian/copyright: Updated the Format URI -- Emmanuel Bourg Sun, 28 Apr 2013 01:13:06 +0200 excalibur-logger (2.1-4) unstable; urgency=low * Team upload. [ Torsten Werner ] * Disable cdbs' simple patchsys. We don't ship patches anyway. * Switch to source format 3.0. * Switch to debhelper level 7. [ Miguel Landaeta ] * Replace dependencies on Servlet 2.4 library with 2.5. (Closes: #658803) * Bump Standards-Version to 3.9.3. No changes were required. * Fix lintian warnings in copyright file. * Fix Vcs-Svn URL. -- Miguel Landaeta Fri, 02 Mar 2012 23:09:04 -0430 excalibur-logger (2.1-3) unstable; urgency=low * Team upload. * Update Standards-Version: 3.9.1. * Remove Java runtime from Depends. -- Torsten Werner Sat, 06 Aug 2011 08:30:08 +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 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 Sat, 12 Sep 2009 17:56:07 +0530 excalibur-logger (2.1-0ubuntu1) karmic; urgency=low * Initial release. -- Onkar Shinde Tue, 21 Jul 2009 15:00:41 +0530 debian/source/0000755000000000000000000000000012137365236010476 5ustar debian/source/format0000644000000000000000000000001411724465301011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211724465301010367 0ustar 7 debian/copyright0000644000000000000000000000100112137365143011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: excalibur-logger Upstream-Contact: 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 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. debian/control0000644000000000000000000000240412137365143010576 0ustar Source: excalibur-logger Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Onkar Shinde , Emmanuel Bourg Build-Depends: debhelper (>= 7), cdbs, ant Build-Depends-Indep: default-jdk, libavalon-framework-java, libexcalibur-logkit-java, libjboss-j2ee-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/ 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 | libjboss-j2ee-java, libgnumail-java, liblog4j1.2-java, libservlet3.0-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).