[pkg-java] r16463 - trunk/ivy/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Mon Apr 1 00:58:16 UTC 2013
Author: nomadium-guest
Date: 2013-04-01 00:58:16 +0000 (Mon, 01 Apr 2013)
New Revision: 16463
Modified:
trunk/ivy/debian/changelog
trunk/ivy/debian/control
trunk/ivy/debian/pom.xml
Log:
* New upstream release.
* Bump Standards-Version to 3.9.4. No changes were required.
* Fix minor lintian warning regarding package description.
Modified: trunk/ivy/debian/changelog
===================================================================
--- trunk/ivy/debian/changelog 2013-04-01 00:14:16 UTC (rev 16462)
+++ trunk/ivy/debian/changelog 2013-04-01 00:58:16 UTC (rev 16463)
@@ -1,11 +1,16 @@
-ivy (2.2.0-3) UNRELEASED; urgency=low
+ivy (2.3.0-1) UNRELEASED; urgency=low
- * Team upload.
+ [ Miguel Landaeta ]
+ * New upstream release.
+ * Bump Standards-Version to 3.9.4. No changes were required.
+ * Fix minor lintian warning regarding package description.
+
+ [ Damien Raude-Morvan ]
* d/maven.rules: Replace commons-vfs by commons-vfs2,
use 3.x version of commons-httpclient and add mapping
for bouncycastle.
- -- Damien Raude-Morvan <drazzib at debian.org> Sun, 11 Sep 2011 21:30:54 +0200
+ -- Miguel Landaeta <miguel at miguel.cc> Sun, 31 Mar 2013 21:32:10 -0300
ivy (2.2.0-2) unstable; urgency=low
Modified: trunk/ivy/debian/control
===================================================================
--- trunk/ivy/debian/control 2013-04-01 00:14:16 UTC (rev 16462)
+++ trunk/ivy/debian/control 2013-04-01 00:58:16 UTC (rev 16463)
@@ -8,7 +8,7 @@
libcommons-lang-java, libcommons-cli-java, liboro-java,
libcommons-collections-java, libcommons-vfs-java (>= 2.0), junit,
libjsch-java, libbcprov-java, libbcpg-java, default-jdk-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
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/
@@ -18,7 +18,7 @@
Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
Suggests: libjsch-java, libbcprov-java, libbcpg-java, ivy-doc,
default-jre | java2-runtime
-Description: The agile dependency manager
+Description: agile dependency manager
Ivy is a very powerful dependency manager oriented toward Java
dependency management, even though it could be used to manage
dependencies of any kind.
@@ -27,7 +27,7 @@
Section: doc
Architecture: all
Depends: ${misc:Depends}, default-jdk-doc
-Description: The agile dependency manager (documentation)
+Description: agile dependency manager (documentation)
Ivy is a very powerful dependency manager oriented toward Java
dependency management, even though it could be used to manage
dependencies of any kind.
Modified: trunk/ivy/debian/pom.xml
===================================================================
--- trunk/ivy/debian/pom.xml 2013-04-01 00:14:16 UTC (rev 16462)
+++ trunk/ivy/debian/pom.xml 2013-04-01 00:58:16 UTC (rev 16463)
@@ -28,7 +28,7 @@
</parent>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
- <version>2.2.0</version>
+ <version>2.3.0</version>
<name>Apache Ivy</name>
<url>http://ant.apache.org/ivy/</url>
<scm>
More information about the pkg-java-commits
mailing list