[pkg-java] r17128 - trunk/ivy/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Wed Aug 7 07:14:41 UTC 2013


Author: ebourg-guest
Date: 2013-08-07 07:14:40 +0000 (Wed, 07 Aug 2013)
New Revision: 17128

Modified:
   trunk/ivy/debian/changelog
   trunk/ivy/debian/control
   trunk/ivy/debian/rules
Log:
Use canonical URLs for the Vcs-* fields
Switched the dependency on Commons Collections to 3.x



Modified: trunk/ivy/debian/changelog
===================================================================
--- trunk/ivy/debian/changelog	2013-08-06 18:36:08 UTC (rev 17127)
+++ trunk/ivy/debian/changelog	2013-08-07 07:14:40 UTC (rev 17128)
@@ -1,3 +1,11 @@
+ivy (2.3.0-3) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use canonical URLs for the Vcs-* fields
+  * Switched the dependency on Commons Collections to 3.x
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 07 Aug 2013 09:10:20 +0200
+
 ivy (2.3.0-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/ivy/debian/control
===================================================================
--- trunk/ivy/debian/control	2013-08-06 18:36:08 UTC (rev 17127)
+++ trunk/ivy/debian/control	2013-08-07 07:14:40 UTC (rev 17128)
@@ -6,12 +6,12 @@
 Build-Depends: cdbs, debhelper (>= 7)
 Build-Depends-Indep: maven-repo-helper, ant, default-jdk, libcommons-httpclient-java,
  libcommons-lang-java, libcommons-cli-java, liboro-java,
- libcommons-collections-java, libcommons-vfs-java (>= 2.0), junit,
+ libcommons-collections3-java, libcommons-vfs-java (>= 2.0), junit,
  libjsch-java, libbcprov-java, libbcpg-java, default-jdk-doc
 Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/ivy
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/ivy/
 Homepage: http://ant.apache.org/ivy/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/ivy
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/ivy/
 
 Package: ivy
 Architecture: all

Modified: trunk/ivy/debian/rules
===================================================================
--- trunk/ivy/debian/rules	2013-08-06 18:36:08 UTC (rev 17127)
+++ trunk/ivy/debian/rules	2013-08-07 07:14:40 UTC (rev 17128)
@@ -9,7 +9,7 @@
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_ANT_BUILD_TARGET := jar javadoc
 DEB_ANT_BUILDFILE    := debian/build.xml
-DEB_JARS             := commons-httpclient commons-lang commons-cli commons-collections \
+DEB_JARS             := commons-httpclient commons-lang commons-cli commons-collections3 \
                         commons-vfs2 junit jsch oro bcprov bcpg
 API_DOCS             := api
 




More information about the pkg-java-commits mailing list