Author: twerner Date: 2008-11-08 11:34:53 +0000 (Sat, 08 Nov 2008) New Revision: 7254
Added: trunk/simplyhtml/debian/ant.properties Modified: trunk/simplyhtml/debian/changelog trunk/simplyhtml/debian/control Log: * Build package with source=1.4 and target=1.4. (Closes: #503803) * Add myself to Uploaders. Added: trunk/simplyhtml/debian/ant.properties =================================================================== --- trunk/simplyhtml/debian/ant.properties (rev 0) +++ trunk/simplyhtml/debian/ant.properties 2008-11-08 11:34:53 UTC (rev 7254) @@ -0,0 +1,2 @@ +ant.build.javac.source=1.4 +ant.build.javac.target=1.4 Modified: trunk/simplyhtml/debian/changelog =================================================================== --- trunk/simplyhtml/debian/changelog 2008-11-08 11:06:13 UTC (rev 7253) +++ trunk/simplyhtml/debian/changelog 2008-11-08 11:34:53 UTC (rev 7254) @@ -1,3 +1,10 @@ +simplyhtml (0.12.3+dfsg-3) unstable; urgency=low + + * Build package with source=1.4 and target=1.4. (Closes: #503803) + * Add myself to Uploaders. + + -- Torsten Werner <[EMAIL PROTECTED]> Sat, 08 Nov 2008 12:21:36 +0100 + simplyhtml (0.12.3+dfsg-2) unstable; urgency=low * Removed duplicate javahelp2 dependency. Modified: trunk/simplyhtml/debian/control =================================================================== --- trunk/simplyhtml/debian/control 2008-11-08 11:06:13 UTC (rev 7253) +++ trunk/simplyhtml/debian/control 2008-11-08 11:34:53 UTC (rev 7254) @@ -1,7 +1,8 @@ Source: simplyhtml Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> -Uploaders: Eric Lavarde <[EMAIL PROTECTED]> +Uploaders: Eric Lavarde <[EMAIL PROTECTED]>, + Torsten Werner <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5.0.40), cdbs (>= 0.4.28) Build-Depends-Indep: openjdk-6-jdk, libgnu-regexp-java, javahelp2, ant, gjdoc, docbook-to-man Standards-Version: 3.8.0 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

