Le Fri, Aug 08, 2008 at 09:49:20AM +0000, Yavor Doganov a écrit : > В Fri, 08 Aug 2008 14:25:41 +0900, Charles Plessy написа: > > I just figured out that a new upstream release of gnustep-base was > > uploaded the 17th of July, > > FWIW, this is strictly a bugfix release, and I believe it is our > intention to ask for a freeze exception after we fix #489279 (which > should be RC).
Hi Yavor, thanks for the clarification. I attached the debdiff for biococoa.app. If I understand the situation, the simplest would be to hint biococoa.app_1.6.0-8 regardlesss of the situation of gnustep-base as it will anyway not migrate without it. Have a nice weekend, -- Charles
diff -u biococoa.app-1.6.0/debian/changelog biococoa.app-1.6.0/debian/changelog --- biococoa.app-1.6.0/debian/changelog +++ biococoa.app-1.6.0/debian/changelog @@ -1,3 +1,12 @@ +biococoa.app (1.6.0-8) unstable; urgency=low + + * Changed the description of the binary package `biococoa.app' to reflect + that this package does not contain the biococoa libraries, but the + SequenceConverter demo application. + * Added myself to the Uploaders. + + -- Charles Plessy <[EMAIL PROTECTED]> Fri, 08 Aug 2008 13:45:58 +0900 + biococoa.app (1.6.0-7) unstable; urgency=low * Added Build-Depends quilt diff -u biococoa.app-1.6.0/debian/control biococoa.app-1.6.0/debian/control --- biococoa.app-1.6.0/debian/control +++ biococoa.app-1.6.0/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian-Med Packaging Team <[EMAIL PROTECTED]> DM-Upload-Allowed: yes -Uploaders: Andreas Tille <[EMAIL PROTECTED]> +Uploaders: Andreas Tille <[EMAIL PROTECTED]>, Charles Plessy <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5), gnustep-make, libgnustep-gui-dev (>= 0.12.0), quilt Standards-Version: 3.7.3 Homepage: http://bioinformatics.org/biococoa/ @@ -13,12 +13,15 @@ Package: biococoa.app Architecture: any Depends: ${shlibs:Depends} -Description: Sequence file format conversion for GNUstep - The BioCocoa framework provides developers with the opportunity to add - support for reading and writing BEAST, Clustal, EMBL, Fasta, GCG-MSF, GDE, - Hennig86, NCBI, NEXUS, NONA, PDB, Phylip, PIR, Plain/Raw, Swiss-Prot and - TNT files by writing only three lines of code. The framework is written in - Cocoa (Objective-C). +Description: biological sequence file format conversion applet for GNUstep + Demo application to demonstrate the possibilities of the BioCocoa framework. + . + This package contains a GNUstep applet to convert between sequence file + formats. The BioCocoa framework provides developers with the opportunity to + add support for reading and writing BEAST, Clustal, EMBL, Fasta, GCG-MSF, GDE, + Hennig86, NCBI, NEXUS, NONA, PDB, Phylip, PIR, Plain/Raw, Swiss-Prot and TNT + files by writing only three lines of code. The framework is written in Cocoa + (Objective-C). . Version 1.6 is the last upstream version that works with GNUstep. If newer versions are needed to work under Linux try to convince upstream to

