This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mvel.
commit 3569ad404b63f84b45038d64be55e40c09de3aa6 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 17:32:00 2016 +0100 Clean up the META-INF directory created during the build --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 5a5dcd3..0836d30 100755 --- a/debian/rules +++ b/debian/rules @@ -5,5 +5,9 @@ export JAVA_HOME = /usr/lib/jvm/default-java %: dh $@ --buildsystem=maven +override_dh_clean: + dh_clean + rm -Rf META-INF + get-orig-source: uscan --download-current-version --force-download --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mvel.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

