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

Rafael Laboissiere rafael at costa.debian.org
Fri Mar 17 07:48:56 UTC 2006


Author: rafael
Date: 2006-03-17 07:48:54 +0000 (Fri, 17 Mar 2006)
New Revision: 516

Modified:
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/in/octave2.1-00list
   trunk/packages/octave/debian/rules
Log:
Debian release octave2.1_2.1.72-12

Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2006-03-14 13:37:12 UTC (rev 515)
+++ trunk/packages/octave/debian/changelog	2006-03-17 07:48:54 UTC (rev 516)
@@ -1,13 +1,14 @@
 octave2.1 (1:2.1.72-12) unstable; urgency=low
 
-   NOT YET RELEASED!
-
-   [ Rafael Laboissiere ]
   * New mechanism for obtaining the versioned debian/watch files
   * debian/in/octave*-watch: Source files the uscan files
-  * debian/rules: Geenrated debian/watch from debian/in/octave*-watch
+  * debian/rules:
+    - Generate debian/watch from debian/in/octave*-watch
+    - Link the manpage for octave$(major) to that for octave-$(version),
+      such that there will be no binary without manpage
+  * debian/in/octave2.1-00list: Really apply patch 50_g++4.1
 
- --
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 16 Mar 2006 18:31:11 +0100
 
 octave2.9 (2.9.4-13) unstable; urgency=low
 

Modified: trunk/packages/octave/debian/in/octave2.1-00list
===================================================================
--- trunk/packages/octave/debian/in/octave2.1-00list	2006-03-14 13:37:12 UTC (rev 515)
+++ trunk/packages/octave/debian/in/octave2.1-00list	2006-03-17 07:48:54 UTC (rev 516)
@@ -1,3 +1,4 @@
 50_inferior-octave-resync-dirs
 50_octave-value-list-resize-2.1
 50_octave-mod-bind-m-bs-2.1
+50_g++4.1
\ No newline at end of file

Modified: trunk/packages/octave/debian/rules
===================================================================
--- trunk/packages/octave/debian/rules	2006-03-14 13:37:12 UTC (rev 515)
+++ trunk/packages/octave/debian/rules	2006-03-17 07:48:54 UTC (rev 516)
@@ -205,6 +205,7 @@
 		$(debtmp)/usr/share/octave/debian/defs.make-$(version)
 	(cd $(debtmp)/usr/share/man/man1; 				\
 		mv -v	octave.1	octave-$(version).1;    	\
+		ln -s	octave-$(version).1	octave$(major).1;	\
 		mv -v   octave-bug.1	octave-bug-$(version).1;	\
 		mv -v	octave-config.1	octave-config-$(version).1;   	\
 		mv -v   mkoctfile.1	mkoctfile-$(version).1;		)




More information about the Pkg-octave-commit mailing list