[Pkg-octave-commit] rev 814 - trunk/packages/octave2.1-forge/debian

Rafael Laboissiere rafael at alioth.debian.org
Tue Nov 28 19:02:03 CET 2006


Author: rafael
Date: 2006-11-28 19:02:03 +0100 (Tue, 28 Nov 2006)
New Revision: 814

Modified:
   trunk/packages/octave2.1-forge/debian/changelog
   trunk/packages/octave2.1-forge/debian/rules
Log:
Debian release octave2.1-forge_2006.03.17+dfsg1-3

Modified: trunk/packages/octave2.1-forge/debian/changelog
===================================================================
--- trunk/packages/octave2.1-forge/debian/changelog	2006-11-28 07:24:09 UTC (rev 813)
+++ trunk/packages/octave2.1-forge/debian/changelog	2006-11-28 18:02:03 UTC (rev 814)
@@ -1,3 +1,14 @@
+octave2.1-forge (2006.03.17+dfsg1-3) unstable; urgency=low
+
+  [ Thomas Weber]
+  * debian/control: Removed Dirk Eddelbuettel from Uploaders list
+
+  [ Rafael Laboissiere ]
+  * debian/rules: Clean *.m files  generated from *.m.in; they should be
+    removed by "make clean", but they are not
+  
+ -- Rafael Laboissiere <rafael at debian.org>  Tue, 28 Nov 2006 09:18:21 +0100
+
 octave2.1-forge (2006.03.17+dfsg1-2) unstable; urgency=low
 
   [ Rafael Laboissiere ]

Modified: trunk/packages/octave2.1-forge/debian/rules
===================================================================
--- trunk/packages/octave2.1-forge/debian/rules	2006-11-28 07:24:09 UTC (rev 813)
+++ trunk/packages/octave2.1-forge/debian/rules	2006-11-28 18:02:03 UTC (rev 814)
@@ -24,8 +24,8 @@
 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)
@@ -66,23 +66,23 @@
 				--with-altopath=$(ALTOPATH) \
 				MKOCTFILE=mkoctfile$(major)
 
-# don't run the check commands 
+# don't run the check commands
 # 'test' is a command available only in octave-forge and Octave 2.9, so for
 # Octave 2.1, we would need an earlier version of octave-forge already
 # built/installed
-# DEB_MAKE_CHECK_TARGET := check 
+# DEB_MAKE_CHECK_TARGET := check
 
 # calculate correct dependencies and move mex to mex2.1
 install/$(PACKAGE)::
 	octave-depends
 	mv debian/$(PACKAGE)/usr/bin/mex debian/$(PACKAGE)/usr/bin/mex$(major)
-	mv debian/$(PACKAGE)/usr/share/man/man1/mex.1 debian/$(PACKAGE)/usr/share/man/man1/mex$(major).1 
+	mv debian/$(PACKAGE)/usr/share/man/man1/mex.1 debian/$(PACKAGE)/usr/share/man/man1/mex$(major).1
 
 # what we don't want in the package
 makebuilddir/$(PACKAGE)::
 	touch $(CURDIR)/extra/MacOSX/NOINSTALL
 		# we aren't MacOS, honest
-	touch $(CURDIR)/main/sparse/NOINSTALL 
+	touch $(CURDIR)/main/sparse/NOINSTALL
 		# sparse code in octave-forge doesn't work for Octave 2.1
 	# touch $(CURDIR)/FIXES/NOINSTALL
 		# the FIXES directory has been removed upstream
@@ -91,3 +91,11 @@
 configure/$(PACKAGE)::
 	find . -name NOINSTALL -print
 	@echo "Using $(OCTAVE_CONFIG) as octave-config"
+
+# Clean *.m files generated from *.m.in
+clean::
+	rm -f main/plot/print.m			\
+		main/strings/str2double.m	\
+		main/strings/strmatch.m		\
+		main/strings/strcmpi.m		\
+		main/time/datenum.m




More information about the Pkg-octave-commit mailing list