Author: tille Date: 2009-03-24 11:53:05 +0000 (Tue, 24 Mar 2009) New Revision: 3199
Modified: trunk/packages/biococoa/trunk/debian/changelog trunk/packages/biococoa/trunk/debian/control Log: Prepare package for upload. Modified: trunk/packages/biococoa/trunk/debian/changelog =================================================================== --- trunk/packages/biococoa/trunk/debian/changelog 2009-03-24 07:47:04 UTC (rev 3198) +++ trunk/packages/biococoa/trunk/debian/changelog 2009-03-24 11:53:05 UTC (rev 3199) @@ -1,7 +1,11 @@ -biococoa (2.1.1-1) UNRELEASED; urgency=low +biococoa (2.1.1-1) unstable; urgency=low [ Scott Christley ] * New upstream version + * Change package to contain the biococoa libraries instead of + the demo application. SequenceConverter demo application + moved to its own package. + Closes: #493051 [ Andreas Tille ] * Better watch file (thanks to Daniel Leidert <[email protected]> @@ -12,17 +16,12 @@ * Standards-Version: 3.8.1 (no changes needed) * No versioned Build-Depends from debhelper any more because (>= 5) is valid for all interesting releases + * the split of + * Added {Replaces,Provides,Conflicts}: biococoa.app to really + replace the old missnamed package (see above bug #493051) -- Andreas Tille <[email protected]> Mon, 23 Mar 2009 07:57:10 +0100 -biococoa (2.1.0-1) UNRELEASED; urgency=low - - * Change package to contain the biococoa libraries instead of - the demo application. SequenceConverter demo application - moved to its own package. - - -- Scott Christley <[email protected]> Sun, 05 Oct 2008 13:44:56 -0700 - biococoa.app (1.6.0-8) unstable; urgency=low * Changed the description of the binary package `biococoa.app' to reflect Modified: trunk/packages/biococoa/trunk/debian/control =================================================================== --- trunk/packages/biococoa/trunk/debian/control 2009-03-24 07:47:04 UTC (rev 3198) +++ trunk/packages/biococoa/trunk/debian/control 2009-03-24 11:53:05 UTC (rev 3199) @@ -15,6 +15,9 @@ Package: biococoa Architecture: any Depends: ${shlibs:Depends} +Replaces: biococoa.app +Provides: biococoa.app +Conflicts: biococoa.app Description: Bioinformatics framework for GNUstep and Cocoa BioCocoa is an open source Cocoa framework for bioinformatics. It intends to provide Cocoa programmers with a full suite of tools for handling and _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
