[Pkg-octave-commit] rev 714 - in trunk/packages/octave/debian: . in
patches
Rafael Laboissiere
rafael at costa.debian.org
Fri Aug 18 22:51:17 UTC 2006
Author: rafael
Date: 2006-08-18 22:51:16 +0000 (Fri, 18 Aug 2006)
New Revision: 714
Added:
trunk/packages/octave/debian/patches/50_OCTAVEHOME-2.1.dpatch
Modified:
trunk/packages/octave/debian/changelog
trunk/packages/octave/debian/in/octave2.1-00list
Log:
* debian/patches/50_OCTAVEHOME-2.1.dpatch: Change OCTAVEHOME to
/usr, which is the correct value in Debian systems
* debian/in/octave2.1-00list: Include the above
Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog 2006-08-18 15:16:36 UTC (rev 713)
+++ trunk/packages/octave/debian/changelog 2006-08-18 22:51:16 UTC (rev 714)
@@ -1,3 +1,14 @@
+octave2.1 (1:2.1.73-11) unstable; urgency=low
+
+ NOT YET RELEASED!
+
+ [ Rafael Laboissiere ]
+ * debian/patches/50_OCTAVEHOME-2.1.dpatch: Change OCTAVEHOME to
+ /usr, which is the correct value in Debian systems
+ * debian/in/octave2.1-00list: Include the above
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 19 Aug 2006 00:46:57 +0200
+
octave2.1 (1:2.1.73-10) unstable; urgency=low
* Regenerated octave2.1 packages for integrating the last changes
Modified: trunk/packages/octave/debian/in/octave2.1-00list
===================================================================
--- trunk/packages/octave/debian/in/octave2.1-00list 2006-08-18 15:16:36 UTC (rev 713)
+++ trunk/packages/octave/debian/in/octave2.1-00list 2006-08-18 22:51:16 UTC (rev 714)
@@ -4,3 +4,4 @@
50_automatic-replot-docstring
50_return-deffn
50_fixed-freqz
+50_OCTAVEHOME-2.1.dpatch
Added: trunk/packages/octave/debian/patches/50_OCTAVEHOME-2.1.dpatch
===================================================================
--- trunk/packages/octave/debian/patches/50_OCTAVEHOME-2.1.dpatch 2006-08-18 15:16:36 UTC (rev 713)
+++ trunk/packages/octave/debian/patches/50_OCTAVEHOME-2.1.dpatch 2006-08-18 22:51:16 UTC (rev 714)
@@ -0,0 +1,34 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_OCTAVEHOME-2.9.dpatch by Rafael Laboissiere <rafael at debian.org>
+##
+## DP: Correct value for OCTAVEHOME in Debian systems
+
+ at DPATCH@
+
+--- octave2.1-2.1.73.orig/doc/conf.texi 2006-07-28 19:31:58.000000000 +0200
++++ octave2.1-2.1.73/doc/conf.texi 2006-08-18 22:14:48.441613384 +0200
+@@ -3,5 +3,5 @@
+ @c For copying conditions, see the file gpl.texi.
+
+ @set VERSION 2.1.x
+- at set OCTAVEHOME /usr/local
++ at set OCTAVEHOME /usr
+ @set TARGETHOSTTYPE i586-pc-linux-gnu
+--- octave2.1-2.1.73.orig/doc/interpreter/conf.texi 2006-07-28 19:31:58.000000000 +0200
++++ octave2.1-2.1.73/doc/interpreter/conf.texi 2006-08-18 22:14:48.444612928 +0200
+@@ -3,5 +3,5 @@
+ @c For copying conditions, see the file gpl.texi.
+
+ @set VERSION 2.1.x
+- at set OCTAVEHOME /usr/local
++ at set OCTAVEHOME /usr
+ @set TARGETHOSTTYPE i586-pc-linux-gnu
+--- octave2.1-2.1.73.orig/doc/liboctave/conf.texi 2006-07-28 19:31:58.000000000 +0200
++++ octave2.1-2.1.73/doc/liboctave/conf.texi 2006-08-18 22:14:48.447612472 +0200
+@@ -3,5 +3,5 @@
+ @c For copying conditions, see the file gpl.texi.
+
+ @set VERSION 2.1.x
+- at set OCTAVEHOME /usr/local
++ at set OCTAVEHOME /usr
+ @set TARGETHOSTTYPE i586-pc-linux-gnu
More information about the Pkg-octave-commit
mailing list