This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository libreadline-java.
commit aee5799413183caf4824ee62f10904b22c08cf6b Author: Ben Burton <[email protected]> Date: Thu Jun 8 08:19:38 2006 +1000 Imported Debian patch 0.8.0.1-7 --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2506d8a..0ecb800 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libreadline-java (0.8.0.1-7) unstable; urgency=low + + * Build-depends on java-gcj-compat-dev, so that the recently relocated + jni.h can be found (closes: #371060). + + -- Ben Burton <[email protected]> Thu, 8 Jun 2006 08:19:38 +1000 + libreadline-java (0.8.0.1-6) unstable; urgency=low * Rebuilt using gcj-4.1; updated build scripts to reflect the new locations diff --git a/debian/control b/debian/control index 241c8f2..8e319c9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: libreadline-java Section: libs Priority: optional Maintainer: Ben Burton <[email protected]> -Build-Depends: debhelper (>= 5.0.0), fastjar, gcj (>= 4:4.1.0), libedit-dev, libgcj-dev (>= 4:4.1.0), libreadline5-dev | libreadline-dev +Build-Depends: debhelper (>= 5.0.0), fastjar, gcj (>= 4:4.1.0), java-gcj-compat-dev, libedit-dev, libgcj-dev (>= 4:4.1.0), libreadline5-dev | libreadline-dev Standards-Version: 3.7.2.0 Package: libreadline-java -- 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

