[med-svn] r2398 - in trunk/packages/biococoa/trunk/debian: . patches
plessy at alioth.debian.org
plessy at alioth.debian.org
Thu Aug 7 13:42:07 UTC 2008
Author: plessy
Date: 2008-08-07 13:42:07 +0000 (Thu, 07 Aug 2008)
New Revision: 2398
Modified:
trunk/packages/biococoa/trunk/debian/control
trunk/packages/biococoa/trunk/debian/patches/01_plist.patch
trunk/packages/biococoa/trunk/debian/rules
Log:
Some corrections. The renaming is not yet complete, as SequenceConverter is not finding Infos about itself.
Modified: trunk/packages/biococoa/trunk/debian/control
===================================================================
--- trunk/packages/biococoa/trunk/debian/control 2008-08-07 13:08:17 UTC (rev 2397)
+++ trunk/packages/biococoa/trunk/debian/control 2008-08-07 13:42:07 UTC (rev 2398)
@@ -15,9 +15,8 @@
Depends: ${shlibs:Depends}
Conflicts: biococoa.app ( < 1.6.0-8 )
Replaces: biococoa.app ( < 1.6.0-8 )
-Provides: biococoa.app ( < 1.6.0-8 )
+Provides: biococoa.app
Description: biological sequence file format conversion applet for GNUstep
-
Demo application to demonstrate the possibilities of the BioCocoa framework.
.
SequenceConverter is a GNUstep applet to convert between sequence file formats.
Modified: trunk/packages/biococoa/trunk/debian/patches/01_plist.patch
===================================================================
--- trunk/packages/biococoa/trunk/debian/patches/01_plist.patch 2008-08-07 13:08:17 UTC (rev 2397)
+++ trunk/packages/biococoa/trunk/debian/patches/01_plist.patch 2008-08-07 13:42:07 UTC (rev 2398)
@@ -5,10 +5,9 @@
@@ -1,7 +1,7 @@
{
- ApplicationName = BioCocoa
-- ApplicationDescription = "GNUstep BioCocoaDemo";
-- ApplicationRelease = BioCocoa 1.6";
+ ApplicationName = "SequenceConverter";
-+ ApplicationDescription = "GNUstep SequenceConverter";
+ ApplicationDescription = "GNUstep BioCocoaDemo";
+- ApplicationRelease = BioCocoa 1.6";
+ ApplicationRelease = "BioCocoa 1.6";
FullVersionID = "1.6.0 Nov 2004";
Authors = ("Peter Schols <peter.schols at bio.kuleuven.ac.be>");
Modified: trunk/packages/biococoa/trunk/debian/rules
===================================================================
--- trunk/packages/biococoa/trunk/debian/rules 2008-08-07 13:08:17 UTC (rev 2397)
+++ trunk/packages/biococoa/trunk/debian/rules 2008-08-07 13:42:07 UTC (rev 2398)
@@ -30,6 +30,7 @@
find `pwd`/debian/sequence-converter.app -name "*.plist" -exec chmod -x {} \;
dh_install debian/*.desktop usr/share/applications/
rm $(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop
+ cp BioCocoaInfo.plist $(CURDIR)/debian/sequence-converter.app/usr/lib/GNUstep/Applications/SequenceConverter.app/Resources/SequenceConverterInfo.plist
# Build architecture-independent files here.
binary-indep: build install
More information about the debian-med-commit
mailing list