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

Rafael Laboissiere rafael@costa.debian.org
Thu, 24 Feb 2005 14:35:04 +0100


Author: rafael
Date: 2005-02-24 14:35:03 +0100 (Thu, 24 Feb 2005)
New Revision: 113

Modified:
   trunk/packages/octave-forge/debian/changelog
   trunk/packages/octave-forge/debian/rules
Log:
Debian release 2004.11.16-5

Modified: trunk/packages/octave-forge/debian/changelog
===================================================================
--- trunk/packages/octave-forge/debian/changelog	2005-02-24 13:07:40 UTC (rev 112)
+++ trunk/packages/octave-forge/debian/changelog	2005-02-24 13:35:03 UTC (rev 113)
@@ -1,14 +1,17 @@
 octave-forge (2004.11.16-5) unstable; urgency=low
 
-  NOT RELEASED YET!
-
   +++ Changes by Rafael Laboissiere:
 
   * debian/patches/50_exclude-xlib-in-aurecord.dpatch: Added patch exclude
     X11 libs inclusion.  This may fix the buildd problem on sparc. (Taken
     from CVS at SourceForge on 2005-02-24.)
+  * debian/rules:
+    - Make build-stamp depend on patch-stamp, otherwise the dpatches will
+      never be applied...
+    - Remove the build-time generated file fntests.log, such that it does
+      not end up in the .diff.gz.
 
- --
+ -- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>  Thu, 24 Feb 2005 14:03:18 +0100
 
 octave-forge (2004.11.16-4) unstable; urgency=low
 

Modified: trunk/packages/octave-forge/debian/rules
===================================================================
--- trunk/packages/octave-forge/debian/rules	2005-02-24 13:07:40 UTC (rev 112)
+++ trunk/packages/octave-forge/debian/rules	2005-02-24 13:35:03 UTC (rev 113)
@@ -80,7 +80,7 @@
 		touch configure-stamp
 
 build: 		configure-stamp build-stamp
-build-stamp:
+build-stamp:	patch-stamp
 		$(MAKE)
                 # $(MAKE) index.html
 		touch build-stamp
@@ -117,7 +117,7 @@
 			config.status config.cache config.log conftest \
 			extra/symband/*.oct build.log \
 			main/fixed/doc/fixed.{ps,info} \
-			Makeconf octinst.sh fntests.m \
+			Makeconf octinst.sh fntests.* \
 			admin/RPM/octave-forge.spec
 		dh_clean