Author: osallou Date: 2014-05-20 13:07:14 +0000 (Tue, 20 May 2014) New Revision: 16965
Modified: trunk/packages/biojava/branches/1.7.1/debian/changelog trunk/packages/biojava/branches/1.7.1/debian/control Log: change runtime dependency to match build dependency Modified: trunk/packages/biojava/branches/1.7.1/debian/changelog =================================================================== --- trunk/packages/biojava/branches/1.7.1/debian/changelog 2014-05-20 12:21:32 UTC (rev 16964) +++ trunk/packages/biojava/branches/1.7.1/debian/changelog 2014-05-20 13:07:14 UTC (rev 16965) @@ -1,3 +1,10 @@ +biojava-live (1:1.7.1-5) unstable; urgency=medium + + * d/control: use libcommons-collections3 instead of + libcommons-collection in runtime deps (Closes: #748473). + + -- Olivier Sallou <[email protected]> Tue, 20 May 2014 15:03:23 +0200 + biojava-live (1:1.7.1-4) unstable; urgency=low [ Andreas Tille ] Modified: trunk/packages/biojava/branches/1.7.1/debian/control =================================================================== --- trunk/packages/biojava/branches/1.7.1/debian/control 2014-05-20 12:21:32 UTC (rev 16964) +++ trunk/packages/biojava/branches/1.7.1/debian/control 2014-05-20 13:07:14 UTC (rev 16965) @@ -20,7 +20,7 @@ Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, libcommons-pool-java (>= 1.1), - libcommons-collections-java (>= 2.1), + libcommons-collections3-java, libcommons-dbcp-java (>= 1.1), libhsqldb-java, libbytecode-java _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
