Author: tmancill Date: 2014-05-11 15:23:40 +0000 (Sun, 11 May 2014) New Revision: 18128
Added: tags/checkstyle/5.7-2/ tags/checkstyle/5.7-2/debian/README.Debian tags/checkstyle/5.7-2/debian/changelog tags/checkstyle/5.7-2/debian/control tags/checkstyle/5.7-2/debian/wrappers/checkstyle Removed: tags/checkstyle/5.7-2/debian/README.Debian tags/checkstyle/5.7-2/debian/changelog tags/checkstyle/5.7-2/debian/control tags/checkstyle/5.7-2/debian/wrappers/checkstyle Log: [svn-buildpackage] Tagging checkstyle 5.7-2 Deleted: tags/checkstyle/5.7-2/debian/README.Debian =================================================================== --- trunk/checkstyle/debian/README.Debian 2014-05-09 09:47:00 UTC (rev 18125) +++ tags/checkstyle/5.7-2/debian/README.Debian 2014-05-11 15:23:40 UTC (rev 18128) @@ -1,32 +0,0 @@ -checkstyle for Debian ---------------------- - -USAGE: ------- - -Do not forget to set your CLASSPATH variable to match the correct -requirements to use this library: - -antlrall.jar -regexp.jar -commons-collections.jar -commons-cli.jar -commons-beanutils.jar -commons-logging.jar - -If you did install checkstyle, you already have the correct -dependencies. You'll find all the necessary packages in -'/usr/share/java'. - - - -- Arnaud Vandyck <[email protected]>, Fri Jun 4 13:39:14 2004 - - -Wrapper was added in version 4.4+dfsg-2: - -/usr/bin/checkstyle [options] - -There is no need to set CLASSPATH manually anymore. - - -- Dominik Smatana <[email protected]> Thu, 26 Mar 2009 19:52:23 +0100 - Copied: tags/checkstyle/5.7-2/debian/README.Debian (from rev 18127, trunk/checkstyle/debian/README.Debian) =================================================================== --- tags/checkstyle/5.7-2/debian/README.Debian (rev 0) +++ tags/checkstyle/5.7-2/debian/README.Debian 2014-05-11 15:23:40 UTC (rev 18128) @@ -0,0 +1,11 @@ +checkstyle for Debian +--------------------- + +A wrapper was added in version 4.4+dfsg-2: + +/usr/bin/checkstyle [options] + +There is no need to set CLASSPATH manually anymore. + + -- Dominik Smatana <[email protected]> Thu, 26 Mar 2009 19:52:23 +0100 + Deleted: tags/checkstyle/5.7-2/debian/changelog =================================================================== --- trunk/checkstyle/debian/changelog 2014-05-09 09:47:00 UTC (rev 18125) +++ tags/checkstyle/5.7-2/debian/changelog 2014-05-11 15:23:40 UTC (rev 18128) @@ -1,244 +0,0 @@ -checkstyle (5.7-1) unstable; urgency=medium - - * New upstream release (Closes: #723194) - * Refreshed the patches - * Switch to debhelper level 9 - * Standards-Version updated to 3.9.5 (no changes) - - -- Emmanuel Bourg <[email protected]> Sun, 16 Feb 2014 18:50:32 +0100 - -checkstyle (5.6-2) unstable; urgency=low - - * Disabled tests that require internet access, which may not be - available on the build machines. Thanks to Andreas Moog. - (Closes: #714109, LP: #1217909) - - -- Emmanuel Bourg <[email protected]> Wed, 28 Aug 2013 18:26:59 +0200 - -checkstyle (5.6-1) unstable; urgency=low - - * New upstream release - * Refreshed the patch - * Replaced the dependency on Google Collections by Guava - * Removed the build dependency on libmaven-cobertura-plugin-java - * Removed the build dependency on libmaven-exec-plugin-java - * Updated Standards-Version to 3.9.4 (no changes) - * debian/rules: Changed the get-orig-source target to fetch the current - version instead of the most recent version - * Use canonical URLs for the Vcs-* fields - - -- Emmanuel Bourg <[email protected]> Mon, 17 Jun 2013 11:29:36 +0200 - -checkstyle (5.4-2) unstable; 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 ] - * Adjust java-wrappers invocation (Closes: #620868). - - [ Miguel Landaeta ] - * New upstream release. - * Fix FTBFS due to changes introduced with Ant 1.8.2. (Closes: #634574). - * Add optional dependency on java5-runtime-headless. - * Refresh patches. - * Bump Standards-Version to 3.9.2. No changes were required. - - -- Miguel Landaeta <[email protected]> Wed, 20 Jul 2011 19:33:52 -0430 - -checkstyle (5.3-2) unstable; urgency=low - - * Upload to unstable. - * Add Build-Depends on default-jdk-doc and link javadoc to system javadocs. - * Update copyright dates. - - -- Miguel Landaeta <[email protected]> Sat, 12 Feb 2011 15:59:42 -0500 - -checkstyle (5.3-1) experimental; urgency=low - - * New upstream release. (Closes: #554610). - * Remove inactive maintainers and add myself to Uploaders. - Thanks to previous maintainers for the work on this package. - * Switch build system from Ant to Maven + Javahelper. - * Rework Build-Depends and Depends. - * Bump Standards-Version to 3.9.1. No changes were required. - * Bump debhelper compatibility level to 7. - * Set debian package source format to 3.0 (quilt). - * Add dependencies to classpath. (Closes: #557673). - * Update watch file. - * Add manpage. - * 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]> Sun, 12 Dec 2010 20:21:01 -0430 - -checkstyle (5.0+dfsg-1) UNRELEASED; urgency=low - - * New upstream version. - * Reworked Build-Depends. - * Cleaned up debian/rules. - * Remove automatic update feature from watch file. - - -- Michael Koch <[email protected]> Sun, 27 Sep 2009 11:25:29 +0200 - -checkstyle (4.4+dfsg-5) unstable; urgency=high - - * Switch to fromdos and todos which fixes a FTBFS. (Closes: #569424) - - -- Torsten Werner <[email protected]> Thu, 11 Feb 2010 21:48:55 +0100 - -checkstyle (4.4+dfsg-4) unstable; urgency=low - - [ Dominik Smatana ] - * debian/control - - fixed override disparity (Section: java) - - [ Michael Koch ] - * Build-Depend on libjdom1-java instead of libjdom0-java. - (Closes: #543069). - * Added '${misc:Depends}' to Depends of checkstyle. - * Updated Standards-Version to 3.8.3. - - -- Michael Koch <[email protected]> Sun, 06 Sep 2009 23:15:01 +0200 - -checkstyle (4.4+dfsg-2) unstable; urgency=low - - [ Dominik Smatana ] - * Added wrapper for checkstyle.jar (closes: #512149) - * Updated to standards version 3.8.0 - - [ Michael Koch ] - * Fixed watch file to match current version scheme also. - * Use uscan sf.net helper for SourceForge. Fixes upstream checking. - - -- Dominik Smatana <[email protected]> Thu, 26 Mar 2009 20:10:10 +0100 - -checkstyle (4.4+dfsg-1) unstable; urgency=low - - * New upstream release. - * Updated to standards version 3.7.3 - - -- Paul Cager <[email protected]> Sat, 29 Dec 2007 21:14:13 +0000 - -checkstyle (4.3+dfsg1-2) unstable; urgency=low - - * Include sun_checks.xml and checkstyle_checks.xml - (Closes: #451802) - * Use Vcs-Browser and Vcs-Svn fields. - - -- Paul Cager <[email protected]> Sun, 18 Nov 2007 21:41:24 +0000 - -checkstyle (4.3+dfsg1-1) unstable; urgency=low - - [ Paul Cager ] - * New upstream release. (Closes: #433350) - * FTBFS: Illegal class or package name. - Now built with GIJ and new Ant. (Closes: #432540) - * New version of checkstyle compatible with antlr 2.7.6 (see - upstream change log). - (Closes: #305325) - * Added Homepage, XS-Vcs-Svn and XS-Vcs-Browser tags. - * Ships additional files. (Closes: #434316) - * compat version 5 (no changes necessary). - - [ Michael Koch ] - * Updated watch file. - - -- Michael Koch <[email protected]> Fri, 12 Oct 2007 07:31:11 +0200 - -checkstyle (4.1+dfsg-1) unstable; urgency=high - - * Removed third-party Jars in the orig source tarball (Closes #383791). - * Added myself to uploaders. - * Added dos2unix conversion for build.xml (as patches are stored in - svn, and so lose CrLf line terminators). tofrodos added to - Build-Depends-Indep. - - -- Paul Cager <[email protected]> Thu, 1 Feb 2007 23:41:01 +0000 - -checkstyle (4.1-1) unstable; urgency=low - - * New upstream release. - - Updated debian/patches/00_build_xml.patch. - * Updated watch file. - - -- Michael Koch <[email protected]> Wed, 25 Jan 2006 08:53:26 +0000 - -checkstyle (3.4-9) unstable; urgency=low - - * libant1.6-java to ant transition - * Increased debhelper dependency to make linda happy - * Removed explicit dependencies to gjdoc, jikes - handled by kaffe - * Added myself to uploaders - * Fixed FSF address in copyright - * Standards-Version 3.6.2 (no changes) - - -- Wolfgang Baer <[email protected]> Sat, 01 Oct 2005 19:22:52 +0200 - -checkstyle (3.4-8) unstable; urgency=low - - * Include checkstyle-optional.jar (Closes: #270959). - * Fixed watch file. - - -- Michael Koch <[email protected]> Mon, 4 Apr 2005 05:31:08 +0000 - -checkstyle (3.4-7) unstable; urgency=low - - * Build-Depend on cdbs (Closes: #301471). - - -- Michael Koch <[email protected]> Sat, 26 Mar 2005 16:33:02 +0000 - -checkstyle (3.4-6) unstable; urgency=low - - * Build-Depend on >= gjdoc 0.7.2. - * Use unversioned com-sun-javadoc.jar. - * Build-Depend and Depend on kaffe >= 2:1.1.4.PRECVS8-2. - - -- Michael Koch <[email protected]> Wed, 9 Mar 2005 15:59:08 +0000 - -checkstyle (3.4-5) unstable; urgency=low - - * Fixed debian/patches/00_build_xml.patch to call native2ascii correctly. - - -- Michael Koch <[email protected]> Sat, 5 Mar 2005 12:55:28 +0000 - -checkstyle (3.4-4) unstable; urgency=low - - * Moved to main. - * Build package with kaffe. - * Cleaned up Build-Depends. - * Use libant1.6-java for building instead of libant1.5 and ant. - * Added debian/patches/00_build_xml.patch. - * Revisited debian/README.Debian. - * Added myself to Uploaders. - - -- Michael Koch <[email protected]> Tue, 1 Mar 2005 07:57:45 +0000 - -checkstyle (3.4-3) unstable; urgency=low - - * change the install script/file, now /usr/share/java/checkstyle-3.4.jar - is no more a directory (closes: #265657). - * debian/watch: added. - - -- Arnaud Vandyck <[email protected]> Sun, 15 Aug 2004 02:24:22 +0200 - -checkstyle (3.4-2) unstable; urgency=low - - * added a better description - - -- Arnaud Vandyck <[email protected]> Sun, 20 Jun 2004 12:50:50 +0200 - -checkstyle (3.4-1) unstable; urgency=low - - * Initial Release (closes: #221892). - - -- Arnaud Vandyck <[email protected]> Fri, 4 Jun 2004 14:29:46 +0200 - Copied: tags/checkstyle/5.7-2/debian/changelog (from rev 18127, trunk/checkstyle/debian/changelog) =================================================================== --- tags/checkstyle/5.7-2/debian/changelog (rev 0) +++ tags/checkstyle/5.7-2/debian/changelog 2014-05-11 15:23:40 UTC (rev 18128) @@ -0,0 +1,254 @@ +checkstyle (5.7-2) unstable; urgency=medium + + * Team upload. + * Patch jar list in wrapper script and add dependency on + libcommons-colleections3-java. (Closes: #747560) + - Thanks to Saikrishna Arcot for the bug report and patch. + * Update README.Debian + + -- tony mancill <[email protected]> Sun, 11 May 2014 08:07:14 -0700 + +checkstyle (5.7-1) unstable; urgency=medium + + * New upstream release (Closes: #723194) + * Refreshed the patches + * Switch to debhelper level 9 + * Standards-Version updated to 3.9.5 (no changes) + + -- Emmanuel Bourg <[email protected]> Sun, 16 Feb 2014 18:50:32 +0100 + +checkstyle (5.6-2) unstable; urgency=low + + * Disabled tests that require internet access, which may not be + available on the build machines. Thanks to Andreas Moog. + (Closes: #714109, LP: #1217909) + + -- Emmanuel Bourg <[email protected]> Wed, 28 Aug 2013 18:26:59 +0200 + +checkstyle (5.6-1) unstable; urgency=low + + * New upstream release + * Refreshed the patch + * Replaced the dependency on Google Collections by Guava + * Removed the build dependency on libmaven-cobertura-plugin-java + * Removed the build dependency on libmaven-exec-plugin-java + * Updated Standards-Version to 3.9.4 (no changes) + * debian/rules: Changed the get-orig-source target to fetch the current + version instead of the most recent version + * Use canonical URLs for the Vcs-* fields + + -- Emmanuel Bourg <[email protected]> Mon, 17 Jun 2013 11:29:36 +0200 + +checkstyle (5.4-2) unstable; 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 ] + * Adjust java-wrappers invocation (Closes: #620868). + + [ Miguel Landaeta ] + * New upstream release. + * Fix FTBFS due to changes introduced with Ant 1.8.2. (Closes: #634574). + * Add optional dependency on java5-runtime-headless. + * Refresh patches. + * Bump Standards-Version to 3.9.2. No changes were required. + + -- Miguel Landaeta <[email protected]> Wed, 20 Jul 2011 19:33:52 -0430 + +checkstyle (5.3-2) unstable; urgency=low + + * Upload to unstable. + * Add Build-Depends on default-jdk-doc and link javadoc to system javadocs. + * Update copyright dates. + + -- Miguel Landaeta <[email protected]> Sat, 12 Feb 2011 15:59:42 -0500 + +checkstyle (5.3-1) experimental; urgency=low + + * New upstream release. (Closes: #554610). + * Remove inactive maintainers and add myself to Uploaders. + Thanks to previous maintainers for the work on this package. + * Switch build system from Ant to Maven + Javahelper. + * Rework Build-Depends and Depends. + * Bump Standards-Version to 3.9.1. No changes were required. + * Bump debhelper compatibility level to 7. + * Set debian package source format to 3.0 (quilt). + * Add dependencies to classpath. (Closes: #557673). + * Update watch file. + * Add manpage. + * 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]> Sun, 12 Dec 2010 20:21:01 -0430 + +checkstyle (5.0+dfsg-1) UNRELEASED; urgency=low + + * New upstream version. + * Reworked Build-Depends. + * Cleaned up debian/rules. + * Remove automatic update feature from watch file. + + -- Michael Koch <[email protected]> Sun, 27 Sep 2009 11:25:29 +0200 + +checkstyle (4.4+dfsg-5) unstable; urgency=high + + * Switch to fromdos and todos which fixes a FTBFS. (Closes: #569424) + + -- Torsten Werner <[email protected]> Thu, 11 Feb 2010 21:48:55 +0100 + +checkstyle (4.4+dfsg-4) unstable; urgency=low + + [ Dominik Smatana ] + * debian/control + - fixed override disparity (Section: java) + + [ Michael Koch ] + * Build-Depend on libjdom1-java instead of libjdom0-java. + (Closes: #543069). + * Added '${misc:Depends}' to Depends of checkstyle. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch <[email protected]> Sun, 06 Sep 2009 23:15:01 +0200 + +checkstyle (4.4+dfsg-2) unstable; urgency=low + + [ Dominik Smatana ] + * Added wrapper for checkstyle.jar (closes: #512149) + * Updated to standards version 3.8.0 + + [ Michael Koch ] + * Fixed watch file to match current version scheme also. + * Use uscan sf.net helper for SourceForge. Fixes upstream checking. + + -- Dominik Smatana <[email protected]> Thu, 26 Mar 2009 20:10:10 +0100 + +checkstyle (4.4+dfsg-1) unstable; urgency=low + + * New upstream release. + * Updated to standards version 3.7.3 + + -- Paul Cager <[email protected]> Sat, 29 Dec 2007 21:14:13 +0000 + +checkstyle (4.3+dfsg1-2) unstable; urgency=low + + * Include sun_checks.xml and checkstyle_checks.xml + (Closes: #451802) + * Use Vcs-Browser and Vcs-Svn fields. + + -- Paul Cager <[email protected]> Sun, 18 Nov 2007 21:41:24 +0000 + +checkstyle (4.3+dfsg1-1) unstable; urgency=low + + [ Paul Cager ] + * New upstream release. (Closes: #433350) + * FTBFS: Illegal class or package name. + Now built with GIJ and new Ant. (Closes: #432540) + * New version of checkstyle compatible with antlr 2.7.6 (see + upstream change log). + (Closes: #305325) + * Added Homepage, XS-Vcs-Svn and XS-Vcs-Browser tags. + * Ships additional files. (Closes: #434316) + * compat version 5 (no changes necessary). + + [ Michael Koch ] + * Updated watch file. + + -- Michael Koch <[email protected]> Fri, 12 Oct 2007 07:31:11 +0200 + +checkstyle (4.1+dfsg-1) unstable; urgency=high + + * Removed third-party Jars in the orig source tarball (Closes #383791). + * Added myself to uploaders. + * Added dos2unix conversion for build.xml (as patches are stored in + svn, and so lose CrLf line terminators). tofrodos added to + Build-Depends-Indep. + + -- Paul Cager <[email protected]> Thu, 1 Feb 2007 23:41:01 +0000 + +checkstyle (4.1-1) unstable; urgency=low + + * New upstream release. + - Updated debian/patches/00_build_xml.patch. + * Updated watch file. + + -- Michael Koch <[email protected]> Wed, 25 Jan 2006 08:53:26 +0000 + +checkstyle (3.4-9) unstable; urgency=low + + * libant1.6-java to ant transition + * Increased debhelper dependency to make linda happy + * Removed explicit dependencies to gjdoc, jikes - handled by kaffe + * Added myself to uploaders + * Fixed FSF address in copyright + * Standards-Version 3.6.2 (no changes) + + -- Wolfgang Baer <[email protected]> Sat, 01 Oct 2005 19:22:52 +0200 + +checkstyle (3.4-8) unstable; urgency=low + + * Include checkstyle-optional.jar (Closes: #270959). + * Fixed watch file. + + -- Michael Koch <[email protected]> Mon, 4 Apr 2005 05:31:08 +0000 + +checkstyle (3.4-7) unstable; urgency=low + + * Build-Depend on cdbs (Closes: #301471). + + -- Michael Koch <[email protected]> Sat, 26 Mar 2005 16:33:02 +0000 + +checkstyle (3.4-6) unstable; urgency=low + + * Build-Depend on >= gjdoc 0.7.2. + * Use unversioned com-sun-javadoc.jar. + * Build-Depend and Depend on kaffe >= 2:1.1.4.PRECVS8-2. + + -- Michael Koch <[email protected]> Wed, 9 Mar 2005 15:59:08 +0000 + +checkstyle (3.4-5) unstable; urgency=low + + * Fixed debian/patches/00_build_xml.patch to call native2ascii correctly. + + -- Michael Koch <[email protected]> Sat, 5 Mar 2005 12:55:28 +0000 + +checkstyle (3.4-4) unstable; urgency=low + + * Moved to main. + * Build package with kaffe. + * Cleaned up Build-Depends. + * Use libant1.6-java for building instead of libant1.5 and ant. + * Added debian/patches/00_build_xml.patch. + * Revisited debian/README.Debian. + * Added myself to Uploaders. + + -- Michael Koch <[email protected]> Tue, 1 Mar 2005 07:57:45 +0000 + +checkstyle (3.4-3) unstable; urgency=low + + * change the install script/file, now /usr/share/java/checkstyle-3.4.jar + is no more a directory (closes: #265657). + * debian/watch: added. + + -- Arnaud Vandyck <[email protected]> Sun, 15 Aug 2004 02:24:22 +0200 + +checkstyle (3.4-2) unstable; urgency=low + + * added a better description + + -- Arnaud Vandyck <[email protected]> Sun, 20 Jun 2004 12:50:50 +0200 + +checkstyle (3.4-1) unstable; urgency=low + + * Initial Release (closes: #221892). + + -- Arnaud Vandyck <[email protected]> Fri, 4 Jun 2004 14:29:46 +0200 + Deleted: tags/checkstyle/5.7-2/debian/control =================================================================== --- trunk/checkstyle/debian/control 2014-05-09 09:47:00 UTC (rev 18125) +++ tags/checkstyle/5.7-2/debian/control 2014-05-11 15:23:40 UTC (rev 18128) @@ -1,61 +0,0 @@ -Source: checkstyle -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Miguel Landaeta <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: ant-optional, cdbs, debhelper (>= 9), default-jdk, javahelper -Build-Depends-Indep: antlr (>= 2.7.6), - default-jdk-doc, - junit4 (>= 4.8), - libantlr-maven-plugin-java, - libcommons-beanutils-java (>= 1.5), - libcommons-cli-java, - libguava-java, - libmaven-antrun-plugin-java (>= 1.6), - libmaven-enforcer-plugin-java, - libmaven-javadoc-plugin-java, - maven-debian-helper (>= 1.0), - maven-repo-helper (>= 1.1) -Standards-Version: 3.9.5 -Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/checkstyle -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/checkstyle -Homepage: http://checkstyle.sourceforge.net - -Package: checkstyle -Architecture: all -Depends: antlr, - default-jre-headless | java7-runtime-headless, - java-wrappers (>= 0.1.6), - libcommons-beanutils-java (>= 1.5), - libcommons-cli-java, - libcommons-logging-java, - libguava-java (>= 1.0~rc2), - ${misc:Depends} -Suggests: ant-optional, junit4, ${maven:OptionalDepends} -Description: checks Java source against a coding standard - 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. - -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. Copied: tags/checkstyle/5.7-2/debian/control (from rev 18126, trunk/checkstyle/debian/control) =================================================================== --- tags/checkstyle/5.7-2/debian/control (rev 0) +++ tags/checkstyle/5.7-2/debian/control 2014-05-11 15:23:40 UTC (rev 18128) @@ -0,0 +1,62 @@ +Source: checkstyle +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Miguel Landaeta <[email protected]>, Emmanuel Bourg <[email protected]> +Build-Depends: ant-optional, cdbs, debhelper (>= 9), default-jdk, javahelper +Build-Depends-Indep: antlr (>= 2.7.6), + default-jdk-doc, + junit4 (>= 4.8), + libantlr-maven-plugin-java, + libcommons-beanutils-java (>= 1.5), + libcommons-collections3-java, + libcommons-cli-java, + libguava-java, + libmaven-antrun-plugin-java (>= 1.6), + libmaven-enforcer-plugin-java, + libmaven-javadoc-plugin-java, + maven-debian-helper (>= 1.0), + maven-repo-helper (>= 1.1) +Standards-Version: 3.9.5 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/checkstyle +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/checkstyle +Homepage: http://checkstyle.sourceforge.net + +Package: checkstyle +Architecture: all +Depends: antlr, + default-jre-headless | java7-runtime-headless, + java-wrappers (>= 0.1.6), + libcommons-beanutils-java (>= 1.5), + libcommons-cli-java, + libcommons-logging-java, + libguava-java (>= 1.0~rc2), + ${misc:Depends} +Suggests: ant-optional, junit4, ${maven:OptionalDepends} +Description: checks Java source against a coding standard + 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. + +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: tags/checkstyle/5.7-2/debian/wrappers/checkstyle =================================================================== --- trunk/checkstyle/debian/wrappers/checkstyle 2014-05-09 09:47:00 UTC (rev 18125) +++ tags/checkstyle/5.7-2/debian/wrappers/checkstyle 2014-05-11 15:23:40 UTC (rev 18128) @@ -1,10 +0,0 @@ -#!/bin/sh - -# Include the wrappers utility script -. /usr/lib/java-wrappers/java-wrappers.sh - -find_java_runtime default sunmin5 - -find_jars antlr commons-beanutils guava commons-cli commons-logging checkstyle - -run_java com.puppycrawl.tools.checkstyle.Main "$@" Copied: tags/checkstyle/5.7-2/debian/wrappers/checkstyle (from rev 18126, trunk/checkstyle/debian/wrappers/checkstyle) =================================================================== --- tags/checkstyle/5.7-2/debian/wrappers/checkstyle (rev 0) +++ tags/checkstyle/5.7-2/debian/wrappers/checkstyle 2014-05-11 15:23:40 UTC (rev 18128) @@ -0,0 +1,10 @@ +#!/bin/sh + +# Include the wrappers utility script +. /usr/lib/java-wrappers/java-wrappers.sh + +find_java_runtime default sunmin5 + +find_jars antlr commons-beanutils commons-collections3 guava commons-cli commons-logging checkstyle + +run_java com.puppycrawl.tools.checkstyle.Main "$@" _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

