[jhighlight] 03/03: Create the empty lib directory

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Nov 3 15:40:36 UTC 2014


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

ebourg-guest pushed a commit to branch master
in repository jhighlight.

commit b5921d41bb342444e7683f1a2e00dae454fd3c7e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Nov 3 16:40:05 2014 +0100

    Create the empty lib directory
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4c3b5f3..459a6d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,12 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 	dh $@ --buildsystem=ant --with maven_repo_helper
 
 override_dh_auto_build:
+	mkdir -p lib
 	ln -s /usr/share/java/servlet-api-3.0.jar lib/servlet.jar
 	dh_auto_build
 
 override_dh_auto_clean:
+	mkdir -p lib
 	dh_auto_clean
 	rm -f lib/servlet.jar
 	rm -f src/com/uwyn/jhighlight/highlighter/JavaHighlighter.java

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



More information about the pkg-java-commits mailing list