Author: nomadium-guest Date: 2010-12-13 15:57:10 +0000 (Mon, 13 Dec 2010) New Revision: 13172
Added: trunk/checkstyle/debian/checkstyle-doc.examples trunk/checkstyle/debian/checkstyle-doc.javadoc Removed: trunk/checkstyle/debian/examples trunk/checkstyle/debian/javadoc trunk/checkstyle/debian/patches/ Modified: trunk/checkstyle/debian/changelog trunk/checkstyle/debian/control trunk/checkstyle/debian/rules Log: * Add missing B-D on libmaven-javadoc-plugin-java. * Put Javadoc and examples files in a separate package. * Remove patches since they are no longer necessary. * Add extra rm command in clean target to delete orphan maven files. Modified: trunk/checkstyle/debian/changelog =================================================================== --- trunk/checkstyle/debian/changelog 2010-12-10 22:16:04 UTC (rev 13171) +++ trunk/checkstyle/debian/changelog 2010-12-13 15:57:10 UTC (rev 13172) @@ -11,11 +11,12 @@ * Add dependencies to classpath. (Closes: #557673). * Update watch file. * Add manpage. - * Rework patches. + * Remove patches since they are no longer necessary. * Update copyright file. * Update description. (Closes: #554606). + * Put Javadoc and examples files in a separate package. - -- Miguel Landaeta <[email protected]> Sat, 04 Dec 2010 16:09:02 -0430 + -- Miguel Landaeta <[email protected]> Sun, 12 Dec 2010 20:21:01 -0430 checkstyle (5.0+dfsg-1) UNRELEASED; urgency=low Copied: trunk/checkstyle/debian/checkstyle-doc.examples (from rev 13170, trunk/checkstyle/debian/examples) =================================================================== --- trunk/checkstyle/debian/checkstyle-doc.examples (rev 0) +++ trunk/checkstyle/debian/checkstyle-doc.examples 2010-12-13 15:57:10 UTC (rev 13172) @@ -0,0 +1,2 @@ +contrib/examples/* +contrib/hooks Copied: trunk/checkstyle/debian/checkstyle-doc.javadoc (from rev 13170, trunk/checkstyle/debian/javadoc) =================================================================== --- trunk/checkstyle/debian/checkstyle-doc.javadoc (rev 0) +++ trunk/checkstyle/debian/checkstyle-doc.javadoc 2010-12-13 15:57:10 UTC (rev 13172) @@ -0,0 +1 @@ +target/apidocs/ Modified: trunk/checkstyle/debian/control =================================================================== --- trunk/checkstyle/debian/control 2010-12-10 22:16:04 UTC (rev 13171) +++ trunk/checkstyle/debian/control 2010-12-13 15:57:10 UTC (rev 13172) @@ -9,7 +9,7 @@ libcommons-cli-java, maven-debian-helper (>= 1.0), maven-repo-helper (>= 1.1), libmaven-exec-plugin-java, libmaven-cobertura-plugin-java, libmaven-enforcer-plugin-java, libantlr-maven-plugin-java, - libmaven-antrun-plugin-java + libmaven-antrun-plugin-java, libmaven-javadoc-plugin-java Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/checkstyle Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/checkstyle @@ -31,3 +31,21 @@ Checkstyle is highly configurable and can be made to support almost any coding standard. An example configuration file is supplied supporting the Sun Code Conventions. + +Package: checkstyle-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Suggests: default-jdk-doc +Description: Documentation for Checkstyle + Checkstyle is a development tool to help programmers write Java code that + adheres to a coding standard. It automates the process of checking Java + code to spare humans of this boring (but important) task. This makes it + ideal for projects that want to enforce a coding standard. + . + Checkstyle is highly configurable and can be made to support almost any + coding standard. An example configuration file is supplied supporting the + Sun Code Conventions. + . + This package contains the Javadoc files and some examples to illustrate + how use the Checkstyle tool. Deleted: trunk/checkstyle/debian/examples =================================================================== --- trunk/checkstyle/debian/examples 2010-12-10 22:16:04 UTC (rev 13171) +++ trunk/checkstyle/debian/examples 2010-12-13 15:57:10 UTC (rev 13172) @@ -1,2 +0,0 @@ -contrib/examples/* -contrib/hooks Deleted: trunk/checkstyle/debian/javadoc =================================================================== --- trunk/checkstyle/debian/javadoc 2010-12-10 22:16:04 UTC (rev 13171) +++ trunk/checkstyle/debian/javadoc 2010-12-13 15:57:10 UTC (rev 13172) @@ -1 +0,0 @@ -target/docs/ Modified: trunk/checkstyle/debian/rules =================================================================== --- trunk/checkstyle/debian/rules 2010-12-10 22:16:04 UTC (rev 13171) +++ trunk/checkstyle/debian/rules 2010-12-13 15:57:10 UTC (rev 13172) @@ -19,6 +19,7 @@ clean:: jh_clean + -rm -rf debian/null get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

