This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository netbeans.
commit f0f2304b887f307bf169b2c86b64c3537bb49473 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 18 00:57:28 2014 +0200 Removed the -Werror flag to avoid breaking the build on javac warnings --- debian/patches/netbeans~ignore-compiler-warnings.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) diff --git a/debian/patches/netbeans~ignore-compiler-warnings.patch b/debian/patches/netbeans~ignore-compiler-warnings.patch new file mode 100644 index 0000000..fc1efef --- /dev/null +++ b/debian/patches/netbeans~ignore-compiler-warnings.patch @@ -0,0 +1,13 @@ +Description: Ignore the javac warnings +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/classfile/nbproject/project.properties ++++ b/classfile/nbproject/project.properties +@@ -41,7 +41,6 @@ + # made subject to such option by the copyright holder. + + is.autoload=true +-javac.compilerargs=-Xlint:all -Werror + javac.source=1.6 + javadoc.arch=${basedir}/arch.xml + javadoc.apichanges=${basedir}/apichanges.xml diff --git a/debian/patches/series b/debian/patches/series index 414ee41..fb6c116 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -29,3 +29,4 @@ netbeans~xerces.patch netbeans~ant-compatibility.patch netbeans~java7-compatibility.patch netbeans~svnkit-compatibility.patch +netbeans~ignore-compiler-warnings.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

