[visualvm] 03/10: Depend on libnb-platform18-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Apr 30 17:20:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository visualvm.
commit bba9287a2cb2cb5aa89465b0d5fe29d8a9ec1a18
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Apr 30 17:18:41 2014 +0200
Depend on libnb-platform18-java
---
debian/changelog | 1 +
debian/control | 4 ++--
debian/jvisualvm.sh | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 847714d..aa21c11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ visualvm (1.3.3-4) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
- Removed the Ant compatibility patch
+ - Depend on libnb-platform18-java instead of libnb-platform13-java
-- Emmanuel Bourg <ebourg at apache.org> Wed, 30 Apr 2014 17:12:50 +0200
diff --git a/debian/control b/debian/control
index 942091e..6211def 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9),
default-jdk,
ant-optional,
libnb-platform-devel-java (>= 7.0),
- libnb-platform13-java,
+ libnb-platform18-java,
quilt,
wget,
dh-autoreconf
@@ -18,7 +18,7 @@ Homepage: https://visualvm.java.net
Package: visualvm
Architecture: any
-Depends: default-jdk | java7-sdk | java6-sdk, libnb-platform13-java, ${shlibs:Depends}, ${misc:Depends}
+Depends: default-jdk | java7-sdk | java6-sdk, libnb-platform18-java, ${shlibs:Depends}, ${misc:Depends}
Description: All-in-One Java Troubleshooting Tool
VisualVM is a visual tool integrating several commandline JDK tools
and lightweight profiling capabilities. Designed for both production
diff --git a/debian/jvisualvm.sh b/debian/jvisualvm.sh
index f895aa4..b31b92f 100644
--- a/debian/jvisualvm.sh
+++ b/debian/jvisualvm.sh
@@ -63,7 +63,7 @@ if [ ! -z "$extra_clusters" ] ; then
fi
nbexec=`echo "$BASEDIR"/platform*/lib/nbexec`
-nbexec=/usr/share/netbeans/platform13/lib/nbexec
+nbexec=/usr/share/netbeans/platform18/lib/nbexec
eval exec /bin/bash '"$nbexec"' \
--jdkhome '"$jdkhome"' \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/visualvm.git
More information about the pkg-java-commits
mailing list