This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository netbeans.
commit fa11786e523ad036b119ce52c3b9b98bc1c29af5 Author: Markus Koschany <[email protected]> Date: Thu Feb 18 01:38:58 2016 +0100 Update changelog --- debian/changelog | 25 ++++++++++++++++++++----- debian/control | 4 ++-- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index acff693..a788f00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,23 @@ -netbeans (8.1+dfsg2-1) UNRELEASED; urgency=medium - - * New release. - - -- Markus Koschany <[email protected]> Mon, 04 Jan 2016 08:21:38 +0100 +netbeans (8.1+dfsg2-1) unstable; urgency=medium + + * Imported Upstream version 8.1+dfsg2. + - Include html5doc.zip because it is free documentation. + * Build-Depend on libhtml5parser-java. This fixes HTML parser exceptions and + makes it possible to edit and work with HTML files. Thanks to Michael + Cordingley for the report. (Closes: #809256) + * Switch to libicu4j-4.4-java. + This prevents a NoClassFound exeception when parsing HTML5 documents. + * Delete netbeans-core.browser.webview.patch and merge the changes into + netbeans-cluster-properties.patch. Add slf4j.dummy module with + netbeans-cluster-properties.patch to avoid needless rebasing of + netbeans-slf4j.dummy.patch + * debian/copyright: Add license for html5doc.zip. + * Drop netbeans-html.parser-nocopy.patch, obsolete since we + ship html5doc.zip now. + * Vcs-Git: Switch to https. + * Declare compliance with Debian Policy 3.9.7. + + -- Markus Koschany <[email protected]> Thu, 18 Feb 2016 01:32:50 +0100 netbeans (8.1+dfsg1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 44e9bcc..df3bfed 100644 --- a/debian/control +++ b/debian/control @@ -73,10 +73,10 @@ Build-Depends: maven-repo-helper, testng, w3c-sgml-lib -Standards-Version: 3.9.6 +Standards-Version: 3.9.7 Homepage: http://netbeans.org/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/netbeans.git -Vcs-Git: git://anonscm.debian.org/pkg-java/netbeans.git +Vcs-Git: https://anonscm.debian.org/git/pkg-java/netbeans.git Package: libnb-absolutelayout-java Architecture: all -- 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

