This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository visualvm.
commit 73cfa243c1b694435d628ef0289eac8d7e6f9948 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 30 17:38:21 2014 +0200 Updated the constants in debian/rules --- debian/changelog | 3 ++- debian/rules | 12 +++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index aa21c11..9992dc8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,10 @@ -visualvm (1.3.3-4) UNRELEASED; urgency=medium +visualvm (1.3.7-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Removed the Ant compatibility patch - Depend on libnb-platform18-java instead of libnb-platform13-java + - Updated the constants in debian/rules -- Emmanuel Bourg <[email protected]> Wed, 30 Apr 2014 17:12:50 +0200 diff --git a/debian/rules b/debian/rules index b4ee7a6..028b6f2 100755 --- a/debian/rules +++ b/debian/rules @@ -10,22 +10,23 @@ p = visualvm d = debian/visualvm v_api = 2 -v_plat = 11 +v_plat = 18 -export JAVA_HOME = $(firstword $(wildcard /usr/lib/jvm/java-7-openjdk-$(DEB_HOST_ARCH) /usr/lib/jvm/java-6-openjdk-$(DEB_HOST_ARCH) /usr/lib/jvm/java-6-openjdk)) +export JAVA_HOME = $(firstword $(wildcard /usr/lib/jvm/java-7-openjdk-$(DEB_HOST_ARCH) /usr/lib/jvm/java-6-openjdk-$(DEB_HOST_ARCH))) -NETBEANS_PROFILER_SRC_ZIP = netbeans-profiler-visualvm_release701.tar.gz -VISUALVM_SRC_ZIP = visualvm_133-src.tar.gz +NETBEANS_PROFILER_SRC_ZIP = netbeans-profiler-visualvm_release731.tar.gz +VISUALVM_SRC_ZIP = visualvm_137-src.tar.gz SYSTEM_NETBEANS_DIR = /usr/share/netbeans configure: configure-stamp configure-stamp: dh_testdir + ./autogen.sh dh_autoreconf ./configure --prefix=/usr \ --sysconfdir=/etc/visualvm \ --with-jdk-home=$(JAVA_HOME) \ - --with-visualvm-version=1.3.3 \ + --with-visualvm-version=1.3.7 \ # --with-visualvm-zip=$(CURDIR)/$(VISUALVM_SRC_ZIP) \ # --with-netbeans-profiler-zip=$(CURDIR)/$(NETBEANS_PROFILER_SRC_ZIP) @@ -49,6 +50,7 @@ clean: fi rm -f config.log config.status visualvm.desktop rm -rf stamps + rm -Rf Makefile.in aclocal.m4 compile config.guess config.sub configure install-sh missing dh_autoreconf_clean dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/visualvm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

