This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository visualvm.
commit 9e482b7aa3b2e51b2abf9496dd5921121d511b56 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 30 12:22:06 2014 +0200 debian/rules: Replaced dh_clean -k with dh_prep --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index da8f539..b813043 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ visualvm (1.3.3-3) UNRELEASED; urgency=low * Switched to source format 3.0 (quilt) * Build depend on debhelper >= 9 * Added a watch file + * debian/rules: Replaced dh_clean -k with dh_prep -- tony mancill <[email protected]> Mon, 28 Apr 2014 21:08:21 -0700 diff --git a/debian/rules b/debian/rules index f57d6ac..b4ee7a6 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs \ etc/visualvm \ usr/lib/visualvm/etc \ -- 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

