[Pkg-octave-commit] r1194 - in octave/trunk/debian: . in patches

Rafael Laboissiere rafael at alioth.debian.org
Fri Feb 8 12:38:41 UTC 2008


Author: rafael
Date: 2008-02-08 12:38:41 +0000 (Fri, 08 Feb 2008)
New Revision: 1194

Added:
   octave/trunk/debian/patches/50_drop-lo-manpages.dpatch
   octave/trunk/debian/patches/50_include-cstring-mxarray.dpatch
Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/octave3.0-00list
Log:
Added dpatches

Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2008-02-08 12:38:03 UTC (rev 1193)
+++ octave/trunk/debian/changelog	2008-02-08 12:38:41 UTC (rev 1194)
@@ -1,3 +1,12 @@
+octave3.0 (1:3.0.0-3) UNRELEASED; urgency=low
+
+  * Added dpatches:
+    + 50_include-cstring-mxarray: Compile successfully with GCC 4.3
+    + 50_drop-lo-manpages.dpatch: Drop unknown macros in some manpages
+      (Lintian warning)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 08 Feb 2008 13:36:01 +0100
+
 octave3.0 (1:3.0.0-2) experimental; urgency=low
 
   [ Rafael Laboissiere ]

Modified: octave/trunk/debian/in/octave3.0-00list
===================================================================
--- octave/trunk/debian/in/octave3.0-00list	2008-02-08 12:38:03 UTC (rev 1193)
+++ octave/trunk/debian/in/octave3.0-00list	2008-02-08 12:38:41 UTC (rev 1194)
@@ -1 +1,3 @@
 50_octave-bug-tempfile
+50_drop-lo-manpages
+50_include-cstring-mxarray

Added: octave/trunk/debian/patches/50_drop-lo-manpages.dpatch
===================================================================
--- octave/trunk/debian/patches/50_drop-lo-manpages.dpatch	                        (rev 0)
+++ octave/trunk/debian/patches/50_drop-lo-manpages.dpatch	2008-02-08 12:38:41 UTC (rev 1194)
@@ -0,0 +1,51 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_drop-lo-manpages.dpatch by Rafael Laboissiere <rafael at debian.org>
+
+ at DPATCH@
+
+# HG changeset patch
+# User Rafael Laboissiere <rafael at debian.org>
+# Date 1202453731 -3600
+# Node ID 8aac910c2ea0b6f2480c39359dcdd6766afc0f75
+# Parent  1032e24f199f6679577c9f73af138913705d27d5
+Drop .LO macros from manpages
+
+The .LO are not documented anywhere and processing the manpages through man
+(e.g. "man --warnings -l octave.1") yields:
+
+<standard input>:20: warning: `LO' not defined
+
+diff -r 1032e24f199f -r 8aac910c2ea0 doc/ChangeLog
+--- a/doc/ChangeLog	Thu Feb 07 22:36:11 2008 -0500
++++ b/doc/ChangeLog	Fri Feb 08 07:55:31 2008 +0100
+@@ -1,1 +1,6 @@ 2008-02-07  David Bateman  <dbateman at fre
++2008-02-08  Rafael Laboissiere  <rafael at debian.org>
++
++	* interpreter/octave.1: Dropped unknow LO macro
++	* interpreter/octave-bug.1: Likewise	
++
+ 2007-12-21  John W. Eaton  <jwe at octave.org>
+
+ 	Version 3.0.0 released.
+diff -r 1032e24f199f -r 8aac910c2ea0 doc/interpreter/octave-bug.1
+--- a/doc/interpreter/octave-bug.1	Thu Feb 07 22:36:11 2008 -0500
++++ b/doc/interpreter/octave-bug.1	Fri Feb 08 07:55:31 2008 +0100
+@@ -19,7 +19,6 @@
+ .\" This page was contributed by Dirk Eddelbuettel <edd at debian.org>
+ .\" 
+ .TH octave-bug 1 "6 March 2000" GNU
+-.LO 1
+ .SH NAME
+ octave-bug \- report a bug in GNU Octave
+ .SH SYNOPSIS
+diff -r 1032e24f199f -r 8aac910c2ea0 doc/interpreter/octave.1
+--- a/doc/interpreter/octave.1	Thu Feb 07 22:36:11 2008 -0500
++++ b/doc/interpreter/octave.1	Fri Feb 08 07:55:31 2008 +0100
+@@ -17,7 +17,6 @@
+ .\" <http://www.gnu.org/licenses/>.
+ .\"
+ .TH Octave 1 "Jan 8 1996"
+-.LO 1
+ .SH NAME
+ octave \- A high-level interactive language for numerical computations.
+ .SH SYNOPSIS


Property changes on: octave/trunk/debian/patches/50_drop-lo-manpages.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: octave/trunk/debian/patches/50_include-cstring-mxarray.dpatch
===================================================================
--- octave/trunk/debian/patches/50_include-cstring-mxarray.dpatch	                        (rev 0)
+++ octave/trunk/debian/patches/50_include-cstring-mxarray.dpatch	2008-02-08 12:38:41 UTC (rev 1194)
@@ -0,0 +1,35 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_include-cstring-mxarray.dpatch by Rafael Laboissiere <rafael at debian.org>
+
+ at DPATCH@
+
+# HG changeset patch
+# User jwe
+# Date 1201224095 0
+# Node ID 33577b0d4df210f9dc907c6e825747c2c6d337fb
+# Parent  a7a987b229b7b0e16b2ae8748e147c2caffa815d
+[project @ 2008-01-25 01:21:35 by jwe]
+
+diff -r a7a987b229b7 -r 33577b0d4df2 src/ChangeLog
+--- a/src/ChangeLog	Thu Jan 24 08:31:36 2008 +0000
++++ b/src/ChangeLog	Fri Jan 25 01:21:35 2008 +0000
+@@ -1,1 +1,5 @@ 2008-01-22  John W. Eaton  <jwe at octave.o
++2008-01-24  Pascal Dupuis  <Pascal.Dupuis at worldonline.be>
++
++	* mxarray.h.in: Include <cstring>.
++
+ 2007-12-21  John W. Eaton  <jwe at octave.org>
+
+ 	Version 3.0.0 released.
+diff -r a7a987b229b7 -r 33577b0d4df2 src/mxarray.h.in
+--- a/src/mxarray.h.in	Thu Jan 24 08:31:36 2008 +0000
++++ b/src/mxarray.h.in	Fri Jan 25 01:21:35 2008 +0000
+@@ -89,6 +89,8 @@ typedef @OCTAVE_IDX_TYPE@ mwIndex;
+ typedef @OCTAVE_IDX_TYPE@ mwIndex;
+ 
+ #if ! defined (MXARRAY_TYPEDEFS_ONLY)
++
++#include <cstring>
+ 
+ class octave_value;
+ 


Property changes on: octave/trunk/debian/patches/50_include-cstring-mxarray.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-octave-commit mailing list