This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository spock.
commit 994ae2837e5d8bc63f6681b5baaf6a515036c40a Author: Miguel Landaeta <[email protected]> Date: Fri Aug 11 19:50:38 2017 +0100 Simplify d/rules --- debian/changelog | 3 ++- debian/rules | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ee97a6..c4ad5c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ spock (0.7-groovy-2.0-4) UNRELEASED; urgency=medium * Remove myself from uploaders list. (Closes: #XXXXXX) * Bump DH compat level to 10. * Wrap and sort dependencies lists. + * Simplify d/rules. - -- Miguel Landaeta <[email protected]> Thu, 10 Aug 2017 20:30:05 +0100 + -- Miguel Landaeta <[email protected]> Thu, 10 Aug 2017 20:30:50 +0100 spock (0.7-groovy-2.0-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 10d9503..28e8fc7 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ export JAVA_HOME := /usr/lib/jvm/default-java export ANT_ARGS=-f debian/build.xml -VERSION=$(shell dpkg-parsechangelog | sed -n '/^Version/s/Version: \(.*\)-[^-]*$$/\1/p') %: dh $@ --buildsystem=ant --with maven_repo_helper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/spock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

