[Pkg-octave-commit] rev 134 - trunk/packages/octave-forge/debian

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Sun, 27 Feb 2005 16:30:21 +0100


Author: rafael
Date: 2005-02-27 16:30:21 +0100 (Sun, 27 Feb 2005)
New Revision: 134

Modified:
   trunk/packages/octave-forge/debian/changelog
   trunk/packages/octave-forge/debian/control
   trunk/packages/octave-forge/debian/rules
Log:
Debian release octave-forge_2004.11.16-6

Modified: trunk/packages/octave-forge/debian/changelog
===================================================================
--- trunk/packages/octave-forge/debian/changelog	2005-02-27 15:21:00 UTC (rev 133)
+++ trunk/packages/octave-forge/debian/changelog	2005-02-27 15:30:21 UTC (rev 134)
@@ -1,14 +1,17 @@
 octave-forge (2004.11.16-6) unstable; urgency=low
 
-  NOT YET RELEASED!
-
   +++ Changes by Rafael Laboissiere:
 
-  * debian/rules: Put $(altoctdir) and $(altmdir) away from LOADPATH.
-    This fixes the problem of graceplot's plot.m file being earlier than
-    upstream's in the Octave path (closes: #296991) (closes: #297028)
+  * debian/rules:
+    - Put $(altoctdir) and $(altmdir) away from LOADPATH. This fixes the
+      problem of graceplot's plot.m file being earlier than upstream's in
+      the Octave path (closes: #296991) (closes: #297028).
+    - Make target configure instead of build depend on patch-stamp.  This
+      is necessary, otherwise patch 50_extra-mex-configure-add.dpatch has
+      no effect.
+  * debian/control: Suggests grace
 
- --
+ -- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>  Sun, 27 Feb 2005 14:07:04 +0100
 
 octave-forge (2004.11.16-5) unstable; urgency=low
 

Modified: trunk/packages/octave-forge/debian/control
===================================================================
--- trunk/packages/octave-forge/debian/control	2005-02-27 15:21:00 UTC (rev 133)
+++ trunk/packages/octave-forge/debian/control	2005-02-27 15:30:21 UTC (rev 134)
@@ -10,6 +10,7 @@
 Replaces: octave-matcompat
 Architecture: any
 Depends: ${octave:Depends}, ${shlibs:Depends}
+Suggests: grace
 Description: Contributed functions for GNU Octave from http://octave.sf.net
  The octave-forge project contains over 500 contributed functions for
  GNU Octave which are not in the main distribution. These functions are

Modified: trunk/packages/octave-forge/debian/rules
===================================================================
--- trunk/packages/octave-forge/debian/rules	2005-02-27 15:21:00 UTC (rev 133)
+++ trunk/packages/octave-forge/debian/rules	2005-02-27 15:30:21 UTC (rev 134)
@@ -63,7 +63,7 @@
                 # see the script cvs_checkout.sh instead
 
 configure:	configure-stamp
-configure-stamp:
+configure-stamp: patch-stamp
 		dh_testdir
 		touch extra/MacOSX/NOINSTALL
 		[ -f autogen.sh ] && ./autogen.sh && chmod 0755 configure
@@ -80,7 +80,7 @@
 		touch configure-stamp
 
 build: 		configure-stamp build-stamp
-build-stamp:	patch-stamp
+build-stamp:
 		$(MAKE)
                 # $(MAKE) index.html
 		touch build-stamp