Package: log4j Version: 1.2.14 Revision: 1 Type: java(1.4) Maintainer: Benjamin Reed BuildDepends: << ant-base, fink (>= 0.22.2-1), system-java-dev (>= 1.4-1) << Depends: system-java (>= 1.4-1) Source: mirror:apache:logging/log4j/%v/logging-%n-%v.tar.gz Source-MD5: 7d8d02888b93e6f8d67b8e5f746196ae CompileScript: << mkdir -p lib ant jar javadoc -Djavac.source=1.4 -Djavac.target=1.4 << InstallScript: << mkdir -p %i/share/doc/%N mv docs/* examples %i/share/doc/%N/ mv dist/lib/%n-%v.jar dist/lib/%n.jar << JarFiles: dist/lib/*.jar DocFiles: INSTALL* LICENSE* NOTICE* Description: Java logging DescDetail: << In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4j it is possible to enable logging at runtime without modifying the application binary. << Homepage: http://logging.apache.org/log4j/ License: BSD