[tomcat-native] 05/08: Adjusted the path of the source directory

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed May 18 12:45:27 UTC 2016


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

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

commit 3cbdc383f017e990a3dd6aabba1a538160982ccd
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed May 18 13:06:47 2016 +0200

    Adjusted the path of the source directory
---
 debian/rules | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index a0db55d..4fabdd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,19 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --sourcedirectory=jni/native
+	dh $@ --sourcedirectory=native
 
 override_dh_auto_configure:
 	JAVA_HOME=/usr/lib/jvm/default-java \
 	dh_auto_configure -- --with-apr=/usr --with-ssl=/usr
-  
+
 DEB_INSTALL_CHANGELOGS_libtcnative_1 := CHANGELOG.txt
 
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -f jni/native/config.nice
+	rm -f native/config.nice
+	rm -f native/config.log
 
 override_dh_auto_install:
 	dh_auto_install

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



More information about the pkg-java-commits mailing list