This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository libreadline-java.
commit fe07210ce0e7c94a54a9d8ea3cd0d3e27466330b Author: Ben Burton <[email protected]> Date: Wed Jun 7 07:49:43 2006 +1000 Imported Debian patch 0.8.0.1-6 --- debian/changelog | 9 +++++++++ debian/control | 4 ++-- debian/rules | 7 ++++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 049e2d5..2506d8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libreadline-java (0.8.0.1-6) unstable; urgency=low + + * Rebuilt using gcj-4.1; updated build scripts to reflect the new locations + of JNI headers, updated build-depends accordingly. + * Switched to DH_COMPAT=5 and updated build-depends accordingly. + * Updated standards-version to 3.7.2.0 (no changes required). + + -- Ben Burton <[email protected]> Wed, 7 Jun 2006 07:49:43 +1000 + libreadline-java (0.8.0.1-5) unstable; urgency=low * Rebuilt against libreadline5 (closes: #326334). Build-depends on diff --git a/debian/control b/debian/control index 4b9c433..241c8f2 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: libreadline-java Section: libs Priority: optional Maintainer: Ben Burton <[email protected]> -Build-Depends: debhelper (>> 3.0.0), fastjar, gcj (>= 4:3.3.5), libedit-dev, libgcj-dev (>= 4:3.3.5), libreadline5-dev | libreadline-dev -Standards-Version: 3.6.2.1 +Build-Depends: debhelper (>= 5.0.0), fastjar, gcj (>= 4:4.1.0), libedit-dev, libgcj-dev (>= 4:4.1.0), libreadline5-dev | libreadline-dev +Standards-Version: 3.7.2.0 Package: libreadline-java Architecture: any diff --git a/debian/rules b/debian/rules index 78c7aaa..7550899 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 +export DH_COMPAT=5 jarname = libreadline-java jarversion = 0.8.0 @@ -29,8 +29,9 @@ BUILDDIR=$(shell pwd)/build build: build-stamp build-stamp: dh_testdir - $(MAKE) JAVAC=gcj JC_FLAGS=-C \ - CC=gcc JAVAINCLUDE=/usr/include JAVANATINC=/usr/include \ + $(MAKE) JAVAC=gcj JC_FLAGS=-C CC=gcc \ + JAVAINCLUDE=/usr/lib/jvm/java-gcj/include \ + JAVANATINC=/usr/lib/jvm/java-gcj/include \ T_LIBS="JavaReadline JavaEditline" touch build-stamp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libreadline-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

