This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit 29565d2b4ec035810712bf78130a17691a6291bb Author: Markus Koschany <[email protected]> Date: Sat Jan 2 18:05:49 2016 +0100 Add netbeans-html.parser-nocopy.patch --- debian/patches/netbeans-html.parser-nocopy.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) diff --git a/debian/patches/netbeans-html.parser-nocopy.patch b/debian/patches/netbeans-html.parser-nocopy.patch new file mode 100644 index 0000000..38bc7db --- /dev/null +++ b/debian/patches/netbeans-html.parser-nocopy.patch @@ -0,0 +1,21 @@ +From: Markus Koschany <[email protected]> +Date: Sat, 2 Jan 2016 18:05:17 +0100 +Subject: netbeans html.parser nocopy + +--- + html.parser/nbproject/project.properties | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/html.parser/nbproject/project.properties b/html.parser/nbproject/project.properties +index c15bdc4..6a976f8 100644 +--- a/html.parser/nbproject/project.properties ++++ b/html.parser/nbproject/project.properties +@@ -44,7 +44,7 @@ javac.compilerargs=-Xlint -Xlint:-serial + javac.source=1.6 + + release.external/htmlparser-1.2.1.jar=modules/ext/html5-parser.jar +-release.external/html5doc.zip=docs/html5doc.zip ++#release.external/html5doc.zip=docs/html5doc.zip + release.external/icu4j-4_4_2.jar=modules/ext/icu4j-4_4_2.jar + + jnlp.indirect.jars=docs/html5doc.zip diff --git a/debian/patches/series b/debian/patches/series index 7b43067..794d5af 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -35,3 +35,4 @@ netbeans-ide-launcher.patch netbeans-xsl-httpserver.patch netbeans-slf4j.dummy.patch netbeans-html.parser.patch +netbeans-html.parser-nocopy.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

