This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cdk.
commit ade4d9f577a25c57d917f4a0ef19365c45782167 Author: Michael Koch <[email protected]> Date: Tue Feb 26 14:56:57 2008 +0000 * Moved package from contrib to main. * Fixed Depends and Suggests of libcdk-java. --- debian/changelog | 7 +++++++ debian/control | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8089a19..f2d295c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cdk (1:1.0.1.92-3) UNRELEASED; urgency=low + + * Moved package from contrib to main. + * Fixed Depends and Suggests of libcdk-java. + + -- Michael Koch <[email protected]> Tue, 26 Feb 2008 15:56:32 +0100 + cdk (1:1.0.1.92-2) UNRELEASED; urgency=low * Fixed name of Maintainer. diff --git a/debian/control b/debian/control index 10b3788..6283691 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: cdk -Section: contrib/libs +Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Daniel Leidert (dale) <[email protected]>, Michael Koch <[email protected]> @@ -11,10 +11,10 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/cdk Homepage: http://cdk.sourceforge.net/ Package: libcdk-java -Section: contrib/libs +Section: libs Architecture: all -Depends: j2re1.4 | java2-virtual-machine | java2-runtime -Suggests: jchempaint, jmol, cdk, libcdk-java-doc +Depends: java-gcj-compat | java1-runtime | java2-runtime +Suggests: jchempaint, jmol Description: Chemistry Development Kit (CDK) Java libraries The CDK is a library of Java classes used in computational and information chemistry and in bioinformatics. It includes renderers, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cdk.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

