[pkg-java] r4186 - trunk/checkstyle/debian/patches

paulcager-guest at alioth.debian.org paulcager-guest at alioth.debian.org
Sun Sep 16 13:44:39 UTC 2007


Author: paulcager-guest
Date: 2007-09-16 13:44:39 +0000 (Sun, 16 Sep 2007)
New Revision: 4186

Added:
   trunk/checkstyle/debian/patches/35-native-to-ascii.patch
Removed:
   trunk/checkstyle/debian/patches/35-native-ro-ascii.patch
Log:
Corrected spelling error in patch name

Deleted: trunk/checkstyle/debian/patches/35-native-ro-ascii.patch
===================================================================
--- trunk/checkstyle/debian/patches/35-native-ro-ascii.patch	2007-09-16 07:59:32 UTC (rev 4185)
+++ trunk/checkstyle/debian/patches/35-native-ro-ascii.patch	2007-09-16 13:44:39 UTC (rev 4186)
@@ -1,30 +0,0 @@
-diff -Nur checkstyle-src-4.3/build.xml checkstyle-src-4.3.new/build.xml
---- checkstyle-src-4.3/build.xml	2007-08-20 23:30:02.000000000 +0100
-+++ checkstyle-src-4.3.new/build.xml	2007-08-20 23:32:12.000000000 +0100
-@@ -4,6 +4,7 @@
-   <!-- Give user a chance to override without editing this file -->
-   <!-- (and without typing -D each time it compiles it) -->
-   <property name="target.dir" value="${basedir}/target" />
-+  <property name="target.tmp" value="${basedir}/target/tmp" />
-   <property file="checkstyle.buildproperties" />
-   <property file="${user.home}/checkstyle.buildproperties" />
- 
-@@ -150,6 +151,18 @@
-       <entry key="checkstyle.compile.timestamp" type="date" value="now" pattern="E MMMM dd yyyy, HH:mm z"/>
-     </propertyfile>
- 
-+    <mkdir dir="${target.tmp}" />
-+    <javac srcdir="debian"
-+           destdir="${target.tmp}"
-+           includes="**/*.java"
-+           deprecation="on" debug="on"
-+           source="${checkstyle.minimum.javaversion}"
-+           target="${checkstyle.minimum.javaversion}"
-+           classpathref="build.classpath"
-+           encoding="iso-8859-1"
-+           includeAntRuntime="true"/>
-+
-+    <taskdef name="native2ascii" classname="org.debian.checkstyle.Native2Ascii" classpath="/usr/share/ant/lib/ant.jar:${target.tmp}"/>
-     <native2ascii src="src/checkstyle"
-                   dest="${checkstyle.dest}"
-                   encoding="EUC-JP"

Copied: trunk/checkstyle/debian/patches/35-native-to-ascii.patch (from rev 4122, trunk/checkstyle/debian/patches/35-native-ro-ascii.patch)
===================================================================
--- trunk/checkstyle/debian/patches/35-native-to-ascii.patch	                        (rev 0)
+++ trunk/checkstyle/debian/patches/35-native-to-ascii.patch	2007-09-16 13:44:39 UTC (rev 4186)
@@ -0,0 +1,30 @@
+diff -Nur checkstyle-src-4.3/build.xml checkstyle-src-4.3.new/build.xml
+--- checkstyle-src-4.3/build.xml	2007-08-20 23:30:02.000000000 +0100
++++ checkstyle-src-4.3.new/build.xml	2007-08-20 23:32:12.000000000 +0100
+@@ -4,6 +4,7 @@
+   <!-- Give user a chance to override without editing this file -->
+   <!-- (and without typing -D each time it compiles it) -->
+   <property name="target.dir" value="${basedir}/target" />
++  <property name="target.tmp" value="${basedir}/target/tmp" />
+   <property file="checkstyle.buildproperties" />
+   <property file="${user.home}/checkstyle.buildproperties" />
+ 
+@@ -150,6 +151,18 @@
+       <entry key="checkstyle.compile.timestamp" type="date" value="now" pattern="E MMMM dd yyyy, HH:mm z"/>
+     </propertyfile>
+ 
++    <mkdir dir="${target.tmp}" />
++    <javac srcdir="debian"
++           destdir="${target.tmp}"
++           includes="**/*.java"
++           deprecation="on" debug="on"
++           source="${checkstyle.minimum.javaversion}"
++           target="${checkstyle.minimum.javaversion}"
++           classpathref="build.classpath"
++           encoding="iso-8859-1"
++           includeAntRuntime="true"/>
++
++    <taskdef name="native2ascii" classname="org.debian.checkstyle.Native2Ascii" classpath="/usr/share/ant/lib/ant.jar:${target.tmp}"/>
+     <native2ascii src="src/checkstyle"
+                   dest="${checkstyle.dest}"
+                   encoding="EUC-JP"




More information about the pkg-java-commits mailing list