Author: tille
Date: 2009-03-24 16:04:55 +0000 (Tue, 24 Mar 2009)
New Revision: 3201

Added:
   trunk/packages/biococoa/trunk/debian/docs
   trunk/packages/biococoa/trunk/debian/examples
Modified:
   trunk/packages/biococoa/trunk/debian/changelog
   trunk/packages/biococoa/trunk/debian/control
   trunk/packages/biococoa/trunk/debian/rules
Log:
Several enhancements regarding documentation


Modified: trunk/packages/biococoa/trunk/debian/changelog
===================================================================
--- trunk/packages/biococoa/trunk/debian/changelog      2009-03-24 12:03:20 UTC 
(rev 3200)
+++ trunk/packages/biococoa/trunk/debian/changelog      2009-03-24 16:04:55 UTC 
(rev 3201)
@@ -1,4 +1,4 @@
-biococoa (2.1.1-1) unstable; urgency=low
+biococoa (2.1.1-1) UNRELEASED; urgency=low
 
   [ Scott Christley ]
   * New upstream version
@@ -20,6 +20,7 @@
   * Added {Replaces,Provides,Conflicts}: biococoa.app to really
     replace the old missnamed package (see above bug #493051)
   * Moved BioCocoa.1 to BioCocoa.3
+  * Suggests sequenceconverter.app
 
  -- Andreas Tille <[email protected]>  Mon, 23 Mar 2009 07:57:10 +0100
 

Modified: trunk/packages/biococoa/trunk/debian/control
===================================================================
--- trunk/packages/biococoa/trunk/debian/control        2009-03-24 12:03:20 UTC 
(rev 3200)
+++ trunk/packages/biococoa/trunk/debian/control        2009-03-24 16:04:55 UTC 
(rev 3201)
@@ -18,6 +18,7 @@
 Replaces: biococoa.app
 Provides: biococoa.app
 Conflicts: biococoa.app
+Suggests: sequenceconverter.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

Added: trunk/packages/biococoa/trunk/debian/docs
===================================================================
--- trunk/packages/biococoa/trunk/debian/docs                           (rev 0)
+++ trunk/packages/biococoa/trunk/debian/docs   2009-03-24 16:04:55 UTC (rev 
3201)
@@ -0,0 +1,3 @@
+Tests
+DeveloperDocs
+Publications.txt

Added: trunk/packages/biococoa/trunk/debian/examples
===================================================================
--- trunk/packages/biococoa/trunk/debian/examples                               
(rev 0)
+++ trunk/packages/biococoa/trunk/debian/examples       2009-03-24 16:04:55 UTC 
(rev 3201)
@@ -0,0 +1 @@
+Examples/*

Modified: trunk/packages/biococoa/trunk/debian/rules
===================================================================
--- trunk/packages/biococoa/trunk/debian/rules  2009-03-24 12:03:20 UTC (rev 
3200)
+++ trunk/packages/biococoa/trunk/debian/rules  2009-03-24 16:04:55 UTC (rev 
3201)
@@ -7,6 +7,8 @@
 include /usr/share/GNUstep/debian/config.mk
 GNUSTEP_MAKEFILES=$(GS_MAKE_DIR)
 
+pkg = biococoa
+
 build: build-stamp
 
 build-stamp:
@@ -26,7 +28,7 @@
        dh_testroot
        dh_clean -k 
        dh_installdirs
-       gs_make install DESTDIR=$(CURDIR)/debian/biococoa 
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
+       gs_make install DESTDIR=$(CURDIR)/debian/$(pkg) 
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -36,8 +38,10 @@
 binary-arch: build install
        dh_testdir
        dh_testroot
-       dh_installchangelogs
+       dh_installchangelogs Readme.txt
        dh_installdocs
+       dh_installexamples
+       find $(CURDIR)/debian/$(pkg)/usr/share/doc/$(pkg)/examples/ -type f 
-exec chmod 644 \{\} \;
        dh_installmenu
        dh_installman
        dh_link


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to