[Pkg-octave-commit] rev 215 - in trunk/packages/octave/debian: . in

Rafael Laboissiere pkg-octave-devel@lists.alioth.debian.org
Tue, 07 Jun 2005 08:38:28 +0000


Author: rafael
Date: 2005-06-07 08:38:27 +0000 (Tue, 07 Jun 2005)
New Revision: 215

Added:
   trunk/packages/octave/debian/in/watch
Removed:
   trunk/packages/octave/debian/watch
Modified:
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/rules
Log:
Build debian/watch from template debian/in/watch


Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2005-06-03 07:07:44 UTC (rev 214)
+++ trunk/packages/octave/debian/changelog	2005-06-07 08:38:27 UTC (rev 215)
@@ -1,3 +1,16 @@
+octave2.1 (2.1.69-2) unstable; urgency=low
+
+  NOT YET RELEASED !!!
+
+  +++ Changes by Rafael Laboissiere
+
+  * debian/in/watch: New template file for debian/watch, which takes into
+    account the MAJR number of the Octave branch (currently either 2.1 or
+    2.9).
+  * debian/rules (helper-files): Generate debian/watch from debian/in/watch
+
+ --
+
 octave2.9 (2.9.2-2) experimental; urgency=low
 
    +++ Changes by Rafael Laboissiere

Added: trunk/packages/octave/debian/in/watch
===================================================================
--- trunk/packages/octave/debian/in/watch	2005-06-03 07:07:44 UTC (rev 214)
+++ trunk/packages/octave/debian/in/watch	2005-06-07 08:38:27 UTC (rev 215)
@@ -0,0 +1,5 @@
+# format version number, currently 2; this line is compulsory!
+version=2
+
+# This is one format for an HTTP site, which is the same as the FTP format
+ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-@MAJOR@.([-0-9\.]*).tar.gz

Modified: trunk/packages/octave/debian/rules
===================================================================
--- trunk/packages/octave/debian/rules	2005-06-03 07:07:44 UTC (rev 214)
+++ trunk/packages/octave/debian/rules	2005-06-07 08:38:27 UTC (rev 215)
@@ -87,7 +87,8 @@
 		out=`echo $$in | sed 's:/in/:/:;s/PACKAGE/$(PACKAGE)/'` ; \
 		sed 's/@VERSION@/$(version)/g;s/@PACKAGE@/$(PACKAGE)/g;s/@MAJOR@/$(major)/g' \
 			< $$in > $$out ; \
-	done	
+	done
+	sed 's/@MAJOR@/$(major)/g' < debian/in/watch > debian/watch
 			
 get-orig-source: upstream
 upstream:

Deleted: trunk/packages/octave/debian/watch