Bug#889454: O: libminlog-java -- minimal Java logging library

Tobias Frost tobi at debian.org
Sat Feb 3 16:35:43 UTC 2018


Package: wnpp

The current maintainer of libminlog-java, Damien Raude-Morvan <drazzib at debian.org>,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

The Java packaging team is in X-Debbugs-CC for information.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libminlog-java
Binary: libminlog-java, libminlog-java-doc
Version: 1.2-2
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43)
Architecture: all
Standards-Version: 3.9.4
Format: 3.0 (quilt)
Files:
 afb02fda4a48e1b0e1e82f0e122dde55 1975 libminlog-java_1.2-2.dsc
 a83d4e29086663d14f73860c5b2d3b00 2267 libminlog-java_1.2.orig.tar.gz
 1834d2a5108735fd5f4fd0ce147ded4a 2655 libminlog-java_1.2-2.debian.tar.gz
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libminlog-java.git
Vcs-Git: git://anonscm.debian.org/pkg-java/libminlog-java.git
Checksums-Sha1:
 45eeef5b7f1d99560eba108c377d7198f993ba8f 1975 libminlog-java_1.2-2.dsc
 0c6dd45897ed7113d39e4bcc7ac1b838939c5fe6 2267 libminlog-java_1.2.orig.tar.gz
 b69112d4da47018b0aaf849da1554b4b698577b8 2655 libminlog-java_1.2-2.debian.tar.gz
Checksums-Sha256:
 5f1981e8158897a8cf95a557b9dde839283ec5ee76ad7b9ba49174c6511ae7aa 1975 libminlog-java_1.2-2.dsc
 b10504a41a5d3b837d819b5ebbe2c53f3d7b0a0c02bd854c8839bb32330a0bcc 2267 libminlog-java_1.2.orig.tar.gz
 f5e072452fbf858e0440349da36c10c787629a01b49621d9515c0f78bdfadf68 2655 libminlog-java_1.2-2.debian.tar.gz
Homepage: https://code.google.com/p/minlog/
Package-List: 
 libminlog-java deb java optional
 libminlog-java-doc deb doc optional
Directory: pool/main/libm/libminlog-java
Priority: source
Section: misc

Package: libminlog-java
Binary: libminlog-java, libminlog-java-doc
Version: 1.3.0-1
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: debhelper (>= 10), default-jdk, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, maven-debian-helper
Architecture: all
Standards-Version: 3.9.8
Format: 3.0 (quilt)
Files:
 cb28c8fac23897b56c8a33f7db3160f3 2152 libminlog-java_1.3.0-1.dsc
 f45a4b9fc9af3e0b19fc51cb5045a05f 5280 libminlog-java_1.3.0.orig.tar.xz
 77b6d5005570ad95818e5ed605628bc9 3172 libminlog-java_1.3.0-1.debian.tar.xz
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libminlog-java.git
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libminlog-java.git
Checksums-Sha256:
 52902c14b42496bc2d362aeb0a430fd8c724a04a6308748feaf1ab35a5063e48 2152 libminlog-java_1.3.0-1.dsc
 d20b270d630a8225ed224c02b6e9580fcbf485746fa724eba4e3931f5344f75c 5280 libminlog-java_1.3.0.orig.tar.xz
 9559a5985b7cbb6ec1736bb2c935e1da39e72fe5f0e382a110e85ade2d540029 3172 libminlog-java_1.3.0-1.debian.tar.xz
Homepage: https://github.com/EsotericSoftware/minlog
Package-List: 
 libminlog-java deb java optional arch=all
 libminlog-java-doc deb doc optional arch=all
Directory: pool/main/libm/libminlog-java
Priority: source
Section: misc

Package: libminlog-java
Version: 1.3.0-1
Installed-Size: 27
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Description-en: minimal Java logging library
 MinLog is a Java logging library. Key features:
  * Zero overhead Logging statements below a given level can
    be automatically removed by javac at compile time.
    This means applications can have detailed trace and debug logging
    without having any impact on the finished product.
  * Simple and efficient The API is concise and the code is
    very efficient at runtime.
  * Extremely lightweight The entire project consists of a single Java file
    with ~100 non-comment lines of code.
