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

Varun Hiremath varun at alioth.debian.org
Mon Apr 20 22:47:23 UTC 2009


Author: varun
Date: 2009-04-20 22:47:23 +0000 (Mon, 20 Apr 2009)
New Revision: 8201

Modified:
   trunk/ivy/debian/build.xml
   trunk/ivy/debian/changelog
   trunk/ivy/debian/control
Log:
* Include xml files in ivy.jar (Closes: #524878)
* Add libjsch-java to Suggests (Closes: #521738)
* Bump Standards-Version to 3.8.1

Modified: trunk/ivy/debian/build.xml
===================================================================
--- trunk/ivy/debian/build.xml	2009-04-20 20:12:52 UTC (rev 8200)
+++ trunk/ivy/debian/build.xml	2009-04-20 22:47:23 UTC (rev 8201)
@@ -4,6 +4,14 @@
   <property file="./build.properties" />
   <patternset id="compiler.resources">
     <include name="**/?*.properties" />
+    <include name="**/?*.xml" />
+    <include name="**/?*.png" />
+    <include name="**/?*.jpeg" />
+    <include name="**/?*.jpg" />
+    <include name="**/?*.html" />
+    <include name="**/?*.xsl" />
+    <include name="**/?*.css" />
+    <include name="**/?*.ico" />
   </patternset>
   <target name="clean">
     <delete dir="${class.dir}" quiet="true" />

Modified: trunk/ivy/debian/changelog
===================================================================
--- trunk/ivy/debian/changelog	2009-04-20 20:12:52 UTC (rev 8200)
+++ trunk/ivy/debian/changelog	2009-04-20 22:47:23 UTC (rev 8201)
@@ -1,3 +1,11 @@
+ivy (2.0.0-2) unstable; urgency=low
+
+  * Include xml files in ivy.jar (Closes: #524878)
+  * Add libjsch-java to Suggests (Closes: #521738)
+  * Bump Standards-Version to 3.8.1
+
+ -- Varun Hiremath <varun at debian.org>  Mon, 20 Apr 2009 18:43:56 -0400
+
 ivy (2.0.0-1) unstable; urgency=low
 
   * Initial upload (Closes: #514757)

Modified: trunk/ivy/debian/control
===================================================================
--- trunk/ivy/debian/control	2009-04-20 20:12:52 UTC (rev 8200)
+++ trunk/ivy/debian/control	2009-04-20 22:47:23 UTC (rev 8201)
@@ -8,15 +8,15 @@
  libcommons-lang-java, libcommons-cli-java, liboro-java,
  libcommons-collections-java, libcommons-vfs-java, junit,
  libjsch-java
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 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
-Depends: default-jre | java2-runtime
-Suggests: ivy-doc
+Depends: ${misc:Depends}, default-jre | java2-runtime
+Suggests: libjsch-java, ivy-doc
 Description: The agile dependency manager
  Ivy is a very powerful dependency manager oriented toward Java
  dependency management, even though it could be used to manage
@@ -25,7 +25,7 @@
 Package: ivy-doc
 Section: doc
 Architecture: all
-Depends: default-jre | java2-runtime
+Depends: ${misc:Depends}, default-jre | java2-runtime
 Description: The agile dependency manager (documentation)
  Ivy is a very powerful dependency manager oriented toward Java
  dependency management, even though it could be used to manage




More information about the pkg-java-commits mailing list