[jsch] 03/04: Create the lib directory during the build

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Apr 29 13:09:28 UTC 2015


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

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

commit 12dc39eefbe9b1e0e53a23c619d10a6f6c968812
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Apr 29 15:07:44 2015 +0200

    Create the lib directory during the build
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index ec14bc0..d8c0cc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ ANT_OPTS             := -Dant.build.javac.source=1.4
 DEB_JARS             := jzlib
 DEB_ANT_BUILD_TARGET := dist javadoc
 
+configure/lib$(PACKAGE)-java::
+	mkdir -p lib
+
 binary-post-install/lib$(PACKAGE)-java::
 	mh_installpoms -plib$(PACKAGE)-java
 	mh_installjar -plib$(PACKAGE)-java -l debian/pom.xml dist/lib/jsch-$(DEB_UPSTREAM_VERSION).jar /usr/share/ant/lib/jsch.jar

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



More information about the pkg-java-commits mailing list