Author: tille Date: 2009-06-22 08:02:18 +0000 (Mon, 22 Jun 2009) New Revision: 3518
Modified: trunk/packages/biojava/trunk/debian/changelog trunk/packages/biojava/trunk/debian/control Log: Try to fix #533896 ... but some other error occured when building (see bug log) Modified: trunk/packages/biojava/trunk/debian/changelog =================================================================== --- trunk/packages/biojava/trunk/debian/changelog 2009-06-21 19:45:32 UTC (rev 3517) +++ trunk/packages/biojava/trunk/debian/changelog 2009-06-22 08:02:18 UTC (rev 3518) @@ -1,3 +1,11 @@ +biojava-live (1.7.svn.20090419-2) UNRELEASED; urgency=low + + * Add Build Depends: ant-optional + Closes: #533896 + * Standards-Version: 3.8.2 (no changes needed) + + -- Andreas Tille <[email protected]> Mon, 22 Jun 2009 09:32:20 +0200 + biojava-live (1.7.svn.20090419-1) unstable; urgency=low * New upstream version, addressing structures. @@ -6,16 +14,6 @@ -- Steffen Moeller <[email protected]> Sun, 19 Apr 2009 18:30:54 +0200 -biojava-live (1.6.1.svn.20090306-2) UNRELEASED; urgency=low - - TODO: do not miss the relicensing of - tests/org/biojava/utils/process/AllTests.java in the next upstream - version (see http://bugzilla.open-bio.org/show_bug.cgi?id=2797) - - Update: done, upstream has addressed this (Steffen, 4/09) - - -- Andreas Tille <[email protected]> Tue, 24 Mar 2009 08:45:50 +0100 - biojava-live (1.6.1.svn.20090306-1) experimental; urgency=low [ Andreas Tille ] Modified: trunk/packages/biojava/trunk/debian/control =================================================================== --- trunk/packages/biojava/trunk/debian/control 2009-06-21 19:45:32 UTC (rev 3517) +++ trunk/packages/biojava/trunk/debian/control 2009-06-22 08:02:18 UTC (rev 3518) @@ -7,10 +7,10 @@ Andreas Tille <[email protected]> Build-Depends-Indep: libcommons-cli-java, libcommons-dbcp-java (>= 1.1), libhsqldb-java, libcommons-collections-java (>= 2.1), libcommons-pool-java (>= 1.1), - libbytecode-java (>= 0.92.cvs.20070925), + libbytecode-java (>= 0.92.cvs.20070925) openjdk-6-jdk|sun-java6-jdk|sun-java5-jdk|sun-j2sdk1.4|java2-compiler, junit4 -Build-Depends: debhelper, quilt, cdbs, ant -Standards-Version: 3.8.1 +Build-Depends: debhelper, quilt, cdbs, ant, ant-optional +Standards-Version: 3.8.2 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/biojava/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/biojava/trunk/ Homepage: http://www.biojava.org _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
