This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository javassist.
commit b8af1af5575ae03c638801b7581fa4f6143a824b Author: Markus Koschany <[email protected]> Date: Sun Apr 22 22:08:27 2018 +0200 Add java9.patch --- debian/patches/java9.patch | 58 ++++++++++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 59 insertions(+) diff --git a/debian/patches/java9.patch b/debian/patches/java9.patch new file mode 100644 index 0000000..9fa0cbe --- /dev/null +++ b/debian/patches/java9.patch @@ -0,0 +1,58 @@ +From: Markus Koschany <[email protected]> +Date: Sun, 22 Apr 2018 22:08:06 +0200 +Subject: java9 + +--- + pom.xml | 39 --------------------------------------- + 1 file changed, 39 deletions(-) + +diff --git a/pom.xml b/pom.xml +index 49ba665..5a8871c 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -263,45 +263,6 @@ + </plugins> + </build> + </profile> +- <!-- profiles to add tools jar containing com.sun.jdi code +- needed by sample code +- --> +- <profile> +- <id>default-tools</id> +- <activation> +- <os> +- <family>!mac</family> +- </os> +- </activation> +- <dependencies> +- <dependency> +- <groupId>com.sun</groupId> +- <artifactId>tools</artifactId> +- <version>${java.version}</version> +- <scope>system</scope> +- <optional>true</optional> +- <systemPath>${java.home}/../lib/tools.jar</systemPath> +- </dependency> +- </dependencies> +- </profile> +- <profile> +- <id>mac-tools</id> +- <activation> +- <os> +- <family>mac</family> +- </os> +- </activation> +- <dependencies> +- <dependency> +- <groupId>com.sun</groupId> +- <artifactId>tools</artifactId> +- <version>${java.version}</version> +- <scope>system</scope> +- <optional>true</optional> +- <systemPath>${java.home}/../lib/tools.jar</systemPath> +- </dependency> +- </dependencies> +- </profile> + </profiles> + <dependencies> + <dependency> diff --git a/debian/patches/series b/debian/patches/series index 897006f..cf6c46a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ disable-JIRA150-test.patch +java9.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javassist.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

