This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository reactive-streams.
commit b0936d56ef6e582f0525b8812bcd04cf4874ec93 Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 13 23:17:03 2015 +0200 Simplified debian/rules --- debian/changelog | 1 + debian/rules | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e5fea4a..a1bb075 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ reactive-streams (1.0.0-2) UNRELEASED; urgency=medium * Removed 01-disable-modules.patch + * Simplified debian/rules -- Emmanuel Bourg <[email protected]> Tue, 13 Oct 2015 22:26:36 +0200 diff --git a/debian/rules b/debian/rules index 98c19f3..b36cec0 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export JAVA_HOME := /usr/lib/jvm/default-java %: - dh $@ + dh $@ --with maven_repo_helper override_dh_auto_build: dh_auto_build @@ -13,10 +13,6 @@ override_dh_auto_clean: dh_auto_clean rm -Rf build .gradle buildSrc/.gradle/ buildSrc/build/ rm -Rf api/build - mh_clean - -override_dh_auto_install: - mh_install -plibreactive-streams-java get-orig-source: uscan --download-current-version --rename --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/reactive-streams.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

