[pkg-java] r8119 - in trunk/checkstyle/debian: . wrappers

dominik-guest at alioth.debian.org dominik-guest at alioth.debian.org
Wed Mar 25 21:33:21 UTC 2009


Author: dominik-guest
Date: 2009-03-25 21:33:21 +0000 (Wed, 25 Mar 2009)
New Revision: 8119

Added:
   trunk/checkstyle/debian/install
   trunk/checkstyle/debian/wrappers/
   trunk/checkstyle/debian/wrappers/checkstyle
Modified:
   trunk/checkstyle/debian/changelog
   trunk/checkstyle/debian/control
   trunk/checkstyle/debian/dirs
   trunk/checkstyle/debian/rules
Log:
closes: #512149 + some fixes

Modified: trunk/checkstyle/debian/changelog
===================================================================
--- trunk/checkstyle/debian/changelog	2009-03-25 21:12:51 UTC (rev 8118)
+++ trunk/checkstyle/debian/changelog	2009-03-25 21:33:21 UTC (rev 8119)
@@ -1,3 +1,10 @@
+checkstyle (4.4+dfsg-3) unstable; urgency=low
+
+  * Added wrapper for checkstyle.jar (closes: #512149)
+  * Updated to standards version 3.8.0
+
+ -- Dominik Smatana <dominik.smatana at gmail.com>  Wed, 25 Mar 2009 22:27:35 +0100
+
 checkstyle (4.4+dfsg-2) UNRELEASED; urgency=low
 
   * Fixed watch file to match current version scheme also.

Modified: trunk/checkstyle/debian/control
===================================================================
--- trunk/checkstyle/debian/control	2009-03-25 21:12:51 UTC (rev 8118)
+++ trunk/checkstyle/debian/control	2009-03-25 21:33:21 UTC (rev 8119)
@@ -4,15 +4,15 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Paul Cager <paul-debian at home.paulcager.org>
 Build-Depends: cdbs, debhelper (>= 5), ant
-Build-Depends-Indep: java-gcj-compat-dev, 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 (>= 2.7.6), libcommons-cli-java, velocity, libjdom0-java, tofrodos
-Standards-Version: 3.7.3
+Build-Depends-Indep: default-jdk-builddep, 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 (>= 2.7.6), libcommons-cli-java, velocity, libjdom0-java, tofrodos
+Standards-Version: 3.8.0
 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/
 
 Package: checkstyle
 Architecture: all
-Depends:  java-gcj-compat | 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
+Depends:  default-jre | 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, java-wrappers (>= 0.1.6)
 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 

Modified: trunk/checkstyle/debian/dirs
===================================================================
--- trunk/checkstyle/debian/dirs	2009-03-25 21:12:51 UTC (rev 8118)
+++ trunk/checkstyle/debian/dirs	2009-03-25 21:33:21 UTC (rev 8119)
@@ -1,3 +1,4 @@
+usr/bin
 usr/share/java
 usr/share/checkstyle/dtd
 usr/share/checkstyle/xsl

Added: trunk/checkstyle/debian/install
===================================================================
--- trunk/checkstyle/debian/install	                        (rev 0)
+++ trunk/checkstyle/debian/install	2009-03-25 21:33:21 UTC (rev 8119)
@@ -0,0 +1 @@
+debian/wrappers/checkstyle usr/bin/

Modified: trunk/checkstyle/debian/rules
===================================================================
--- trunk/checkstyle/debian/rules	2009-03-25 21:12:51 UTC (rev 8118)
+++ trunk/checkstyle/debian/rules	2009-03-25 21:33:21 UTC (rev 8119)
@@ -10,7 +10,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME	     := /usr/lib/jvm/java-gcj
+JAVA_HOME	     := /usr/lib/jvm/default-java/
 ANT_HOME             := /usr/share/ant
 DEB_JARS             := junit commons-beanutils commons-collections commons-logging regexp antlr commons-cli $(ANT_HOME)/lib/ant-nodeps.jar velocity jdom0 xercesImpl logkit log4j-1.2
 VERSION              := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/+.*//')

Added: trunk/checkstyle/debian/wrappers/checkstyle
===================================================================
--- trunk/checkstyle/debian/wrappers/checkstyle	                        (rev 0)
+++ trunk/checkstyle/debian/wrappers/checkstyle	2009-03-25 21:33:21 UTC (rev 8119)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# Include the wrappers utility script
+. /usr/lib/java-wrappers/java-wrappers.sh
+
+find_java_runtime default-jre
+
+find_jars antlr commons-beanutils commons-collections commons-logging commons-cli checkstyle
+
+run_java com.puppycrawl.tools.checkstyle.Main "$@"


Property changes on: trunk/checkstyle/debian/wrappers/checkstyle
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-java-commits mailing list