[Pkg-octave-commit] rev 599 - branches/2.9transition/packages/octave-forge/debian

Rafael Laboissiere rafael at costa.debian.org
Wed May 3 20:46:31 UTC 2006


Author: rafael
Date: 2006-05-03 20:46:31 +0000 (Wed, 03 May 2006)
New Revision: 599

Modified:
   branches/2.9transition/packages/octave-forge/debian/changelog
   branches/2.9transition/packages/octave-forge/debian/rules
Log:
Disable installation of files in FIXES


Modified: branches/2.9transition/packages/octave-forge/debian/changelog
===================================================================
--- branches/2.9transition/packages/octave-forge/debian/changelog	2006-05-02 15:28:29 UTC (rev 598)
+++ branches/2.9transition/packages/octave-forge/debian/changelog	2006-05-03 20:46:31 UTC (rev 599)
@@ -20,8 +20,11 @@
     - add_gisequal.patch: Octave's isequal() can't handle Galois fields
       (thanks to David Bateman for the patch)
 
- -- 
+  [ Rafael Laboissiere ]
+  * debian/rules: Disable installation of files in FIXES
 
+ --
+
 octave-forge (2006.03.17-2) unstable; urgency=low
 
   * Uploaded to unstable, now that the libhdf5 transition is over

Modified: branches/2.9transition/packages/octave-forge/debian/rules
===================================================================
--- branches/2.9transition/packages/octave-forge/debian/rules	2006-05-02 15:28:29 UTC (rev 598)
+++ branches/2.9transition/packages/octave-forge/debian/rules	2006-05-03 20:46:31 UTC (rev 599)
@@ -68,4 +68,6 @@
 	touch $(CURDIR)/main/sparse/NOINSTALL 
 	touch $(CURDIR)/extra/testfun/NOINSTALL
 		# sparse code and testfunctions are in Octave 2.9 
+	touch $(CURDIR)/FIXES/NOINSTALL
+		# the FIXES directory has been removed upstream
 




More information about the Pkg-octave-commit mailing list