Source: tools-logging-clojure
Section: java
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders: Elana Hashman <ehashman@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk-headless,
 dh-clojure (>= 0.5.0),
 libtest-check-clojure <!nocheck>,
 libslf4j2-java <!nocheck>,
 liblog4j1.2-java <!nocheck>,
 liblog4j2-java <!nocheck>,
 libcommons-logging-java <!nocheck>,
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/clojure-team/tools-logging-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/tools-logging-clojure
Homepage: https://github.com/clojure/tools.logging

Package: libtools-logging-clojure
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Description: Logging macros for Clojure
 Logging macros for Clojure, which delegate to a specific logging
 implementation. At runtime a specific implementation is selected from, in
 order, slf4j, Apache commons-logging, log4j, and finally java.util.logging.
 .
 This was formerly clojure.contrib.logging before modular contrib projects.
