This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-logging-java.
commit 3755de0c6a6e63cec870f60338ef35b1dd794f55 Author: Arnaud Vandyck <[email protected]> Date: Mon Apr 24 20:17:47 2006 +0000 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 --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 2 +- debian/watch | 2 ++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 95de760..adae25b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 987a0f4..e251b13 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libcommons-logging-java 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 diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755 index 631d700..c86be1e --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ include /usr/share/cdbs/1/class/ant.mk 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 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..a147e42 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.apache.org/dist/jakarta/commons/logging/source/commons-logging-(.*)-src\.tar\.gz debian uupdate -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

