[libjide-oss-java] 05/13: Copy JDK8 specific classes into src directory

Markus Koschany apo at moszumanska.debian.org
Tue Oct 10 17:22:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository libjide-oss-java.

commit bb028a15ad94ac606500c767559ce244789e53e1
Author: Markus Koschany <apo at debian.org>
Date:   Tue Oct 10 14:41:58 2017 +0200

    Copy JDK8 specific classes into src directory
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 34f0374..f2303f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@ VER ?= $(shell dpkg-parsechangelog -l$(DPATH)/changelog | perl -ne 'print $$1 if
 %:
 	dh $@ --with javahelper,jh_maven_repo_helper
 
+override_dh_auto_build:
+	cp -r src-jdk8/* src/
+	dh_auto_build
+
 override_dh_clean:
 	dh_clean
 	$(RM) -r $(CURDIR)/classes

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjide-oss-java.git



More information about the pkg-java-commits mailing list