This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libaopalliance-java.
commit bf0ae7403f87c4dea3bae4e01260036216b17824 Author: Thierry Carrez <[email protected]> Date: Mon Nov 30 14:52:10 2009 +0000 * debian/control: Use -headless runtimes * debian/ant.properties: Build java2 code to match dependency --- debian/ant.properties | 2 ++ debian/changelog | 7 +++++++ debian/control | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/ant.properties b/debian/ant.properties new file mode 100644 index 0000000..82b239a --- /dev/null +++ b/debian/ant.properties @@ -0,0 +1,2 @@ +ant.build.javac.target=1.4 +ant.build.javac.source=1.4 diff --git a/debian/changelog b/debian/changelog index 6dda8f8..bae72dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libaopalliance-java (20070526-3) UNRELEASED; urgency=low + + * debian/control: Use -headless runtimes + * debian/ant.properties: Build java2 code to match dependency + + -- Thierry Carrez <[email protected]> Mon, 30 Nov 2009 15:45:04 +0100 + libaopalliance-java (20070526-2) unstable; urgency=low * Change Maintainer: Debian Java Maintainers. diff --git a/debian/control b/debian/control index 2cc6840..e4bd90b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: http://aopalliance.sourceforge.net/ Package: libaopalliance-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java1-runtime | java2-runtime +Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless | java2-runtime-headless Description: ensure interoperability between Java/J2EE AOP implementations We believe that Aspect-Oriented Programming (AOP) offers a better solution to many problems than do existing technologies such as EJB. The AOP Alliance aims -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libaopalliance-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