Description-md5: b06e3397fa5b6b0d9d020fe5e57b0f58
Homepage: https://github.com/EsotericSoftware/minlog
Section: java
Priority: optional
Filename: pool/main/libm/libminlog-java/libminlog-java_1.3.0-1_all.deb
Size: 7618
MD5sum: 7fb4d07794f63251d9a1e0a429abe24d
SHA256: 1f811e985c72f46a2ce3fe6b495ef5ab7f081c003c44d1c6f3dedd29e5aa83a6

Package: libminlog-java
Version: 1.2-2
Installed-Size: 34
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
Architecture: all
Description-en: minimal Java logging library
 MinLog is a Java logging library. Key features:
  * Zero overhead Logging statements below a given level can
    be automatically removed by javac at compile time.
    This means applications can have detailed trace and debug logging
    without having any impact on the finished product.
  * Simple and efficient The API is concise and the code is
    very efficient at runtime.
  * Extremely lightweight The entire project consists of a single Java file
    with ~100 non-comment lines of code.
Description-md5: b06e3397fa5b6b0d9d020fe5e57b0f58
Homepage: https://code.google.com/p/minlog/
Section: java
Priority: optional
Filename: pool/main/libm/libminlog-java/libminlog-java_1.2-2_all.deb
Size: 5288
MD5sum: 77954ad15767ecfa216ce8d66e8c385b
SHA1: c240ad7b6eff30a15fa6fe5907ac71688f8792d3
SHA256: 8b977b568ca7922f03b4e2ad1ccc59b7242423d7ee1a7da68a05f87fd5d257d9

Package: libminlog-java-doc
Source: libminlog-java
Version: 1.3.0-1
Installed-Size: 164
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Depends: default-jdk-doc
Description-en: minimal Java logging library - doc
 MinLog is a Java logging library. Key features:
  * Zero overhead Logging statements below a given level can
    be automatically removed by javac at compile time.
    This means applications can have detailed trace and debug logging
    without having any impact on the finished product.
  * Simple and efficient The API is concise and the code is
    very efficient at runtime.
  * Extremely lightweight The entire project consists of a single Java file
    with ~100 non-comment lines of code.
 .
 This package contains the Javadoc API
Description-md5: fa85c4dde04b0172412dff1821cfa631
Homepage: https://github.com/EsotericSoftware/minlog
Section: doc
Priority: optional
Filename: pool/main/libm/libminlog-java/libminlog-java-doc_1.3.0-1_all.deb
Size: 14846
MD5sum: f3270920a8f738bc0218b73f132e89de
SHA256: 7429c9a0d8881cdb70a9e34d17481075a8d7d0e79055c0f4395ec5f6453c3e99

Package: libminlog-java-doc
Source: libminlog-java
Version: 1.2-2
Installed-Size: 153
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
Architecture: all
Description-en: minimal Java logging library - doc
 MinLog is a Java logging library. Key features:
  * Zero overhead Logging statements below a given level can
    be automatically removed by javac at compile time.
    This means applications can have detailed trace and debug logging
    without having any impact on the finished product.
  * Simple and efficient The API is concise and the code is
    very efficient at runtime.
  * Extremely lightweight The entire project consists of a single Java file
    with ~100 non-comment lines of code.
 .
 This package contains the Javadoc API
Description-md5: fa85c4dde04b0172412dff1821cfa631
Homepage: https://code.google.com/p/minlog/
Section: doc
Priority: optional
Filename: pool/main/libm/libminlog-java/libminlog-java-doc_1.2-2_all.deb
Size: 12740
MD5sum: 4e292fdddd5b43cf7359bceb022f90b4
SHA1: 2fca04c5434acd22a95300752da73f890235003b
SHA256: b38442cd303c09d42cda6c7ba78223d57e92323726fc488e5aa860c8a5619618

Package: libminlog-java
Version: 1.3.0-1
Installed-Size: 27
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Description-en: minimal Java logging library
 MinLog is a Java logging library. Key features:
  * Zero overhead Logging statements below a given level can
    be automatically removed by javac at compile time.
    This means applications can have detailed trace and debug logging
    without having any impact on the finished product.
  * Simple and efficient The API is concise and the code is
    very efficient at runtime.
  * Extremely lightweight The entire project consists of a single Java file
    with ~100 non-comment lines of code.
