--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package ivy. The jar distributed is missing a template file
(#762108) and this is breaking one of the functionalities.
Thank you
unblock ivy/2.3.0-4
diff -Nru ivy-2.3.0/debian/build.xml ivy-2.3.0/debian/build.xml
--- ivy-2.3.0/debian/build.xml 2013-07-15 18:25:53.000000000 +0200
+++ ivy-2.3.0/debian/build.xml 2014-12-24 12:24:06.000000000 +0100
@@ -17,6 +17,7 @@
<include name="**/?*.ent" />
<include name="**/?*.css" />
<include name="**/?*.ico" />
+ <include name="**/pom.template" />
</patternset>
<target name="clean">
<delete dir="${class.dir}" quiet="true" />
diff -Nru ivy-2.3.0/debian/changelog ivy-2.3.0/debian/changelog
--- ivy-2.3.0/debian/changelog 2013-09-09 21:19:23.000000000 +0200
+++ ivy-2.3.0/debian/changelog 2014-12-24 12:48:03.000000000 +0100
@@ -1,3 +1,11 @@
+ivy (2.3.0-4) unstable; urgency=medium
+
+ * Team upload.
+ * Added the missing pom.template file in ivy.jar (Closes: #762108)
+ * Standards-Version updated to 3.9.6 (no changes)
+
+ -- Emmanuel Bourg <ebourg@apache.org> Wed, 24 Dec 2014 12:47:57 +0100
+
ivy (2.3.0-3) unstable; urgency=low
* Team upload.
diff -Nru ivy-2.3.0/debian/control ivy-2.3.0/debian/control
--- ivy-2.3.0/debian/control 2013-08-07 09:08:14.000000000 +0200
+++ ivy-2.3.0/debian/control 2014-12-24 12:33:23.000000000 +0100
@@ -8,7 +8,7 @@
libcommons-lang-java, libcommons-cli-java, liboro-java,
libcommons-collections3-java, libcommons-vfs-java (>= 2.0), junit,
libjsch-java, libbcprov-java, libbcpg-java, default-jdk-doc
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
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/
--- End Message ---