debian/0000755000000000000000000000000012142244451007165 5ustar debian/orig-tar.excludes0000644000000000000000000000001412142244451012442 0ustar api/* *.jar debian/rules0000755000000000000000000000021012142244451010236 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper get-orig-source: uscan --force-download debian/watch0000644000000000000000000000024312142244451010215 0ustar version=3 http://code.google.com/p/minlog/downloads/list?can=1 \ .*/minlog-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) \ debian debian/orig-tar.sh debian/changelog0000644000000000000000000000056012142244451011040 0ustar libminlog-java (1.2-2) unstable; urgency=low * Upload to unstable * d/control: Use canonical URL for Vcs-* fields. -- Damien Raude-Morvan Tue, 07 May 2013 20:32:52 +0200 libminlog-java (1.2-1) experimental; urgency=low * Initial release. (Closes: #700263) -- Damien Raude-Morvan Sat, 09 Feb 2013 13:55:21 +0100 debian/compat0000644000000000000000000000000212142244451010363 0ustar 9 debian/libminlog-java-doc.javadoc0000644000000000000000000000001112142244451014144 0ustar internal debian/source/0000755000000000000000000000000012142244451010465 5ustar debian/source/format0000644000000000000000000000001412142244451011673 0ustar 3.0 (quilt) debian/libminlog-java.jlibs0000644000000000000000000000001312142244451013077 0ustar minlog.jar debian/orig-tar.sh0000755000000000000000000000060012142244451011244 0ustar #!/bin/sh set -e # called by uscan with '--upstream-version' echo "version $2" package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` version=$2 upstream_version="${version}" tarball=$3 TAR=${package}_${version}.orig.tar.gz DIR=minlog-${upstream_version} unzip -q -d $DIR $tarball GZIP=--best tar czf ../$TAR -X debian/orig-tar.excludes $DIR rm -rf $tarball $DIR debian/control0000644000000000000000000000334112142244451010571 0ustar Source: libminlog-java Section: java Priority: optional Maintainer: Damien Raude-Morvan Build-Depends: debhelper (>= 9), default-jdk, javahelper (>= 0.43) Standards-Version: 3.9.4 Homepage: https://code.google.com/p/minlog/ Vcs-Git: git://anonscm.debian.org/pkg-java/libminlog-java.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libminlog-java.git Package: libminlog-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: 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. Package: libminlog-java-doc Architecture: all Section: doc Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: 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 debian/javabuild0000644000000000000000000000002612142244451011047 0ustar minlog.jar minlog/src debian/copyright0000644000000000000000000000415012142244451011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: minlog Upstream-contact: https://code.google.com/p/minlog/ Source: https://code.google.com/p/minlog/downloads/list Comment: Orig tarball doesn't contains license file or headers but 1/ upstream website state it's under BSD-3-clause 2/ source code repository on Google Code contains license.txt file Files: * Copyright: Copyright (c) 2008, Nathan Sweet License: BSD-3-clause * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Esoteric Software nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: Copyright 2013 Damien Raude-Morvan License: BSD-3-clause Apply same license as upstream code.