This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository visualvm.
commit 97c3543a1c8e380910482b5635668e07c1bf20c0 Author: Emmanuel Bourg <[email protected]> Date: Tue May 6 00:01:29 2014 +0200 Updated debian/README.source --- debian/README.source | 30 ++++++++---------------------- 1 file changed, 8 insertions(+), 22 deletions(-) diff --git a/debian/README.source b/debian/README.source index d423ac8..bca33ce 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,12 +1,8 @@ Information about visualvm -------------------------- -visualvm is a composite source package. It consists in: - -- The build script maintained by the IcedTea project - (Mercurial repository: http://icedtea.classpath.org/hg/visualvm) - -- The source tarballs for VisualVM published at https://java.net/downloads/visualvm +visualvm is a composite source package. It consists in two tarballs +published at https://java.net/downloads/visualvm : * visualvm_xyz-src.tar.gz * netbeans-profiler-visualvm_releaseXYZ.tar.gz @@ -14,25 +10,15 @@ visualvm is a composite source package. It consists in: Building a new version ---------------------- -Here are the steps to create a new upstream tarball: - -1) Clone the IcedTea repository in a new directory: - - hg clone http://icedtea.classpath.org/hg/visualvm - -2) Download the source tarballs: +Here are the steps to build a new version: - cd visualvm - ./autogen.sh - ./configure - make download-visualvm - make download-netbeans-profiler +1) Download the source tarballs: -3) Create the upstream tarball: + ./debian/rules get-orig-source - tar -cJf visualvm_z.y.z.orig.tar.xz --exclude '.hg*' visualvm +2) Import the new version in the Git repository -4) Update the constants in debian/rules. + git-import-orig --merge --verbose --pristine-tar ../visualvm_x.y.z.orig.tar.xz -5) Adjust the version of the NetBeans platform used +3) Adjust the version of the NetBeans platform used (there are references in debian/control, debian/rules and debian/visualvm.links) -- 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

