[bnd] 02/05: d/rules: Bypassing the FileNotFound error by manually mkdir biz.aQute.bnd.annotation/src

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Mon Nov 14 10:07:07 UTC 2016


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

seamlik-guest pushed a commit to branch master
in repository bnd.

commit 91a6ffad253fb0be909ca01146aa26159bea1ab3
Author: Kai-Chung Yan (殷啟聰) <seamlikok at gmail.com>
Date:   Thu Nov 10 21:03:31 2016 +0800

    d/rules: Bypassing the FileNotFound error by manually mkdir biz.aQute.bnd.annotation/src
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d3614c4..c8253e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,7 +81,8 @@ override_dh_auto_build:
 	ln -s /usr/lib/eclipse/plugins/org.eclipse.core.jobs_*.jar cnf/repo/org.eclipse.core.jobs/org.eclipse.core.jobs-3.3.1.jar
 	ln -s /usr/lib/eclipse/plugins/org.eclipse.text_*.jar cnf/repo/org.eclipse.text/org.eclipse.text-3.5.100.jar
 	ln -s /usr/share/java/bindex.jar cnf/repo/org.osgi.impl.bundle.bindex/org.osgi.impl.bundle.bindex-2.2.0.jar
-
+	# Bypassing the FileNotFound error
+	mkdir biz.aQute.bnd.annotation/src
 	dh_auto_build -- -x :biz.aQute.repository:compileJava \
 	                 -x :biz.aQute.repository:jar \
 	                 -x :biz.aQute.repository.aether:compileJava \
@@ -160,6 +161,7 @@ override_dh_auto_clean:
 	-rm -rf install/
 	-rm -f debian/bnd.1
 	-rm -Rf bootstrap
+	$(RM) -r biz.aQute.bnd.annotation/src
 
 get-orig-source:
 	debian/orig-tar.sh "" $(VERSION)

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



More information about the pkg-java-commits mailing list