Author: paulcager-guest Date: 2007-02-02 00:15:38 +0100 (Fri, 02 Feb 2007) New Revision: 2966
Added: tags/checkstyle/RELEASE_4_1.1/debian/README.Debian tags/checkstyle/RELEASE_4_1.1/debian/ant.properties tags/checkstyle/RELEASE_4_1.1/debian/changelog tags/checkstyle/RELEASE_4_1.1/debian/compat tags/checkstyle/RELEASE_4_1.1/debian/control tags/checkstyle/RELEASE_4_1.1/debian/copyright tags/checkstyle/RELEASE_4_1.1/debian/dirs tags/checkstyle/RELEASE_4_1.1/debian/docs tags/checkstyle/RELEASE_4_1.1/debian/links tags/checkstyle/RELEASE_4_1.1/debian/patches/ tags/checkstyle/RELEASE_4_1.1/debian/patches/00_build_xml.patch tags/checkstyle/RELEASE_4_1.1/debian/rules tags/checkstyle/RELEASE_4_1.1/debian/watch Log: Retrospectively added 4.1-1 release. Added: tags/checkstyle/RELEASE_4_1.1/debian/README.Debian =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/README.Debian 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/README.Debian 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1,22 @@ +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 Added: tags/checkstyle/RELEASE_4_1.1/debian/ant.properties =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/ant.properties 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/ant.properties 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1,8 @@ +build.sysclasspath=only +antlr.jar=/usr/share/java/antlrall.jar +regexp.jar=/usr/share/java/regexp.jar +collections.jar=/usr/share/java/commons-collections.jar +cli.jar=/usr/share/java/commons-cli.jar +beanutils.jar=/usr/share/java/commons-beanutils.jar +logging.jar=/usr/share/java/commons-logging.jar +ant.jar=/usr/share/java/ant.jar Added: tags/checkstyle/RELEASE_4_1.1/debian/changelog =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/changelog 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/changelog 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1,78 @@ +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 + Added: tags/checkstyle/RELEASE_4_1.1/debian/compat =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/compat 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/compat 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1 @@ +4 Added: tags/checkstyle/RELEASE_4_1.1/debian/control =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/control 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/control 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1,16 @@ +Source: checkstyle +Section: libs +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Arnaud Vandyck <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> +Build-Depends-Indep: cdbs, debhelper (>= 4.2.30), kaffe (>= 2:1.1.5-3), ant, ant-optional, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr, libcommons-cli-java, velocity, libjdom0-java +Standards-Version: 3.6.2 + +Package: checkstyle +Architecture: all +Depends: kaffe (>= 2:1.1.5-3) | java1-runtime | java2-runtime, junit (>= 3.8.1), libcommons-beanutils-java (>= 1.5), libcommons-collections-java (>= 2.1), libcommons-logging-java (>= 1.0.3), libregexp-java, antlr, libcommons-cli-java +Description: checks Java source against a coding standard + It is a tool for checking Java source code for adherence to a set of + rules. + . + Homepage: http://checkstyle.sourceforge.net/ Added: tags/checkstyle/RELEASE_4_1.1/debian/copyright =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/copyright 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/copyright 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1,23 @@ +This package was debianized by Arnaud Vandyck <[EMAIL PROTECTED]> on +Fri, 6 Feb 2004 20:49:32 +0100. + +It was downloaded from http://checkstyle.sourceforge.net/ + +Upstream Authors: Oliver Burn <[EMAIL PROTECTED]>, + Lars Kühne <[EMAIL PROTECTED]>, + Oleg Sukhodolsky <[EMAIL PROTECTED]>, + Rick Giles <[EMAIL PROTECTED]>. + +Copyright: + + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +See /usr/share/common-licenses/LGPL-2.1 + +Copyright © 2001-2003 Oliver Burn. All rights Reserved. Added: tags/checkstyle/RELEASE_4_1.1/debian/dirs =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/dirs 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/dirs 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1 @@ +usr/share/java Added: tags/checkstyle/RELEASE_4_1.1/debian/docs =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/docs 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/docs 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1,2 @@ +README +target/docs/ Added: tags/checkstyle/RELEASE_4_1.1/debian/links =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/links 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/links 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1,2 @@ +usr/share/java/checkstyle-4.1.jar usr/share/java/checkstyle.jar +usr/share/java/checkstyle-optional-4.1.jar usr/share/java/checkstyle-optional.jar Added: tags/checkstyle/RELEASE_4_1.1/debian/patches/00_build_xml.patch =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/patches/00_build_xml.patch 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/patches/00_build_xml.patch 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1,78 @@ +--- build.xml.orig 2006-01-25 08:50:13.000000000 +0000 ++++ build.xml 2006-01-25 08:52:49.000000000 +0000 +@@ -151,10 +151,51 @@ + <entry key="checkstyle.compile.timestamp" type="date" value="now" pattern="E MMMM dd yyyy, HH:mm z"/> + </propertyfile> + ++ <!-- + <native2ascii src="src/checkstyle" + dest="${checkstyle.dest}" + encoding="EUC-JP" + includes="**/*_ja.properties" /> ++ --> ++ <mkdir dir="target/checkstyle/com/puppycrawl/tools/checkstyle/checks/blocks"/> ++ <mkdir dir="target/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding"/> ++ <mkdir dir="target/checkstyle/com/puppycrawl/tools/checkstyle/checks/design"/> ++ <mkdir dir="target/checkstyle/com/puppycrawl/tools/checkstyle/checks/imports"/> ++ <mkdir dir="target/checkstyle/com/puppycrawl/tools/checkstyle/checks/indentation"/> ++ <mkdir dir="target/checkstyle/com/puppycrawl/tools/checkstyle/checks/javadoc"/> ++ <mkdir dir="target/checkstyle/com/puppycrawl/tools/checkstyle/checks/naming"/> ++ <mkdir dir="target/checkstyle/com/puppycrawl/tools/checkstyle/checks/sizes"/> ++ <mkdir dir="target/checkstyle/com/puppycrawl/tools/checkstyle/checks/whitespace"/> ++ <exec executable="/usr/lib/kaffe/bin/native2ascii"> ++ <arg line="-encoding EUC-JP src/checkstyle/com/puppycrawl/tools/checkstyle/checks/blocks/messages_ja.properties target/checkstyle/com/puppycrawl/tools/checkstyle/checks/blocks/messages_ja.properties"/> ++ </exec> ++ <exec executable="/usr/lib/kaffe/bin/native2ascii"> ++ <arg line="-encoding EUC-JP src/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/messages_ja.properties target/checkstyle/com/puppycrawl/tools/checkstyle/checks/coding/messages_ja.properties"/> ++ </exec> ++ <exec executable="/usr/lib/kaffe/bin/native2ascii"> ++ <arg line="-encoding EUC-JP src/checkstyle/com/puppycrawl/tools/checkstyle/checks/design/messages_ja.properties target/checkstyle/com/puppycrawl/tools/checkstyle/checks/design/messages_ja.properties"/> ++ </exec> ++ <exec executable="/usr/lib/kaffe/bin/native2ascii"> ++ <arg line="-encoding EUC-JP src/checkstyle/com/puppycrawl/tools/checkstyle/checks/imports/messages_ja.properties target/checkstyle/com/puppycrawl/tools/checkstyle/checks/imports/messages_ja.properties"/> ++ </exec> ++ <exec executable="/usr/lib/kaffe/bin/native2ascii"> ++ <arg line="-encoding EUC-JP src/checkstyle/com/puppycrawl/tools/checkstyle/checks/indentation/messages_ja.properties target/checkstyle/com/puppycrawl/tools/checkstyle/checks/indentation/messages_ja.properties"/> ++ </exec> ++ <exec executable="/usr/lib/kaffe/bin/native2ascii"> ++ <arg line="-encoding EUC-JP src/checkstyle/com/puppycrawl/tools/checkstyle/checks/javadoc/messages_ja.properties target/checkstyle/com/puppycrawl/tools/checkstyle/checks/javadoc/messages_ja.properties"/> ++ </exec> ++ <exec executable="/usr/lib/kaffe/bin/native2ascii"> ++ <arg line="-encoding EUC-JP src/checkstyle/com/puppycrawl/tools/checkstyle/checks/naming/messages_ja.properties target/checkstyle/com/puppycrawl/tools/checkstyle/checks/naming/messages_ja.properties"/> ++ </exec> ++ <exec executable="/usr/lib/kaffe/bin/native2ascii"> ++ <arg line="-encoding EUC-JP src/checkstyle/com/puppycrawl/tools/checkstyle/checks/sizes/messages_ja.properties target/checkstyle/com/puppycrawl/tools/checkstyle/checks/sizes/messages_ja.properties"/> ++ </exec> ++ <exec executable="/usr/lib/kaffe/bin/native2ascii"> ++ <arg line="-encoding EUC-JP src/checkstyle/com/puppycrawl/tools/checkstyle/checks/whitespace/messages_ja.properties target/checkstyle/com/puppycrawl/tools/checkstyle/checks/whitespace/messages_ja.properties"/> ++ </exec> ++ <exec executable="/usr/lib/kaffe/bin/native2ascii"> ++ <arg line="-encoding EUC-JP src/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_ja.properties target/checkstyle/com/puppycrawl/tools/checkstyle/checks/messages_ja.properties"/> ++ </exec> + + <copy todir="${checkstyle.dest}"> + <fileset dir="src/checkstyle" includes="**/*.properties"/> +@@ -531,6 +531,7 @@ + <copy file="${cli.jar}" todir="${dist.dir}/checkstyle-${version}" /> + <copy file="${logging.jar}" todir="${dist.dir}/checkstyle-${version}" /> + <mkdir dir="${dist.dir}/checkstyle-${version}/tmp" /> ++ <!-- + <unjar src="${dist.dir}/checkstyle-${version}/antlr.jar" + dest="${dist.dir}/checkstyle-${version}/tmp" /> + <unjar src="${dist.dir}/checkstyle-${version}/commons-beanutils-core.jar" +@@ -541,6 +542,7 @@ + dest="${dist.dir}/checkstyle-${version}/tmp" /> + <unjar src="${dist.dir}/checkstyle-${version}/commons-logging.jar" + dest="${dist.dir}/checkstyle-${version}/tmp" /> ++ --> + <unjar src="${dist.dir}/checkstyle-${version}/checkstyle-${version}.jar" + dest="${dist.dir}/checkstyle-${version}/tmp" /> + <delete dir="${dist.dir}/checkstyle-${version}/tmp/META-INF" /> +@@ -648,6 +648,7 @@ + <exclude name="**/*.dtd" /> + <exclude name="**/*.xml" /> + <exclude name="**/*.html" /> ++ <exclude name="**/*.smap" /> + </fileset> + </javadoc> + </target> Added: tags/checkstyle/RELEASE_4_1.1/debian/rules =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/rules 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/rules 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1,27 @@ +#!/usr/bin/make -f +# debian/rules for checkstyle (uses CDBS) + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export CLASSPATH=./target/checkstyle/ + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +JAVA_HOME := /usr/lib/kaffe +ANT_HOME := /usr/share/ant +DEB_JARS := junit commons-beanutils commons-collections commons-logging regexp antlr commons-cli com-sun-javadoc $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-nodeps.jar $(ANT_HOME)/lib/ant.jar velocity jdom0 xercesImpl logkit log4j-1.2 + +DEB_ANT_ARGS := -verbose +DEB_ANT_BUILD_TARGET := build.bindist #compile.checkstyle #javadoc + +SOFTWARE=checkstyle +VERSION=4.1 + +install/checkstyle:: + install -m 644 target/dist/$(SOFTWARE)-$(VERSION)/$(SOFTWARE)-$(VERSION).jar debian/checkstyle/usr/share/java/$(SOFTWARE)-$(VERSION).jar + install -m 644 target/dist/$(SOFTWARE)-$(VERSION)/$(SOFTWARE)-optional-$(VERSION).jar debian/checkstyle/usr/share/java/$(SOFTWARE)-optional-$(VERSION).jar + echo "usr/share/java/$(SOFTWARE)-$(VERSION).jar usr/share/java/$(SOFTWARE).jar" > debian/links + echo "usr/share/java/$(SOFTWARE)-optional-$(VERSION).jar usr/share/java/$(SOFTWARE)-optional.jar" >> debian/links Property changes on: tags/checkstyle/RELEASE_4_1.1/debian/rules ___________________________________________________________________ Name: svn:executable + Added: tags/checkstyle/RELEASE_4_1.1/debian/watch =================================================================== --- tags/checkstyle/RELEASE_4_1.1/debian/watch 2007-02-01 23:11:56 UTC (rev 2965) +++ tags/checkstyle/RELEASE_4_1.1/debian/watch 2007-02-01 23:15:38 UTC (rev 2966) @@ -0,0 +1,2 @@ +version=2 +http://heanet.dl.sourceforge.net/sourceforge/checkstyle/checkstyle-src-([\d+\.]+)\.tar\.gz debian uupdate _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

