debian/ 0000755 0000000 0000000 00000000000 12162562140 007165 5 ustar debian/build.xml 0000644 0000000 0000000 00000025662 12162541042 011017 0 ustar
debian/maven.rules 0000644 0000000 0000000 00000000077 12162536526 011364 0 ustar junit junit jar s/4\..*/4.x/
log4j log4j jar s/1\.2\..*/1.2.x/
debian/rules 0000755 0000000 0000000 00000001573 12162540010 010243 0 ustar #!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILD_TARGET := jar
DEB_ANT_CHECK_TARGET := test
DEB_ANT_BUILDFILE := debian/build.xml
DEB_JARS := commons-logging log4j-1.2 ant-junit ant-junit4 junit4
MODULES := jcl-over-slf4j jul-to-slf4j log4j-over-slf4j slf4j-api \
slf4j-jcl slf4j-jdk14 slf4j-log4j12 slf4j-migrator slf4j-nop slf4j-simple
binary-post-install/$(PACKAGE)::
mh_installpoms -p$(PACKAGE)
set -e; for MODULE in $(MODULES); do \
mh_installjar -p$(PACKAGE) -l $$MODULE/pom.xml $$MODULE.jar; \
done
clean::
mh_clean
-rm -rf debian/tmp
get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
debian/changelog 0000644 0000000 0000000 00000014125 12162542026 011043 0 ustar libslf4j-java (1.7.5-2) unstable; urgency=low
* debian/rules: Added ant-junit4 to the classpath to fix test failures
(Closes: #713178)
* debian/rules: Improved the clean target to allow rebuilds
-- Emmanuel Bourg Wed, 26 Jun 2013 12:35:49 +0200
libslf4j-java (1.7.5-1) unstable; urgency=low
* Upload to unstable.
* New upstream release.
* d/control: Bump Standards-Version to 3.9.4 (no changes needed).
* d/control: Use canonical URL for Vcs-* fields.
* d/build.xml: Exclude PerfTest (unstable behavior).
-- Damien Raude-Morvan Tue, 07 May 2013 23:12:09 +0200
libslf4j-java (1.7.2-1) experimental; urgency=low
* New upstream release.
* SLF4J now requires JDK 1.5.
* d/control: Replace junit by junit4.
-- Damien Raude-Morvan Sun, 10 Feb 2013 13:02:46 +0100
libslf4j-java (1.6.5-1) unstable; urgency=low
* New upstream release.
* Update Standards-Version to 3.9.3: no changes needed.
* d/copyright: Upgrade to copyright-format 1.0.
-- Damien Raude-Morvan Mon, 04 Jun 2012 23:58:32 +0200
libslf4j-java (1.6.4-1) unstable; urgency=low
* New upstream release.
* Merge changes from Ubuntu, thanks to James Page (Closes: #646092) :
+ Enable test suite:
- d/ant.properties, d/build.xml: Define new targets to compile and
execute test suites for all jar files.
- d/control: Add ant-optional and junit to B-D's.
- d/rules: Define DEB_ANT_CHECK_TARGET to execute test suite and add
ant-junit and junit to DEB_JARS.
+ d/control: Remove surplus dependencies - libjavassist-java,
libcommons-lang-java
-- Damien Raude-Morvan Tue, 01 Nov 2011 23:48:41 +0100
libslf4j-java (1.6.2-1) unstable; urgency=low
* New upstream release.
* Wrap and sort Build-Depends and Depends.
* Bump Standards-Version to 3.9.2: no changes needed.
* d/copyright: Use DEP-5 format.
-- Damien Raude-Morvan Thu, 22 Sep 2011 13:34:54 +0200
libslf4j-java (1.6.1-1) unstable; urgency=low
* New upstream release.
* d/control: Drop Depends on default-jre per Debian Java Policy as its
a library package.
* Switch to 3.0 (quilt) source format.
* Update Standards-Version: 3.9.1 (no changes needed).
-- Damien Raude-Morvan Fri, 04 Mar 2011 23:06:33 +0100
libslf4j-java (1.5.11-2) unstable; urgency=low
* Really remove org/slf4j/impl/** from slf4j-api.jar
This should prevent unexpected java.lang.UnsupportedOperationException.
-- Damien Raude-Morvan Mon, 01 Mar 2010 22:50:56 +0100
libslf4j-java (1.5.11-1) unstable; urgency=low
* New upstream release.
* Update Standards-Version to 3.8.4 (no changes needed)
-- Damien Raude-Morvan Fri, 26 Feb 2010 22:03:36 +0100
libslf4j-java (1.5.10-1) unstable; urgency=low
* New upstream release
- disable build of ext module as org/slf4j/cal10n is
not yet in Debian.
* Update my email address
* Bump debhelper version to >= 7
-- Damien Raude-Morvan Thu, 03 Dec 2009 23:35:00 +0100
libslf4j-java (1.5.8-3) unstable; urgency=low
* Update Standards-Version to 3.8.3
* Compile classes for Java 1.4 / 1.5, don't allow classes
to be compiled in Java 1.6 format
-- Ludovic Claude Fri, 04 Sep 2009 17:26:32 +0100
libslf4j-java (1.5.8-2) unstable; urgency=low
* Upload to unstable.
-- Torsten Werner Sun, 09 Aug 2009 12:42:35 +0200
libslf4j-java (1.5.8-1.1) experimental; urgency=low
[Ludovic Claude]
* Non-maintainer upload.
* Add the Maven POMs to the package
* Add a Build-Depends-Indep dependency on maven-repo-helper
* Use mh_installpom and mh_installjar to install the POM and the jar to the
Maven repository
* Fix Lintian warning: license for the Debian packaging is GPL version 2,
according to Varun Hiremath.
* Use default-jdk instead of default-jdk-builddep for Build-Depends as no
components are built with gcj.
[ Emmanuel Bourg and Sylvestre Ledru]
* Update of the URLs
* Rename Jakarta Commons to Apache Commons
-- Ludovic Claude Thu, 02 Jul 2009 23:16:26 +0100
libslf4j-java (1.5.8-1ubuntu1) karmic; urgency=low
* debian/control: Set libslf4j-java runtime dependency on
"default-jre-headless | java2-runtime-headless" (LP: #387884)
-- Thierry Carrez Thu, 18 Jun 2009 15:23:25 +0200
libslf4j-java (1.5.8-1) unstable; urgency=low
* New upstream release
* debian/control:
- Bump Standards-Version to 3.8.1: no changes needed
- Move libslf4j-java to "java" section
- Move ant to Build-Depends (needed for clean target)
- Build-Depends on default-jdk-builddep
* debian/rules:
- use /usr/lib/jvm/default-java as JAVA_HOME
-- Damien Raude-Morvan Mon, 15 Jun 2009 22:20:39 +0200
libslf4j-java (1.5.6-1) unstable; urgency=low
* New upstream release
- new slf4j-ext module
- add Build-Depends on libjavassist-java and libcommons-lang-java
* add Depends ${misc:Depends} as suggest by Lintian
* add Suggests for :
- libjavassist-java
- liblog4j1.2-java
- libcommons-logging-java
-- Damien Raude-Morvan Mon, 09 Mar 2009 21:22:10 +0100
libslf4j-java (1.5.2-1) unstable; urgency=low
* New upstream release
* Bump Standards-Version to 3.8.0
* Update debian/ant.properties and debian/build.xml files
* debian/copyright: remove the full text of Apache 2.0 license, as now
is included in common licenses
-- Varun Hiremath Sat, 05 Jul 2008 03:16:01 +0530
libslf4j-java (1.5.0-2) unstable; urgency=low
* Remove org/slf4j/impl/* classes from slf4j-api.jar (Closes: #470486)
-- Varun Hiremath Tue, 11 Mar 2008 23:41:52 +0530
libslf4j-java (1.5.0-1) unstable; urgency=low
* New upstream release
-- Varun Hiremath Thu, 28 Feb 2008 11:12:38 +0530
libslf4j-java (1.4.3-1) unstable; urgency=low
* Initial release (Closes: #413751)
-- Varun Hiremath Sun, 24 Feb 2008 12:32:07 +0530
debian/compat 0000644 0000000 0000000 00000000002 12162536526 010374 0 ustar 7
debian/copyright 0000644 0000000 0000000 00000004460 12162536526 011135 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Logback
Upstream-Contact: SLF4J.ORG
Source: http://www.slf4j.org/dist/
Comment:
The upstream supplied source package contains binary jar files and
pre-built documentation, and hence upstream sources have been
repackaged. Please use the get-orig-source target from
debian/rules to create the orig.tar.gz used for Debian
packaging. For more details on repackaging of upstream sources
please see the debian/orig-tar.sh file.
Files: *
Copyright:
Copyright (c) 2004-2005 SLF4J.ORG
Copyright (c) 2004-2007 QOS.ch
License: other
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
Files: jcl104-over-slf4j/src/main/java/org/apache/commons/*
log4j-over-slf4j/src/main/java/org/apache/log4j/*
Copyright: (c) 1999-2005 The Apache Software Foundation
License: Apache-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
Files: debian/*
Copyright:
Copyright 2007-2009, Varun Hiremath
Copyright 2009-2011, Damien Raude-Morvan
License: Apache-2.0
On Debian GNU/Linux system you can find the complete text of the
Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0'
debian/orig-tar.exclude 0000644 0000000 0000000 00000000034 12162536526 012272 0 ustar *.jar
*/site*
*/slf4j-site*
debian/ant.properties 0000644 0000000 0000000 00000001645 12162537717 012107 0 ustar project.name=libslf4j-java
class.dir=classes
source.dir=src/main/java
test.dir=test
test.source.dir=src/test/java
test.class.dir=test/classes
test.res.dir=test/results
test.resource.dir=src/test/resources
jcl-over-slf4j.dir=jcl-over-slf4j
jul-to-slf4j.dir=jul-to-slf4j
log4j-over-slf4j.dir=log4j-over-slf4j
slf4j-api.dir=slf4j-api
slf4j-jcl.dir=slf4j-jcl
slf4j-jdk14.dir=slf4j-jdk14
slf4j-log4j12.dir=slf4j-log4j12
slf4j-nop.dir=slf4j-nop
slf4j-simple.dir=slf4j-simple
slf4j-migrator.dir=slf4j-migrator
slf4j-ext.dir=slf4j-ext
jcl-over-slf4j.jar=jcl-over-slf4j.jar
jul-to-slf4j.jar=jul-to-slf4j.jar
log4j-over-slf4j.jar=log4j-over-slf4j.jar
slf4j-api.jar=slf4j-api.jar
slf4j-api-test.jar=slf4j-api-test.jar
slf4j-jcl.jar=slf4j-jcl.jar
slf4j-jdk14.jar=slf4j-jdk14.jar
slf4j-log4j12.jar=slf4j-log4j12.jar
slf4j-nop.jar=slf4j-nop.jar
slf4j-simple.jar=slf4j-simple.jar
slf4j-migrator.jar=slf4j-migrator.jar
slf4j-ext.jar=slf4j-ext.jar
debian/libslf4j-java.poms 0000644 0000000 0000000 00000000346 12162536526 012531 0 ustar pom.xml --no-parent
jcl-over-slf4j/pom.xml
jul-to-slf4j/pom.xml
log4j-over-slf4j/pom.xml
slf4j-api/pom.xml
slf4j-nop/pom.xml
slf4j-jdk14/pom.xml
slf4j-jcl/pom.xml
slf4j-log4j12/pom.xml
slf4j-migrator/pom.xml
slf4j-simple/pom.xml
debian/control 0000644 0000000 0000000 00000002670 12162541542 010600 0 ustar Source: libslf4j-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers
Uploaders: Varun Hiremath ,
Damien Raude-Morvan ,
Emmanuel Bourg
Build-Depends: ant,
ant-optional,
cdbs,
debhelper (>= 7),
default-jdk,
junit4,
libcommons-logging-java,
liblog4j1.2-java,
maven-repo-helper
Standards-Version: 3.9.4
Homepage: http://www.slf4j.org
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libslf4j-java
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libslf4j-java
Package: libslf4j-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libcommons-logging-java, liblog4j1.2-java
Description: Simple Logging Facade for Java
The Simple Logging Facade for Java (or SLF4J) is intended to serve as
a simple facade for various logging APIs allowing to the end-user to
plug in the desired implementation at deployment time. SLF4J also
allows for a gradual migration path away from Apache Commons
Logging (CL)
.
Logging API implementations can either choose to implement the SLF4J
interfaces directly, e.g. logback or SimpleLogger. Alternatively, it
is possible (and rather easy) to write SLF4J adapters for the given
API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter.
debian/watch 0000644 0000000 0000000 00000000122 12162536526 010222 0 ustar version=3
http://www.slf4j.org/dist/ slf4j-(.*).tar.gz debian debian/orig-tar.sh
debian/orig-tar.sh 0000755 0000000 0000000 00000000524 12162536526 011262 0 ustar #!/bin/sh -e
# $2 = version
# $3 = file
DIR=libslf4j-java-$2.orig
TAR=$3
# clean up the upstream tarball
tar xzf $TAR
mv slf4j-$2 $DIR
GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
rm -rf $DIR
# move to directory 'tarballs'
if [ -r .svn/deb-layout ]; then
. .svn/deb-layout
mv $3 $origDir
echo "moved $3 to $origDir"
fi
debian/source/ 0000755 0000000 0000000 00000000000 12162536526 010476 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 12162536526 011704 0 ustar 3.0 (quilt)