[pkg-java] r16230 - trunk/ant-contrib/debian
Damien Raude-Morvan
drazzib at alioth.debian.org
Mon Jul 9 18:52:50 UTC 2012
Author: drazzib
Date: 2012-07-09 18:52:50 +0000 (Mon, 09 Jul 2012)
New Revision: 16230
Modified:
trunk/ant-contrib/debian/ant.properties
trunk/ant-contrib/debian/changelog
trunk/ant-contrib/debian/control
trunk/ant-contrib/debian/rules
Log:
* d/control: Bump Standards-Version to 3.9.3: no changes.
* d/control: As per Java Policy, drop JRE dependency as
it's a library package.
* d/rules: Include xercesImpl into build classpath (fix part of
FTBFS).
* d/ant.properties: Disable Ivy no-ivy=true. (Closes: #666571)
Modified: trunk/ant-contrib/debian/ant.properties
===================================================================
--- trunk/ant-contrib/debian/ant.properties 2012-07-09 01:32:37 UTC (rev 16229)
+++ trunk/ant-contrib/debian/ant.properties 2012-07-09 18:52:50 UTC (rev 16230)
@@ -3,3 +3,5 @@
httpclient.jar=/usr/share/java/httpclient.jar
ivy.jar=/usr/share/java/ivy.jar
junit.jar=/usr/share/java/junit.jar
+
+no-ivy=true
Modified: trunk/ant-contrib/debian/changelog
===================================================================
--- trunk/ant-contrib/debian/changelog 2012-07-09 01:32:37 UTC (rev 16229)
+++ trunk/ant-contrib/debian/changelog 2012-07-09 18:52:50 UTC (rev 16230)
@@ -1,11 +1,20 @@
-ant-contrib (1.0~b3+svn177-5) UNRELEASED; urgency=low
+ant-contrib (1.0~b3+svn177-5) unstable; urgency=low
+ [ tony mancill ]
* Team upload.
* Remove Daniel Leidert from Uploaders (at his request).
* Remove Michael Koch Uploaders (Closes: #653983)
- -- tony mancill <tmancill at debian.org> Sun, 01 Jan 2012 16:00:47 -0800
+ [ Damien Raude-Morvan ]
+ * d/control: Bump Standards-Version to 3.9.3: no changes.
+ * d/control: As per Java Policy, drop JRE dependency as
+ it's a library package.
+ * d/rules: Include xercesImpl into build classpath (fix part of
+ FTBFS).
+ * d/ant.properties: Disable Ivy no-ivy=true. (Closes: #666571)
+ -- Damien Raude-Morvan <drazzib at debian.org> Mon, 09 Jul 2012 03:43:52 +0200
+
ant-contrib (1.0~b3+svn177-4) unstable; urgency=low
* Team upload.
Modified: trunk/ant-contrib/debian/control
===================================================================
--- trunk/ant-contrib/debian/control 2012-07-09 01:32:37 UTC (rev 16229)
+++ trunk/ant-contrib/debian/control 2012-07-09 18:52:50 UTC (rev 16230)
@@ -7,7 +7,7 @@
Build-Depends-Indep: ant-optional, ivy (>= 2), junit, libbcel-java,
libcommons-cli-java, libcommons-codec-java, libcommons-httpclient-java,
libcommons-logging-java, liboro-java, libxerces2-java, maven-repo-helper
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/ant-contrib
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ant-contrib
Homepage: http://ant-contrib.sourceforge.net
@@ -15,7 +15,7 @@
Package: ant-contrib
Architecture: all
-Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends}
+Depends: ${misc:Depends}
Enhances: ant
Description: collection of tasks, types and other tools for Apache Ant
Extends ant and provides the following tasks:
Modified: trunk/ant-contrib/debian/rules
===================================================================
--- trunk/ant-contrib/debian/rules 2012-07-09 01:32:37 UTC (rev 16229)
+++ trunk/ant-contrib/debian/rules 2012-07-09 18:52:50 UTC (rev 16230)
@@ -18,7 +18,8 @@
commons-codec \
commons-httpclient \
commons-logging \
- oro
+ oro \
+ xercesImpl
install/ant-contrib::
mh_installpoms -pant-contrib
More information about the pkg-java-commits
mailing list