debian/0000755000000000000000000000000012147160662007173 5ustar debian/maven.publishedRules0000644000000000000000000000017412127325230013207 0ustar # force using commons-logging instead of only the api commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ debian/maven.rules0000644000000000000000000000027612127325230011352 0ustar junit junit jar s/3\..*/3.x/ log4j log4j jar s/1\.2\..*/1.2.x/ # force using servlet 3.0 javax.servlet * * s/.*/3.0/ s/avalon-framework/org.apache.avalon/ avalon-framework jar s/.*/debian/ debian/watch0000644000000000000000000000016112127325230010212 0ustar version=3 http://archive.apache.org/dist/commons/logging/source/commons-logging-(.*)-src\.tar\.gz debian uupdate debian/rules0000755000000000000000000000230712127325230010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := dist DEB_JARS := commons-logging log4j-1.2 excalibur-logkit avalon-framework servlet-api-3.0 junit ant-junit makebuilddir/lib$(PACKAGE)-java:: # copy MANIFEST.MF to src/main/resources/META-INF/ to include it in the jar install -d src/main/resources/META-INF/ install -m644 src/main/conf/MANIFEST.MF src/main/resources/META-INF/ binary-post-install/$(PACKAGE):: mh_installpoms -p$(PACKAGE) -e$(VERSION) mh_installjar -p$(PACKAGE) -e$(VERSION) -l pom.xml \ target/commons-logging-$(VERSION).jar mh_installjar -p$(PACKAGE) -e$(VERSION) -l debian/pom-api.xml \ target/commons-logging-api-$(VERSION).jar # commons-logging-adapters has no POM dh_install target/commons-logging-adapters-$(VERSION).jar usr/share/java dh_link usr/share/java/commons-logging-adapters-$(VERSION).jar usr/share/java/commons-logging-adapters.jar clean:: mh_clean get-orig-source: -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/changelog0000644000000000000000000002344712147032370011051 0ustar libcommons-logging-java (1.1.3-1) unstable; urgency=low * New upstream release. * Refreshed the patches -- Emmanuel Bourg Tue, 21 May 2013 22:18:11 +0200 libcommons-logging-java (1.1.2-2) experimental; urgency=low * Fix Bundle-SymbolicName commons-logging -> org.apache.commons.logging (Closes: #705421). * Add Jakub Adam to Uploaders. * Fix a typo in package synopsis. -- Jakub Adam Mon, 15 Apr 2013 18:33:00 +0200 libcommons-logging-java (1.1.2-1) experimental; urgency=low * Team upload. * New upstream release. * Updated Standards-Version to 3.9.4: no changes needed. * Refreshed the patches * Fixed the outdated OSGi metadata * Upgraded the dependency on the Servlet API (2.5 -> 3.0) * debian/copyright: converted to DEP5 format, updated the contributors * debian/rules: the clean target now properly removes the debian/.mh directory -- Emmanuel Bourg Thu, 04 Apr 2013 14:48:38 +0200 libcommons-logging-java (1.1.1-9) unstable; urgency=low * Team upload. * Drop dependencies on Java runtimes since its a library. * Updated Standards-Version to 3.9.2: no changes needed. * Remove Michael Koch from Uploaders. (Closes: #654059). * Fix typo in package's description. (Closes: #633997). * Improve Maven metadata: - Build-Depends and Depends on libcommons-parent-java. - Don't use --no-parent for mh_installjar. - Fix groupId of Avalon. -- Damien Raude-Morvan Sat, 07 Jan 2012 01:51:59 +0100 libcommons-logging-java (1.1.1-8) unstable; urgency=low * Team upload * Non-maintainer upload. * Add POM file for commons-api. (Closes: #581853) * Remove Arnaud from Uploaders list. -- Torsten Werner Tue, 25 May 2010 23:50:33 +0200 libcommons-logging-java (1.1.1-7) unstable; urgency=low [ Onkar Shinde ] * Replace build/runtime dep liblogkit-java with libexcalibur-logkit-java. Adjust DEB_JARS in rules file and properties in ant.properties accordingly. * Add build dependency libavalon-framework-java. * Update standards version to 3.8.4. * debian/patches/06_classpath_manifest.patch - Add a 'Class-Path' entry in MANIFEST.MF file with a list of appropriate jar files. [ Kumar Appaiah ] * Remove myself from Uploaders. -- Debian Java Maintainers Fri, 19 Mar 2010 07:44:01 -0500 libcommons-logging-java (1.1.1-6) unstable; urgency=low * Added myself to uploaders. * Imported patch from Fedora to add OSGi metadata. (Closes: #558183) * Converted source to 3.0 (quilt). * Made debian/rules respect errors in the clean target. * Added descriptions to some patches. -- Niels Thykier Sat, 28 Nov 2009 09:50:15 +0100 libcommons-logging-java (1.1.1-5) unstable; urgency=low * Build-Depends on libservlet2.5-java instead of libservlet2.3-java. * Remove Suggests on libservlet2.3-java and libservlet2.4-java. * Build-Depends on debhelper >= 7. * Updated Standards-Version to 3.8.3. -- Michael Koch Sat, 26 Sep 2009 13:02:56 +0200 libcommons-logging-java (1.1.1-4) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 12:05:47 +0200 libcommons-logging-java (1.1.1-3.2) experimental; urgency=low * Add more suggestions for the version of the servlet API: libservlet2.4-java | libservlet2.5-java * Add a Maven rule to use artifact id commons-logging instead of commons-logging-api * Move api documentation to /usr/share/java/doc/libcommons-logging-java/api -- Ludovic Claude Wed, 22 Jul 2009 22:06:48 +0100 libcommons-logging-java (1.1.1-3.1) experimental; urgency=low [Ludovic Claude] * Non-maintainer upload. * Remove Depends: on the Java runtimes for the java-doc package * Add ${misc:Depends} on both Depends: attributes to fix Linitian warnings * Add the Maven POM to the package, * Add a Build-Depends-Indep dependency on maven-repo-helper * Use mh_installpom and mh_installjar to install the POM and the jar to the Maven repository * debian/rules: Add the manifest to the jar [ Emmanuel Bourg and Sylvestre Ledru ] * Update of the URLs * Rename Jakarta Commons to Apache Commons -- Ludovic Claude Thu, 02 Jul 2009 12:21:41 +0100 libcommons-logging-java (1.1.1-3) unstable; urgency=low * Move libservlet2.3-java from Depends to Suggests (Closes: #526043) * Change section to java -- Varun Hiremath Thu, 07 May 2009 20:17:10 -0400 libcommons-logging-java (1.1.1-2) unstable; urgency=low [ Matthias Klose ] * (Build-)depend on default-jre/-jdk. [ Varun Hiremath ] * Split out api docs into a separate -doc package (Closes: #506364) * Update Vcs headers * Bump Standards-Version to 3.8.0 * Remove full text of the Apache-2 license from debian/copyright -- Varun Hiremath Sat, 06 Dec 2008 20:55:36 -0500 libcommons-logging-java (1.1.1-1) unstable; urgency=low * New upstream release. * debian/patches: + Refresh 01_target13_BuildXml.patch and 02_build_javadoc.patch. * debian/control: + Make XS-Svn-* fields Svn-*, as dpkg supports them now. + Standards version is now 3.7.3. * debian/patches: + 03_disable_securityallow_test.patch: Added to disable the SecurityAllowedTestCase which fails to on GCJ. The issue seems to be with gcj, so we don't run this test till gcj is fixed. + 04_fix_jarname.patch: Remove the SNAPSHOT from the generated JAR's filename. -- Kumar Appaiah Sat, 29 Dec 2007 18:40:45 +0530 libcommons-logging-java (1.1-1) unstable; urgency=low * New upstream release. * debian/control: + Add Varun Hiremath and Kumar Appaiah as uploaders. + Add Homepage, XS-Vcs-Svn and XS-Vcs-Browser fields. + Move cdbs and debhelper to Build-Depends, rest to Build-Depends-Indep. + Build-Depend and Depend on libservlet2.3-java. * debian/links: Removed, functionality in debian/rules. * debian/dirs: Removed, functionality in debian/rules. * debian/compat: Bump to 5. * debian/patches/01_target13_BuildXml.patch: updated for new upstream release. * debian/patches/02_build_javadoc.patch: Added for building API docs through build.xml. * debian/watch: Bump to version 3. * debian/copyright: + Add copyright, upstream authors. + Add Debian packaging copyright. -- Kumar Appaiah Wed, 26 Sep 2007 06:51:56 +0530 libcommons-logging-java (1.0.4-6) unstable; urgency=low * Use java-gcj-compat instead of kaffe. * Moved Build-Depends-Indep to Build-Depends. * Removed Wolfgang and added myself to Uploaders. * Updated Standards-Version. -- Michael Koch Sun, 17 Jun 2007 14:06:07 -0100 libcommons-logging-java (1.0.4-5) unstable; urgency=low * Removed Takashi Okamoto from uploaders (closes: #352985). * debian/watch: added. * debian/rules: removed ant-launcher.jar from the classpath. -- Arnaud Vandyck Mon, 24 Apr 2006 21:52:32 +0200 libcommons-logging-java (1.0.4-4) unstable; urgency=low * kaffe compiler transition -- Wolfgang Baer Sun, 15 Jan 2006 17:55:22 +0100 libcommons-logging-java (1.0.4-3) unstable; urgency=low * Added java1-runtime as alternative to depends (closes: #309030) * Added liblog4j1.2-java, liblogkit-java and libavalon-framework-java to Suggests as this is a wrapper library for all these loggers. * Build javadoc and register with doc-base * Removed duplicate rules file in top-level dir * Convert changes to build.xml into a patch (01_target13_BuildXml.patch) and ant.properties (placed into debian dir) * Added dependency on libavalon-framework-java to build avalon log wrapper * Enabled junit tests - added junit build-dep * Changed libant1.6-java build-dep to ant, ant-optional * Standards-Version 3.6.2 (no changes) * Added myself as uploader -- Wolfgang Baer Sun, 02 Oct 2005 18:03:25 +0200 libcommons-logging-java (1.0.4-2) unstable; urgency=low * rebuild with -source 1.3 option to keep compatibility for j2sdk1.3. -- Takashi Okamoto Fri, 6 Aug 2004 23:32:14 +0900 libcommons-logging-java (1.0.4-1) unstable; urgency=low * New upstream release * fixed FTBFS (closes: #249118) -- Takashi Okamoto Tue, 6 Jul 2004 10:30:31 +0900 libcommons-logging-java (1.0.3-5) unstable; urgency=low * Fixed depends field. -- Takashi Okamoto Sun, 2 May 2004 21:42:16 +0900 liblibcommons-logging-java (1.0.3-4) unstable; urgency=low * Fixed build dependency. * change maintainer to Debian Java Maintainers. -- Takashi Okamoto Sat, 1 May 2004 20:40:35 +0900 libcommons-logging-java (1.0.3-3) unstable; urgency=low * Move to main. (closes: #237365) * remove libcommons-logging-java-doc because main tools couldn't support javadoc. -- Takashi Okamoto Sat, 1 May 2004 18:06:52 +0900 libcommons-logging-java (1.0.3-2) unstable; urgency=low * update depend field for log4j1.2-java.(closes:#191174) -- Takashi Okamoto Tue, 29 Apr 2003 12:11:44 +0900 libcommons-logging-java (1.0.3-1) unstable; urgency=low * New upstream release -- Takashi Okamoto Sat, 12 Apr 2003 23:25:34 +0900 libcommons-logging-java (1.0.2-1) unstable; urgency=low * New upstream release -- Takashi Okamoto Sun, 6 Oct 2002 19:22:59 +0900 libcommons-logging-java (1.0.1-2) unstable; urgency=low * fixed typo(closes: #159998) -- Takashi Okamoto Sun, 8 Sep 2002 10:43:02 +0900 libcommons-logging-java (1.0.1-1) unstable; urgency=low * Initial Release. -- Takashi Okamoto Mon, 5 Nov 2001 08:15:04 +0900 Local variables: mode: debian-changelog End: debian/pom-api.xml0000644000000000000000000001234312127325230011252 0ustar 4.0.0 commons-logging commons-logging-api Logging 1.1 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. http://jakarta.apache.org/commons/logging/ http://issues.apache.org/jira/browse/LOGGING
commons-dev@jakarta.apache.org
2001 Commons Dev List commons-dev-subscribe@jakarta.apache.org commons-dev-unsubscribe@jakarta.apache.org http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ Commons User List commons-user-subscribe@jakarta.apache.org commons-user-unsubscribe@jakarta.apache.org http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/ morgand Morgan Delagrange morgand at apache dot org Apache Java Developer rwaldhoff Rodney Waldhoff rwaldhoff at apache org Apache Software Foundation craigmcc Craig McClanahan craigmcc at apache org Apache Software Foundation sanders Scott Sanders sanders at apache dot org Apache Software Foundation rdonkin Robert Burrell Donkin rdonkin at apache dot org Apache Software Foundation donaldp Peter Donald donaldp at apache dot org costin Costin Manolache costin at apache dot org Apache Software Foundation rsitze Richard Sitze rsitze at apache dot org Apache Software Foundation baliuka Juozas Baliuka baliuka@apache.org Java Developer skitching Simon Kitching skitching@apache.org Apache Software Foundation dennisl Dennis Lundberg dennisl@apache.org Apache Software Foundation bstansberry Brian Stansberry The Apache Software License, Version 2.0 /LICENSE.txt scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/ http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/ The Apache Software Foundation http://jakarta.apache.org src/java src/test maven-xdoc-plugin 1.9.2 true <strong>Site Only</strong> - v1.9.2 (minimum) junit junit 3.8.1 test true default Default Repository file:///www/jakarta.apache.org/builds/jakarta-commons/logging/ default Default Site scp://people.apache.org//www/jakarta.apache.org/commons/logging/ converted
debian/libcommons-logging-java-doc.install0000644000000000000000000000006512127325230016024 0ustar dist/docs/api /usr/share/doc/libcommons-logging-java debian/patches/0000755000000000000000000000000012147160662010622 5ustar debian/patches/06_classpath_manifest.patch0000644000000000000000000000054612147004112016010 0ustar Description: Adds the classpath entry to the manifest file Forwarded: not-needed --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -26,3 +26,4 @@ Include-Resource: META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt= LICENSE.txt Specification-Version: 1.1.3 +Class-Path: avalon-framework.jar excalibur-logkit.jar log4j-1.2.jar servlet-api-3.0.jar debian/patches/02_build_javadoc.patch0000644000000000000000000000344412147004112014722 0ustar Description: Adds a target to generate the javadoc. Forwarded: not-needed --- a/build.xml +++ b/build.xml @@ -613,7 +613,7 @@ - @@ -773,4 +773,39 @@ + + + + + + + + + debian/patches/01_target13_BuildXml.patch0000644000000000000000000000123212127325230015363 0ustar Description: Bumbs the source and target version options for the java compiler. Forwarded: not-needed --- a/build.xml +++ b/build.xml @@ -130,10 +130,10 @@ - + - + debian/patches/series0000644000000000000000000000016212147004112012021 0ustar 01_target13_BuildXml.patch 02_build_javadoc.patch 03_disable_securityallow_test.patch 06_classpath_manifest.patch debian/patches/03_disable_securityallow_test.patch0000644000000000000000000000166412127325230017574 0ustar Description: This patch has been added to disable the SecurityAllowedTestCase altogether, as it fails to complete successfully on GCJ. The issue seems to be with GCJ, so till the time that GCJ is fixed, we don't run this test. Author: Kumar Appaiah Forwarded: not-needed --- a/src/test/java/org/apache/commons/logging/security/SecurityAllowedTestCase.java +++ b/src/test/java/org/apache/commons/logging/security/SecurityAllowedTestCase.java @@ -92,6 +92,7 @@ mySecurityManager.addPermission(new AllPermission()); System.setSecurityManager(mySecurityManager); + /* try { // Use reflection so that we can control exactly when the static // initialiser for the LogFactory class is executed. @@ -136,5 +137,6 @@ t.printStackTrace(pw); fail("Unexpected exception:" + t.getMessage() + ":" + sw.toString()); } + */ } } debian/libcommons-logging-java-doc.doc-base0000644000000000000000000000071212127325230016032 0ustar Document: libcommons-logging-java Title: Programmer API for Commons Logging Author: Apache Commons Logging developers Abstract: A commmon wrapper interface for several logging APIs, providing a simple, component oriented interface. The user can choose at runtime which system they want to use for logging. Section: Programming Format: HTML Index: /usr/share/doc/libcommons-logging-java/api/index.html Files: /usr/share/doc/libcommons-logging-java/api/* debian/ant.properties0000644000000000000000000000045212127325230012064 0ustar log4j.jar=/usr/share/java/log4j-1.2.jar log4j12.jar=/usr/share/java/log4j-1.2.jar logkit.jar=/usr/share/java/excalibur-logkit.jar avalon-framework.jar=/usr/share/java/avalon-framework.jar junit.jar=/usr/share/java/junit.jar servletapi.jar=/usr/share/java/servlet-api-3.0.jar test.failonerror=false debian/source/0000755000000000000000000000000012147160662010473 5ustar debian/source/format0000644000000000000000000000001412127325230011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212127325230010361 0ustar 7 debian/copyright0000644000000000000000000000333212127325230011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache Commons Logging Upstream-Contact: Apache Commons Developers Source: http://commons.apache.org/logging/ Files: * Copyright: 2001-2013, The Apache Software Foundation. License: Apache-2.0 Comment: Upstream authors: Juozas Baliuka , Morgan Delagrange , Peter Donald , Robert Burrell Donkin , Simon Kitching , Dennis Lundberg , Costin Manolache , Craig McClanahan , Thomas Neidhart , Scott Sanders , Richard Sitze , Brian Stansberry, Rodney Waldhoff , Matthew P. Del Buono, Vince Eagen , Peter Lawrey, Berin Loritsch , Philippe Mouawad, Neeme Praks Files: debian/* License: Apache-2.0 Copyright: 2001-2004, Takashi Okamoto 2005-2007, Arnaud Vandyck , Wolfgang Baer 2007, Michael Koch, , Varun Hiremath , Kumar Appaiah License: Apache-2.0 On Debian systems, the full text of the Apache License can be found in the file `/usr/share/common-licenses/Apache-2.0'. debian/libcommons-logging-java.poms0000644000000000000000000000003312127325230014564 0ustar pom.xml debian/pom-api.xml debian/control0000644000000000000000000000341012137631057010574 0ustar Source: libcommons-logging-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Niels Thykier , Emmanuel Bourg , Jakub Adam Build-Depends: ant-optional, cdbs, debhelper (>= 7), default-jdk Build-Depends-Indep: junit, libavalon-framework-java, libcommons-parent-java, libexcalibur-logkit-java, liblog4j1.2-java, libservlet3.0-java, maven-repo-helper Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-logging-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-logging-java Homepage: http://commons.apache.org/logging Package: libcommons-logging-java Architecture: all Depends: libcommons-parent-java, ${misc:Depends} Suggests: libavalon-framework-java, libcommons-logging-java-doc, libexcalibur-logkit-java, liblog4j1.2-java, libservlet3.0-java Description: common wrapper interface for several logging APIs Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which system he want to use for logging. Package: libcommons-logging-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Description: common wrapper interface for several logging APIs (documentation) Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which system he want to use for logging. . This package contains the documentation.