[libreadline-java] 14/21: Imported Debian patch 0.8.0.1-8.2

Tony Mancill tmancill at moszumanska.debian.org
Sat Mar 22 16:49:33 UTC 2014


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

tmancill pushed a commit to branch master
in repository libreadline-java.

commit e4f6542246b1e6aed3e667ec17d335a2fdf236a3
Author: Rene Engelhard <rene at debian.org>
Date:   Fri Jan 22 21:46:59 2010 +0100

    Imported Debian patch 0.8.0.1-8.2
---
 debian/changelog    | 7 +++++++
 src/native/Makefile | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c32a7a2..d1cc986 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libreadline-java (0.8.0.1-8.2) unstable; urgency=low
+
+  * Non-maintainer upload
+  * also include /usr/lib/jvm/default-java/include/linux (closes: #559991)
+
+ -- Rene Engelhard <rene at debian.org>  Fri, 22 Jan 2010 21:46:59 +0100
+
 libreadline-java (0.8.0.1-8.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/src/native/Makefile b/src/native/Makefile
index 93fb620..437ce2e 100644
--- a/src/native/Makefile
+++ b/src/native/Makefile
@@ -44,7 +44,7 @@ LIB_PRE :=
 LIB_EXT := dll
 CFLAGS=-DWIN32=$(WIN32) -D__IBMC__
 else
-INCLUDES          = -I $(JAVAINCLUDE) -I $(JAVANATINC)
+INCLUDES          = -I $(JAVAINCLUDE) -I $(JAVAINCLUDE)/linux -I $(JAVANATINC) -I $(JAVANATINC)/linux
 LIBPATH           = -L/usr/lib/termcap 
 JavaReadline_LIBS = -lreadline -ltermcap -lhistory
 JavaEditline_LIBS = -ledit -ltermcap

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



More information about the pkg-java-commits mailing list