[Pkg-octave-commit] rev 668 - trunk/packages/octave2.9-forge/debian

Rafael Laboissiere rafael at costa.debian.org
Mon Jul 24 19:02:00 UTC 2006


Author: rafael
Date: 2006-07-24 19:01:59 +0000 (Mon, 24 Jul 2006)
New Revision: 668

Modified:
   trunk/packages/octave2.9-forge/debian/changelog
   trunk/packages/octave2.9-forge/debian/rules
Log:
Debian release octave2.9-forge_2006.07.09-1

Modified: trunk/packages/octave2.9-forge/debian/changelog
===================================================================
--- trunk/packages/octave2.9-forge/debian/changelog	2006-07-24 19:01:48 UTC (rev 667)
+++ trunk/packages/octave2.9-forge/debian/changelog	2006-07-24 19:01:59 UTC (rev 668)
@@ -1,9 +1,8 @@
 octave2.9-forge (2006.07.09-1) unstable; urgency=low
 
-  NOT YET RELEASED!
-
   [ Rafael Laboissiere ]
   * debian/control: Bumped Standards-Version to 3.7.2 (no changes needed)
+  * debian/rules: Remove *.octlink files not deleted by "make clean"
 
   [ Thomas Weber ]
   * Initial release for Octave 2.9 (Closes: #376215, #378171, #352150)
@@ -14,9 +13,9 @@
   * debian/rules: Move mex command to mex2.9 and use mkoctfile2.9 for it
   * Octave 2.9 has full support for sparse matrices (Closes: #295395,
     #369545)
-  
- -- 
-  
+
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 24 Jul 2006 14:47:09 +0200
+
 octave-forge (2006.03.17-2) unstable; urgency=low
 
   * Uploaded to unstable, now that the libhdf5 transition is over

Modified: trunk/packages/octave2.9-forge/debian/rules
===================================================================
--- trunk/packages/octave2.9-forge/debian/rules	2006-07-24 19:01:48 UTC (rev 667)
+++ trunk/packages/octave2.9-forge/debian/rules	2006-07-24 19:01:59 UTC (rev 668)
@@ -18,11 +18,11 @@
 	# We ensure the correct version by build-conflicts in control
 
 PACKAGE := $(DEB_SOURCE_PACKAGE)
-	# octave2.9-forge; 
+	# octave2.9-forge;
 major := $(shell echo $(PACKAGE) | grep -o [0-9].[0-9] -)
 	# 2.1 or 2.9
-      
-# We should probably exchange LOCALAPIFCNFILEDIR for LOCALFCNFILEDIR in defs.make 
+
+# We should probably exchange LOCALAPIFCNFILEDIR for LOCALFCNFILEDIR in defs.make
 # Unless this happens, overwrite it here
 # FIXME
 # MDIR := $(shell octave-config  --print LOCALAPIFCNFILEDIR)
@@ -58,12 +58,12 @@
 				--with-altopath=$(ALTOPATH) \
 				MKOCTFILE=mkoctfile$(major)
 
-# run the check commands 
-DEB_MAKE_CHECK_TARGET := check 
+# run the check commands
+DEB_MAKE_CHECK_TARGET := check
 
 # calculate correct dependencies and move mex to mex2.9
 install/$(PACKAGE)::
-	octave-depends 
+	octave-depends
 	mv $(CURDIR)/debian/tmp/usr/bin/mex \
 		$(CURDIR)/debian/tmp/usr/bin/mex$(major)
 	mv $(CURDIR)/debian/tmp/usr/share/man/man1/mex.1 \
@@ -74,10 +74,15 @@
 	touch $(CURDIR)/extra/MacOSX/NOINSTALL
 		# we aren't MacOS, honest
 	touch $(CURDIR)/extra/testfun/NOINSTALL
-		# sparse code and testfunctions are in Octave 2.9 
+		# sparse code and testfunctions are in Octave 2.9
 	# touch $(CURDIR)/FIXES/NOINSTALL
 		# the FIXES directory has been removed upstream
 
 # show what's not installed
 configure/$(PACKAGE)::
 	find . -name NOINSTALL -print
+
+# clean files left after "make clean"
+clean::
+	find . -type f -name \*.octlink | xargs rm -f
+	$(MAKE) -C main/fixed/doc realclean




More information about the Pkg-octave-commit mailing list