[med-svn] r2399 - in trunk/packages/biococoa/trunk/debian: . patches
plessy at alioth.debian.org
plessy at alioth.debian.org
Thu Aug 7 14:26:24 UTC 2008
Author: plessy
Date: 2008-08-07 14:26:24 +0000 (Thu, 07 Aug 2008)
New Revision: 2399
Modified:
trunk/packages/biococoa/trunk/debian/
trunk/packages/biococoa/trunk/debian/changelog
trunk/packages/biococoa/trunk/debian/control
trunk/packages/biococoa/trunk/debian/patches/03_GNUmakefile.patch
trunk/packages/biococoa/trunk/debian/rules
Log:
Renaming completed.
Property changes on: trunk/packages/biococoa/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Modified: trunk/packages/biococoa/trunk/debian/changelog
===================================================================
--- trunk/packages/biococoa/trunk/debian/changelog 2008-08-07 13:42:07 UTC (rev 2398)
+++ trunk/packages/biococoa/trunk/debian/changelog 2008-08-07 14:26:24 UTC (rev 2399)
@@ -1,4 +1,4 @@
-biococoa.app (1.6.0-8) UNRELEASED; urgency=low
+biococoa.app (1.6.0-8) unstable; urgency=low
* Changed the name of the binary package `biococoa.app' to
`sequence-converter.app', and updated its description to match its
@@ -6,7 +6,7 @@
the SequenceConverter demo application. (Closes: #493051)
* Added myself to the Uploaders.
- -- Charles Plessy <plessy at debian.org> Thu, 07 Aug 2008 09:39:50 +0900
+ -- Charles Plessy <plessy at debian.org> Thu, 07 Aug 2008 23:23:14 +0900
biococoa.app (1.6.0-7) unstable; urgency=low
Modified: trunk/packages/biococoa/trunk/debian/control
===================================================================
--- trunk/packages/biococoa/trunk/debian/control 2008-08-07 13:42:07 UTC (rev 2398)
+++ trunk/packages/biococoa/trunk/debian/control 2008-08-07 14:26:24 UTC (rev 2399)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>, Charles Plessy <plessy at debian.org>
Build-Depends: debhelper (>= 5), gnustep-make, libgnustep-gui-dev (>= 0.12.0), quilt
Standards-Version: 3.7.3
Homepage: http://bioinformatics.org/biococoa/
Modified: trunk/packages/biococoa/trunk/debian/patches/03_GNUmakefile.patch
===================================================================
--- trunk/packages/biococoa/trunk/debian/patches/03_GNUmakefile.patch 2008-08-07 13:42:07 UTC (rev 2398)
+++ trunk/packages/biococoa/trunk/debian/patches/03_GNUmakefile.patch 2008-08-07 14:26:24 UTC (rev 2399)
@@ -31,7 +31,7 @@
+SequenceConverter_HEADERS = Controller.h Interface.h BCReader.h BCCreator.h StringAdditions.h
+SequenceConverter_OBJC_FILES = main.m Controller.m Interface.m BCReader.m BCCreator.m StringAdditions.m
+SequenceConverter_APPLICATION_ICON = biococoa.tiff
-+SequenceConverter_RESOURCE_FILES = biococoa.tiff SequenceConverter.plist
++SequenceConverter_RESOURCE_FILES = biococoa.tiff SequenceConverterInfo.plist
include $(GNUSTEP_MAKEFILES)/application.make
Modified: trunk/packages/biococoa/trunk/debian/rules
===================================================================
--- trunk/packages/biococoa/trunk/debian/rules 2008-08-07 13:42:07 UTC (rev 2398)
+++ trunk/packages/biococoa/trunk/debian/rules 2008-08-07 14:26:24 UTC (rev 2399)
@@ -11,6 +11,7 @@
build-stamp:
dh_testdir
+ cp BioCocoaInfo.plist SequenceConverterInfo.plist
gs_make
touch build-stamp
@@ -19,7 +20,7 @@
dh_testroot
rm -f build-stamp
gs_make distclean clean
- dh_clean
+ dh_clean SequenceConverterInfo.plist
install: build
dh_testdir
@@ -30,7 +31,6 @@
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