File: compliance.patch

package info (click to toggle)
libjpf-java 1.5.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,280 kB
  • ctags: 2,079
  • sloc: java: 13,449; xml: 337; sh: 48; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 934 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Author: gregor herrmann <gregoa@debian.org>
Description: "Compliance level '1.4' is incompatible with target level
             '1.5'. A compliance level '1.5' or better is required"

--- libjpf-java-1.5.1.orig/build.xml
+++ libjpf-java-1.5.1/build.xml
@@ -75,6 +75,7 @@
 			classpathref="classpath"
 			excludes=""
 			target="${compile.target-vm}"
+			source="${compile.target-vm}"
 			debug="${compile.debug}"
 			optimize="${compile.optimize}"
 			deprecation="true"/>
@@ -85,6 +86,7 @@
 			classpathref="classpath"
 			excludes=""
 			target="${compile.target-vm}"
+			source="${compile.target-vm}"
 			debug="${compile.debug}"
 			optimize="${compile.optimize}"
 			deprecation="true"/>
@@ -95,6 +97,7 @@
 			classpathref="classpath"
 			excludes=""
 			target="${compile.target-vm}"
+			source="${compile.target-vm}"
 			debug="${compile.debug}"
 			optimize="${compile.optimize}"
 			deprecation="true"/>