Author: nomadium-guest Date: 2012-06-10 02:29:06 +0000 (Sun, 10 Jun 2012) New Revision: 16125
Modified: trunk/checkstyle/debian/changelog trunk/checkstyle/debian/checkstyle.poms trunk/checkstyle/debian/control Log: * Fix FTBFS bug by adding --java-lib flag on m-d-h. (Closes: #652232). * Remove Michael Koch from Uploaders list. Thanks for your work on this package. (Closes: #654002). * Bump Standards-Version to 3.9.3. No changes were required. Modified: trunk/checkstyle/debian/changelog =================================================================== --- trunk/checkstyle/debian/changelog 2012-06-08 22:11:37 UTC (rev 16124) +++ trunk/checkstyle/debian/changelog 2012-06-10 02:29:06 UTC (rev 16125) @@ -1,3 +1,12 @@ +checkstyle (5.4-2) UNRELEASED; urgency=low + + * Fix FTBFS bug by adding --java-lib flag on m-d-h. (Closes: #652232). + * Remove Michael Koch from Uploaders list. + Thanks for your work on this package. (Closes: #654002). + * Bump Standards-Version to 3.9.3. No changes were required. + + -- Miguel Landaeta <[email protected]> Sat, 09 Jun 2012 20:44:27 -0430 + checkstyle (5.4-1) unstable; urgency=low [ tony mancill ] Modified: trunk/checkstyle/debian/checkstyle.poms =================================================================== --- trunk/checkstyle/debian/checkstyle.poms 2012-06-08 22:11:37 UTC (rev 16124) +++ trunk/checkstyle/debian/checkstyle.poms 2012-06-10 02:29:06 UTC (rev 16125) @@ -4,4 +4,4 @@ # where option can be: # --ignore: ignore this POM or # --no-parent: remove the <parent> tag from the POM -pom.xml --no-parent +pom.xml --no-parent --java-lib Modified: trunk/checkstyle/debian/control =================================================================== --- trunk/checkstyle/debian/control 2012-06-08 22:11:37 UTC (rev 16124) +++ trunk/checkstyle/debian/control 2012-06-10 02:29:06 UTC (rev 16125) @@ -2,7 +2,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Michael Koch <[email protected]>, Miguel Landaeta <[email protected]> +Uploaders: Miguel Landaeta <[email protected]> Build-Depends: cdbs, debhelper (>= 7), ant-optional, default-jdk, javahelper Build-Depends-Indep: junit4 (>= 4.8), libcommons-beanutils-java (>= 1.5), libgoogle-collections-java (>= 1.0~rc2), antlr (>= 2.7.6), @@ -11,7 +11,7 @@ libmaven-enforcer-plugin-java, libantlr-maven-plugin-java, libmaven-antrun-plugin-java (>= 1.6), libmaven-javadoc-plugin-java, default-jdk-doc -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/checkstyle Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/checkstyle Homepage: http://checkstyle.sourceforge.net/ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

