This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository visualvm.
commit cfcb66f8a84e4a89f1741b6d091ef2d7f1b0c781 Author: Emmanuel Bourg <[email protected]> Date: Mon May 5 23:58:09 2014 +0200 Added a get-orig-source target to debian/rules --- debian/changelog | 4 +++- debian/rules | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d75bc72..fa1312e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,7 +15,9 @@ visualvm (1.3.7-1) UNRELEASED; urgency=medium * Enabled hardening on the native libraries * Added debian/README.source to document the workflow used with this package * Added debian.orig-tar.sh and use uscan to build the upstream tarball - * debian/rules: Revamped to use the dh command sequencer + * debian/rules: + - Revamped to use the dh command sequencer + - Added a get-orig-source target * debian/copyright: - Switched to the Copyright Format 1.0 - Refreshed the source URLs diff --git a/debian/rules b/debian/rules index 178f741..bc31087 100755 --- a/debian/rules +++ b/debian/rules @@ -69,3 +69,6 @@ override_dh_auto_clean: rm -Rf visualvm/netbeans find netbeans visualvm -name 'build' -not -path netbeans/lib.profiler/native/build | xargs rm -Rf + +get-orig-source: + uscan --download-current-version --rename -- 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