Description-md5: b06e3397fa5b6b0d9d020fe5e57b0f58
Homepage: https://github.com/EsotericSoftware/minlog
Section: java
Priority: optional
Filename: pool/main/libm/libminlog-java/libminlog-java_1.3.0-1_all.deb
Size: 7618
MD5sum: 7fb4d07794f63251d9a1e0a429abe24d
SHA256: 1f811e985c72f46a2ce3fe6b495ef5ab7f081c003c44d1c6f3dedd29e5aa83a6

Package: libminlog-java
Version: 1.2-2
Installed-Size: 34
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
Architecture: all
Description-en: minimal Java logging library
 MinLog is a Java logging library. Key features:
  * Zero overhead Logging statements below a given level can
    be automatically removed by javac at compile time.
    This means applications can have detailed trace and debug logging
    without having any impact on the finished product.
  * Simple and efficient The API is concise and the code is
    very efficient at runtime.
  * Extremely lightweight The entire project consists of a single Java file
    with ~100 non-comment lines of code.
Description-md5: b06e3397fa5b6b0d9d020fe5e57b0f58
Homepage: https://code.google.com/p/minlog/
Section: java
Priority: optional
Filename: pool/main/libm/libminlog-java/libminlog-java_1.2-2_all.deb
Size: 5288
MD5sum: 77954ad15767ecfa216ce8d66e8c385b
SHA1: c240ad7b6eff30a15fa6fe5907ac71688f8792d3
SHA256: 8b977b568ca7922f03b4e2ad1ccc59b7242423d7ee1a7da68a05f87fd5d257d9

Package: libminlog-java-doc
Source: libminlog-java
Version: 1.3.0-1
Installed-Size: 164
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Architecture: all
Depends: default-jdk-doc
Description-en: minimal Java logging library - doc
 MinLog is a Java logging library. Key features:
  * Zero overhead Logging statements below a given level can
    be automatically removed by javac at compile time.
    This means applications can have detailed trace and debug logging
    without having any impact on the finished product.
  * Simple and efficient The API is concise and the code is
    very efficient at runtime.
  * Extremely lightweight The entire project consists of a single Java file
    with ~100 non-comment lines of code.
 .
 This package contains the Javadoc API
Description-md5: fa85c4dde04b0172412dff1821cfa631
Homepage: https://github.com/EsotericSoftware/minlog
Section: doc
Priority: optional
Filename: pool/main/libm/libminlog-java/libminlog-java-doc_1.3.0-1_all.deb
Size: 14846
MD5sum: f3270920a8f738bc0218b73f132e89de
SHA256: 7429c9a0d8881cdb70a9e34d17481075a8d7d0e79055c0f4395ec5f6453c3e99

Package: libminlog-java-doc
Source: libminlog-java
Version: 1.2-2
Installed-Size: 153
Maintainer: Damien Raude-Morvan <drazzib at debian.org>
Architecture: all
Description-en: minimal Java logging library - doc
 MinLog is a Java logging library. Key features:
  * Zero overhead Logging statements below a given level can
    be automatically removed by javac at compile time.
    This means applications can have detailed trace and debug logging
    without having any impact on the finished product.
  * Simple and efficient The API is concise and the code is
    very efficient at runtime.
  * Extremely lightweight The entire project consists of a single Java file
    with ~100 non-comment lines of code.
 .
 This package contains the Javadoc API
Description-md5: fa85c4dde04b0172412dff1821cfa631
Homepage: https://code.google.com/p/minlog/
Section: doc
Priority: optional
Filename: pool/main/libm/libminlog-java/libminlog-java-doc_1.2-2_all.deb
Size: 12740
MD5sum: 4e292fdddd5b43cf7359bceb022f90b4
SHA1: 2fca04c5434acd22a95300752da73f890235003b
SHA256: b38442cd303c09d42cda6c7ba78223d57e92323726fc488e5aa860c8a5619618



More information about the pkg-java-maintainers mailing list