Author: nthykier Date: 2011-02-08 16:27:20 +0000 (Tue, 08 Feb 2011) New Revision: 13261
Modified: trunk/vecmath/debian/changelog trunk/vecmath/debian/control trunk/vecmath/debian/patches/link-javadoc.patch Log: Fixed patch, reordered changelog (else lintian thought it was a NMU) and bumped S-V Modified: trunk/vecmath/debian/changelog =================================================================== --- trunk/vecmath/debian/changelog 2011-02-08 15:54:22 UTC (rev 13260) +++ trunk/vecmath/debian/changelog 2011-02-08 16:27:20 UTC (rev 13261) @@ -1,11 +1,5 @@ vecmath (1.5.2-3) UNRELEASED; urgency=low - [ Sylvestre Ledru ] - * debian/watch: Added watch file. - - [ Jonny Lamb ] - * Removed myself from Uploaders. - [ Niels Thykier ] * Team Upload * Reduced JDK build-depends to default-jdk. @@ -16,7 +10,14 @@ * Link javadoc API to system java doc. * Use javahelper to handle installation of javadoc and jar files. * Converted source to 3.0 (quilt) + * Bump Standards-Version to 3.9.1 - no changes required. + [ Sylvestre Ledru ] + * debian/watch: Added watch file. + + [ Jonny Lamb ] + * Removed myself from Uploaders. + -- Niels Thykier <[email protected]> Tue, 08 Feb 2011 16:28:32 +0100 vecmath (1.5.2-2) unstable; urgency=low Modified: trunk/vecmath/debian/control =================================================================== --- trunk/vecmath/debian/control 2011-02-08 15:54:22 UTC (rev 13260) +++ trunk/vecmath/debian/control 2011-02-08 16:27:20 UTC (rev 13261) @@ -9,7 +9,7 @@ default-jdk, default-jdk-doc, javahelper (>= 0.32~) -Standards-Version: 3.8.0 +Standards-Version: 3.9.1 Homepage: https://vecmath.dev.java.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/vecmath/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/vecmath/ Modified: trunk/vecmath/debian/patches/link-javadoc.patch =================================================================== --- trunk/vecmath/debian/patches/link-javadoc.patch 2011-02-08 15:54:22 UTC (rev 13260) +++ trunk/vecmath/debian/patches/link-javadoc.patch 2011-02-08 16:27:20 UTC (rev 13261) @@ -3,8 +3,8 @@ diff --git a/build.xml.orig b/build.xml index 45ff891..feca902 100644 ---- a/build.xml -+++ b/build.xml +--- a/vecmath/build.xml ++++ b/vecmath/build.xml @@ -185,6 +185,7 @@ maxmemory="128m" destdir="${build}/javadocs" _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

