This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libnb-platform-java.
commit 45f5100b00208005f3c2e634fee8bbcee2d53c0f Author: Markus Koschany <[email protected]> Date: Tue Dec 15 20:09:39 2015 +0100 Update changelog --- debian/changelog | 23 ++++++++++++++++++----- debian/clean | 13 +++++++++++++ debian/rules | 1 - 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index a2b7186..6dd789c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,23 @@ libnb-platform18-java (8.1+dfsg1-1) UNRELEASED; urgency=medium - * anltr should be everywhere >= 3.4 - * orig-tar.sh: Use xz compression - * Imported Upstream version 8.1+dfsg1 - - -- Markus Koschany <[email protected]> Tue, 15 Dec 2015 00:47:09 +0100 + * Imported Upstream version 8.1+dfsg1. + * orig-tar.sh: Use xz compression. + * debian/rules: Remove conditional whether patches are applied or not. + * Drop debian/patches/netbeans-platform-junit4.patch. Fixed upstream. + * Rebase debian/patches/netbeans-platform-empty-binaries-list.patch + * Rebase debian/patches/netbeans-platform-windowslauncher.patch + * Add asm4-all.jar to linked-jars and build-depend on libasm4-java. + * Add libhamcrest-java to Build-Depends and update linked-jars accordingly. + * Add netbeans-platform-disable-net.java-modules.patch and disable the + net.java.html module. + * Add netbeans-platform-junitlib.patch to prevent a FTBFS. + * Add netbeans-platform-o.n.html.ko4j.patch and disable o.n.html.ko4j module. + * Update version of openide-* pom files. + * Update my e-mail address. + * Add clean file and ensure libnb-platform18-java can be built twice in a + row. + + -- Markus Koschany <[email protected]> Tue, 15 Dec 2015 20:04:11 +0100 libnb-platform18-java (8.0.2+dfsg1-2) unstable; urgency=medium diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..70d71b0 --- /dev/null +++ b/debian/clean @@ -0,0 +1,13 @@ +nbbuild/javadoctools/export2apichanges.xsl +nbbuild/javadoctools/export2branding.xsl +nbbuild/javadoctools/export2html.xsl +nbbuild/javadoctools/export2layer.xsl +nbbuild/javadoctools/export2property.xsl +nbbuild/javadoctools/export2usecases.xsl +openide.awt/arch.xml +openide.explorer/arch.xml +openide.filesystems/arch.xml +openide.modules/arch.xml +openide.nodes/arch.xml +openide.util.lookup/arch.xml +openide.windows/arch.xml diff --git a/debian/rules b/debian/rules index 353cb71..16166c3 100755 --- a/debian/rules +++ b/debian/rules @@ -131,7 +131,6 @@ override_dh_auto_install: chmod 0755 debian/$(libnb-platform-devel-java)/$(NB_INSTALL_DIR)/harness/launchers/app.sh override_dh_auto_clean: - $(RM) *.cdbs-config_list $(RM) stamp-build-$(libnb-platform-java) $(RM) stamp-build-$(libnb-platform-devel-java) $(RM) stamp-build-$(libnb-platform-java-doc) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libnb-platform-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

