This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository visualvm.

commit 8a4655301162bbf87e3aa3508e112135dc7f9ec8
Author: Emmanuel Bourg <[email protected]>
Date:   Wed Apr 30 19:19:31 2014 +0200

    debian/rules: Removed unused constants
---
 debian/changelog |  1 +
 debian/rules     | 13 +------------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3b557a4..51bd5de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ visualvm (1.3.7-1) UNRELEASED; urgency=medium
     - Depend on libnb-platform18-java instead of libnb-platform13-java
     - Updated the constants in debian/rules
   * Added debian/README.source to document the workflow used with this package
+  * debian/rules: Removed unused constants
   * debian/copyright:
     - Refreshed the source URLs
     - Replaced Sun Microsystems with Oracle
diff --git a/debian/rules b/debian/rules
index 028b6f2..7fc1d9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,18 +6,10 @@
 
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-p = visualvm
 d = debian/visualvm
 
-v_api  = 2
-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)))
 
-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
@@ -26,10 +18,7 @@ configure-stamp:
        ./configure --prefix=/usr \
                --sysconfdir=/etc/visualvm \
                --with-jdk-home=$(JAVA_HOME) \
-               --with-visualvm-version=1.3.7 \
-
-#              --with-visualvm-zip=$(CURDIR)/$(VISUALVM_SRC_ZIP) \
-#              
--with-netbeans-profiler-zip=$(CURDIR)/$(NETBEANS_PROFILER_SRC_ZIP)
+               --with-visualvm-version=1.3.7
        touch $@
 
 build: build-stamp

-- 
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

Reply via email to