Author: drazzib-guest Date: 2009-08-11 21:29:57 +0000 (Tue, 11 Aug 2009) New Revision: 9943
Modified: trunk/libcommons-codec-java/debian/changelog trunk/libcommons-codec-java/debian/patches/build.patch Log: [libcommons-codec-java] Update packaging for 1.4 upstream release. Modified: trunk/libcommons-codec-java/debian/changelog =================================================================== --- trunk/libcommons-codec-java/debian/changelog 2009-08-11 20:47:28 UTC (rev 9942) +++ trunk/libcommons-codec-java/debian/changelog 2009-08-11 21:29:57 UTC (rev 9943) @@ -1,3 +1,11 @@ +libcommons-codec-java (1.4-1) UNRELEASED; urgency=low + + * New upstream release. + - build.patch partialy merged: LICENSE file is now present in orig tarball + refresh this patch and add header using DEP-3 format + + -- Damien Raude-Morvan <[email protected]> Tue, 11 Aug 2009 23:29:00 +0200 + libcommons-codec-java (1.3-8) unstable; urgency=low * Upload to unstable. Modified: trunk/libcommons-codec-java/debian/patches/build.patch =================================================================== --- trunk/libcommons-codec-java/debian/patches/build.patch 2009-08-11 20:47:28 UTC (rev 9942) +++ trunk/libcommons-codec-java/debian/patches/build.patch 2009-08-11 21:29:57 UTC (rev 9943) @@ -1,29 +1,10 @@ +Description: Don't stop build on JUnit failure. +Author: Damien Raude-Morvan <[email protected]> +Forwarded: not-needed +Last-Update: 2009-08-11 --- a/build.xml +++ b/build.xml -@@ -90,14 +90,12 @@ - </target> - <target name="dist" depends="compile,javadoc" description="Create binary distribution"> - <mkdir dir="${dist.home}"/> -- <copy file="../LICENSE" todir="${dist.home}"/> - <copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/> - <antcall target="jar"/> - </target> - <target name="jar" depends="compile" description="Create jar"> - <mkdir dir="${dist.home}"/> - <mkdir dir="${build.home}/classes/META-INF"/> -- <copy file="../LICENSE" tofile="${build.home}/classes/META-INF/LICENSE.txt"/> - <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF"/> - </target> - <target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}"> -@@ -145,7 +143,6 @@ - <zipfileset dir="." includes="build.xml" prefix="${final.name}/"/> - <zipfileset dir="." includes="checkstyle.xml" prefix="${final.name}/"/> - <zipfileset dir="." includes="default.properties" prefix="${final.name}/"/> -- <zipfileset dir="." includes="LICENSE.TXT" prefix="${final.name}/"/> - <zipfileset dir="." includes="maven.xml" prefix="${final.name}/"/> - <zipfileset dir="." includes="project.properties" prefix="${final.name}/"/> - <zipfileset dir="." includes="project.xml" prefix="${final.name}/"/> -@@ -177,7 +174,7 @@ +@@ -196,7 +196,7 @@ <!-- Run all the JUnit Tests --> <target name="test" depends="compile.tests" description="Compiles and runs unit test cases"> <record name="${build.home}/test-output.txt" append="no" action="start"/> _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

