This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8-jre-dcevm.
commit d3ed58f4946c69707b744c22b2f450cf3bc629fa Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 6 13:36:33 2016 +0100 Added debian/clean and simplified debian/rules --- debian/clean | 1 + debian/rules | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..567609b --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +build/ diff --git a/debian/rules b/debian/rules index f04eea7..f5c45b8 100755 --- a/debian/rules +++ b/debian/rules @@ -33,9 +33,5 @@ override_dh_install: build/linux/export-linux-$(JDK_ARCH)/jre/lib/$(DEB_HOST_ARCH)/server/libjvm.so \ $(JAVA_HOME)/jre/lib/$(DEB_HOST_ARCH)/dcevm -override_dh_clean: - rm -Rf build - dh_clean - 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/openjdk-8-jre-dcevm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

