Author: drazzib Date: 2011-09-22 12:20:48 +0000 (Thu, 22 Sep 2011) New Revision: 14996
Modified: trunk/libslf4j-java/debian/changelog trunk/libslf4j-java/debian/control trunk/libslf4j-java/debian/copyright Log: * 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. Modified: trunk/libslf4j-java/debian/changelog =================================================================== --- trunk/libslf4j-java/debian/changelog 2011-09-22 05:47:07 UTC (rev 14995) +++ trunk/libslf4j-java/debian/changelog 2011-09-22 12:20:48 UTC (rev 14996) @@ -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 <[email protected]> Thu, 22 Sep 2011 13:34:54 +0200 + libslf4j-java (1.6.1-1) unstable; urgency=low * New upstream release. Modified: trunk/libslf4j-java/debian/control =================================================================== --- trunk/libslf4j-java/debian/control 2011-09-22 05:47:07 UTC (rev 14995) +++ trunk/libslf4j-java/debian/control 2011-09-22 12:20:48 UTC (rev 14996) @@ -2,11 +2,18 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Varun Hiremath <[email protected]>, Damien Raude-Morvan <[email protected]> -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 <[email protected]>, + Damien Raude-Morvan <[email protected]> +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 Modified: trunk/libslf4j-java/debian/copyright =================================================================== --- trunk/libslf4j-java/debian/copyright 2011-09-22 05:47:07 UTC (rev 14995) +++ trunk/libslf4j-java/debian/copyright 2011-09-22 12:20:48 UTC (rev 14996) @@ -1,9 +1,8 @@ -This package was debianized by Varun Hiremath <[email protected]> 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/* - log4j-over-slf4j/src/main/java/org/apache/log4j/* -Copyright: (c) 1999-2005 The Apache Software Foundation +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 <[email protected]> -Copyright 2009, Damien Raude-Morvan <[email protected]> -and is licensed under the GPL 2, see `/usr/share/common-licenses/GPL-2'. +Files: debian/* +Copyright: Copyright 2007-2009, Varun Hiremath <[email protected]> +Copyright: Copyright 2009-2011, Damien Raude-Morvan <[email protected]> +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' _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

