This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ognl.
commit 616a32f87f140baee64fc94411383b9f4ed3038b Author: Trygve Laugstøl <[email protected]> Date: Sun Sep 4 19:41:22 2005 +0000 o Correcting Depends, putting the real packages before the virtual packages. --- debian/.cvsignore | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/.cvsignore b/debian/.cvsignore index 5b7e41e..a0e8aaa 100644 --- a/debian/.cvsignore +++ b/debian/.cvsignore @@ -1,2 +1,3 @@ stamp* ognl +files diff --git a/debian/control b/debian/control index 043218c..7b02798 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.2 Package: ognl Architecture: all -Depends: java1-runtime | java2-runtime | kaffe | jamvm | sablevm +Depends: kaffe | jamvm | java1-runtime | java2-runtime Description: Java expression language OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. You use the same -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ognl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

