Author: avdyk Date: 2006-04-24 20:17:47 +0000 (Mon, 24 Apr 2006) New Revision: 2062
Added: trunk/commons-logging/debian/watch Modified: trunk/commons-logging/debian/changelog trunk/commons-logging/debian/control trunk/commons-logging/debian/rules Log: libcommons-logging-java (1.0.4-5) unstable; urgency=low * Removed Takashi Okamoto from uploaders (closes: #352985). * debian/watch: added. * debian/rules: removed ant-launcher.jar from the classpath. Also added the svn:executable property to 1 on debian/rules, and added myself as an uploader Modified: trunk/commons-logging/debian/changelog =================================================================== --- trunk/commons-logging/debian/changelog 2006-04-24 19:55:04 UTC (rev 2061) +++ trunk/commons-logging/debian/changelog 2006-04-24 20:17:47 UTC (rev 2062) @@ -1,3 +1,11 @@ +libcommons-logging-java (1.0.4-5) unstable; urgency=low + + * Removed Takashi Okamoto from uploaders (closes: #352985). + * debian/watch: added. + * debian/rules: removed ant-launcher.jar from the classpath. + + -- Arnaud Vandyck <[EMAIL PROTECTED]> Mon, 24 Apr 2006 21:52:32 +0200 + libcommons-logging-java (1.0.4-4) unstable; urgency=low * kaffe compiler transition Modified: trunk/commons-logging/debian/control =================================================================== --- trunk/commons-logging/debian/control 2006-04-24 19:55:04 UTC (rev 2061) +++ trunk/commons-logging/debian/control 2006-04-24 20:17:47 UTC (rev 2062) @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Takashi Okamoto <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, ant, ant-optional, liblogkit-java, liblog4j1.2-java, libavalon-framework-java, kaffe (>= 2:1.1.5-3), junit Standards-Version: 3.6.2 Modified: trunk/commons-logging/debian/rules =================================================================== --- trunk/commons-logging/debian/rules 2006-04-24 19:55:04 UTC (rev 2061) +++ trunk/commons-logging/debian/rules 2006-04-24 20:17:47 UTC (rev 2062) @@ -7,7 +7,7 @@ JAVA_HOME := /usr/lib/kaffe ANT_HOME := /usr/share/ant -DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar commons-logging log4j-1.2 logkit avalon-framework servlet-2.3 junit +DEB_JARS := commons-logging log4j-1.2 logkit avalon-framework servlet-2.3 junit DEB_ANT_BUILD_TARGET := compile javadoc test Property changes on: trunk/commons-logging/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: trunk/commons-logging/debian/watch =================================================================== --- trunk/commons-logging/debian/watch 2006-04-24 19:55:04 UTC (rev 2061) +++ trunk/commons-logging/debian/watch 2006-04-24 20:17:47 UTC (rev 2062) @@ -0,0 +1,2 @@ +version=2 +http://www.apache.org/dist/jakarta/commons/logging/source/commons-logging-(.*)-src\.tar\.gz debian uupdate _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

