Author: varun Date: 2009-05-08 00:21:19 +0000 (Fri, 08 May 2009) New Revision: 8249
Modified: trunk/libcommons-logging-java/debian/changelog trunk/libcommons-logging-java/debian/control trunk/libcommons-logging-java/debian/copyright Log: * Move libservlet2.3-java from Depends to Suggests (Closes: #526043) * Change section to java Modified: trunk/libcommons-logging-java/debian/changelog =================================================================== --- trunk/libcommons-logging-java/debian/changelog 2009-05-08 00:10:51 UTC (rev 8248) +++ trunk/libcommons-logging-java/debian/changelog 2009-05-08 00:21:19 UTC (rev 8249) @@ -1,3 +1,10 @@ +libcommons-logging-java (1.1.1-3) unstable; urgency=low + + * Move libservlet2.3-java from Depends to Suggests (Closes: #526043) + * Change section to java + + -- Varun Hiremath <[email protected]> Thu, 07 May 2009 20:17:10 -0400 + libcommons-logging-java (1.1.1-2) unstable; urgency=low [ Matthias Klose ] Modified: trunk/libcommons-logging-java/debian/control =================================================================== --- trunk/libcommons-logging-java/debian/control 2009-05-08 00:10:51 UTC (rev 8248) +++ trunk/libcommons-logging-java/debian/control 2009-05-08 00:21:19 UTC (rev 8249) @@ -1,19 +1,19 @@ Source: libcommons-logging-java -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[email protected]>, Michael Koch <[email protected]>, Kumar Appaiah <[email protected]>, Varun Hiremath <[email protected]> Build-Depends: debhelper (>= 5), cdbs Build-Depends-Indep: ant-optional, liblogkit-java, liblog4j1.2-java, default-jdk, junit, libservlet2.3-java -Standards-Version: 3.8.0 +Standards-Version: 3.8.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-logging-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-logging-java Homepage: http://commons.apache.org/logging Package: libcommons-logging-java Architecture: all -Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, libservlet2.3-java -Suggests: liblog4j1.2-java, liblogkit-java, libavalon-framework-java, libcommons-logging-java-doc +Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | java2-runtime-headless +Suggests: libservlet2.3-java, liblog4j1.2-java, liblogkit-java, libavalon-framework-java, libcommons-logging-java-doc Description: commmon wrapper interface for several logging APIs Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which @@ -22,7 +22,7 @@ Package: libcommons-logging-java-doc Section: doc Architecture: all -Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless +Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | java2-runtime-headless Description: commmon wrapper interface for several logging APIs (documentation) Provides a simple, component oriented interface together with wrappers for several existing java logging systems. The user can choose at runtime which Modified: trunk/libcommons-logging-java/debian/copyright =================================================================== --- trunk/libcommons-logging-java/debian/copyright 2009-05-08 00:10:51 UTC (rev 8248) +++ trunk/libcommons-logging-java/debian/copyright 2009-05-08 00:21:19 UTC (rev 8249) @@ -26,9 +26,9 @@ 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 packaging: (C) 2001 - 2004, Takashi Okamoto <[email protected]> - (C) 2005 - 2007, Arnaud Vandyck <[email protected]>, Wolfgang Baer <[email protected]> - (C) 2007, Michael Koch, <[email protected]>, Varun Hiremath <[email protected]>, +Debian packaging: © 2001 - 2004, Takashi Okamoto <[email protected]> + © 2005 - 2007, Arnaud Vandyck <[email protected]>, Wolfgang Baer <[email protected]> + © 2007, Michael Koch, <[email protected]>, Varun Hiremath <[email protected]>, Kumar Appaiah <[email protected]> The Debian packaging of this package is licensed under the Apache _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

