[Pkg-octave-commit] rev 728 - trunk/www

Rafael Laboissiere rafael at costa.debian.org
Fri Sep 1 19:26:53 UTC 2006


Author: rafael
Date: 2006-09-01 19:26:53 +0000 (Fri, 01 Sep 2006)
New Revision: 728

Modified:
   trunk/www/DOG-Guidelines.txt
Log:
Updated for the new ${octave-2-*:Depends} substvars


Modified: trunk/www/DOG-Guidelines.txt
===================================================================
--- trunk/www/DOG-Guidelines.txt	2006-08-29 09:36:46 UTC (rev 727)
+++ trunk/www/DOG-Guidelines.txt	2006-09-01 19:26:53 UTC (rev 728)
@@ -225,8 +225,9 @@
 
 These are the instructions for the developers:
 
-1) Build-Depends on octave2.1-headers (>= 2.1.65).  This is necessary to get
-   access to files defs.make and octave-depends (attached below).
+1) Build-Depends on octave2.1-headers (>= 2.1.73-10) or octave2.9-headers
+   (>= 2.9.7-2).  This is necessary to get access to files defs.make and
+   octave-depends (attached below).
 
 2) At the top of debian/rules put the following::
 
@@ -261,6 +262,11 @@
 
        Depends: octave2.1 (>= 2.1.65)
 
+   For setting the dependency on specific branches of octave, use the
+   variables ${octave-2-1:Depends} or ${octave-2-9:depends}, associated
+   with octave2.1-depends and octave2.9-depends, respectively.  For an
+   example of using both scripts, see the octave-epstk package.
+
 Notice that the dependency above will keep compatibility with later versions
 of octave2.1.  This is also insured by the fact that the $(OCTDIR) path does
 not contain a version number, only the API number. Only in the event a newer




More information about the Pkg-octave-commit mailing list