Package: log4j # 1.2.17 is the last of the 1.2 series. All development is now in log4j2 at v2.6+, which may not be backwards compatible with log4j-1.2.x Version: 1.2.17 Revision: 2 Type: java(1.6) Description: Java logging License: BSD Maintainer: None BuildDepends: << ant-base, system-java-dev (>= 1.6-1) << Depends: system-java (>= 1.6-1) Source: http://archive.apache.org/dist/logging/log4j/%v/%n-%v.tar.gz Source-Checksum: SHA256(a528e3771ee6234661b5eb0fa02e14faee89dfec38de94088c163ddf2a0a8663) SourceDirectory: apache-%n-%v CompileScript: << mkdir -p lib ant jar javadoc -Djavac.source=1.6 -Djavac.target=1.6 << 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* Homepage: http://logging.apache.org/log4j/ 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. << DescPackaging: << Previously maintained by Benjamin Reed <<