r2095 - trunk/velocity/debian
Arnaud Vandyck
avdyk at costa.debian.org
Tue Apr 25 21:02:02 UTC 2006
Author: avdyk
Date: 2006-04-25 21:02:01 +0000 (Tue, 25 Apr 2006)
New Revision: 2095
Modified:
trunk/velocity/debian/changelog
trunk/velocity/debian/control
trunk/velocity/debian/rules
Log:
Removed Takashi Okamoto from the uploaders (closes: #352993).
Modified: trunk/velocity/debian/changelog
===================================================================
--- trunk/velocity/debian/changelog 2006-04-25 20:53:51 UTC (rev 2094)
+++ trunk/velocity/debian/changelog 2006-04-25 21:02:01 UTC (rev 2095)
@@ -1,6 +1,14 @@
+velocity (1.4-5) unstable; urgency=low
+
+ * Removed Takashi Okamoto from the uploaders (closes: #352993).
+
+ -- Arnaud Vandyck <avdyk at debian.org> Tue, 25 Apr 2006 23:01:27 +0200
+
velocity (1.4-4) unstable; urgency=low
* kaffe compiler transition (closes: #350694)
+ * (avdyk) I commented the test target because I have problems running
+ the tests with kaffe on powerpc
-- Wolfgang Baer <WBaer at gmx.de> Mon, 16 Jan 2006 15:10:48 +0100
Modified: trunk/velocity/debian/control
===================================================================
--- trunk/velocity/debian/control 2006-04-25 20:53:51 UTC (rev 2094)
+++ trunk/velocity/debian/control 2006-04-25 21:02:01 UTC (rev 2095)
@@ -2,7 +2,7 @@
Section: web
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Takashi Okamoto <tora at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, ant, ant-optional, kaffe, junit, liblogkit-java, libservlet2.3-java, liblog4j1.2-java, libjdom0-java, libcommons-collections-java, libwerken.xpath-java, libbcel-java, liboro-java
Standards-Version: 3.6.2
Modified: trunk/velocity/debian/rules
===================================================================
--- trunk/velocity/debian/rules 2006-04-25 20:53:51 UTC (rev 2094)
+++ trunk/velocity/debian/rules 2006-04-25 21:02:01 UTC (rev 2095)
@@ -14,7 +14,7 @@
DEB_JARS := ${ANT_HOME}/lib/ant-launcher.jar junit logkit servlet-2.3 log4j-1.2 commons-collections werken.xpath bcel oro jdom0 antlr
DEB_ANT_CLEAN_TARGET := clean examples-clean-all javadocs-clean test-clean
-DEB_ANT_BUILD_TARGET := jar javadocs test
+DEB_ANT_BUILD_TARGET := jar javadocs #test
DEB_BUILDDIR := build
clean::
More information about the pkg-java-commits
mailing list