diff --git a/debian/changelog b/debian/changelog index b0fa511..3815b46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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. diff --git a/debian/control b/debian/control index 9a0e8fd..e5ba7fb 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,18 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers -Uploaders: Varun Hiremath , Damien Raude-Morvan -Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk -Build-Depends-Indep: maven-repo-helper, liblog4j1.2-java, - libcommons-logging-java, libcommons-lang-java, libjavassist-java -Standards-Version: 3.9.1 +Uploaders: Varun Hiremath , + Damien Raude-Morvan +Build-Depends: ant, + cdbs, + debhelper (>= 7), + default-jdk, + libcommons-lang-java, + libcommons-logging-java, + libjavassist-java, + liblog4j1.2-java, + maven-repo-helper +Standards-Version: 3.9.2 Homepage: http://www.slf4j.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libslf4j-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libslf4j-java @@ -14,7 +21,7 @@ Package: libslf4j-java Architecture: all Depends: ${misc:Depends} -Suggests: libjavassist-java, liblog4j1.2-java, libcommons-logging-java +Suggests: libcommons-logging-java, libjavassist-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 diff --git a/debian/copyright b/debian/copyright index 53bbaa9..8828d37 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,8 @@ -This package was debianized by Varun Hiremath on -Wed, 12 Dec 2007 14:21:59 +0530 - -It was downloaded from http://www.slf4j.org/dist/ - -Repackaging: +Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 +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 @@ -11,11 +10,9 @@ packaging. For more details on repackaging of upstream sources please see the debian/orig-tar.sh file. -Upstream Authors: SLF4J.ORG - -Copyright: (c) 2004-2005 SLF4J.ORG - (c) 2004-2007 QOS.ch - +Files: * +Copyright: Copyright (c) 2004-2005 SLF4J.ORG +Copyright: Copyright (c) 2004-2007 QOS.ch License: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -24,10 +21,10 @@ 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 @@ -36,20 +33,18 @@ 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/* + + +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' -The Debian packaging is -Copyright 2007-2009, Varun Hiremath -Copyright 2009, Damien Raude-Morvan -and is licensed under the GPL 2, see `/usr/share/common-licenses/GPL-2'. +Files: debian/* +Copyright: Copyright 2007-2009, Varun Hiremath +Copyright: 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'