[Pkg-octave-commit] rev 280 - in trunk/packages/inline-octave/debian: . patches

Colin ingram cjingram-guest at costa.debian.org
Sat Oct 15 10:48:51 UTC 2005


Author: cjingram-guest
Date: 2005-10-15 10:48:51 +0000 (Sat, 15 Oct 2005)
New Revision: 280

Added:
   trunk/packages/inline-octave/debian/patches/50_octave_binary_name.dpatch
Removed:
   trunk/packages/inline-octave/debian/patches/50_control-output-of-whos.dpatch
Modified:
   trunk/packages/inline-octave/debian/changelog
   trunk/packages/inline-octave/debian/patches/00list
Log:
  * New upstream release
  * deleted output-of-whos patch and added octave_binary_name patch


Modified: trunk/packages/inline-octave/debian/changelog
===================================================================
--- trunk/packages/inline-octave/debian/changelog	2005-10-13 22:41:15 UTC (rev 279)
+++ trunk/packages/inline-octave/debian/changelog	2005-10-15 10:48:51 UTC (rev 280)
@@ -1,3 +1,15 @@
+inline-octave (0.22-1) unstable; urgency=low
+
+  NOT YET RELEASED!!!!
+  
+  +++ Changes made by Colin Ingram
+  
+  * New upstream release
+  * deleted output-of-whos patch and added octave_binary_name patch
+
+ -- -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Sat, 15 Oct 2005 05:12:58 -0500
+
+  
 inline-octave (0.21-2) unstable; urgency=low
 
   +++ Changes by Rafael Laboissiere
@@ -70,8 +82,15 @@
   * Initial Debian release. (Closes: #119912)
 
  -- Dirk Eddelbuettel <edd at debian.org>  Sat, 17 Nov 2001 23:52:24 -0600
-
-Local Variables:
-debian-changelog-full-name: "Debian Octave Group"
-debian-changelog-mailing-address: "pkg-octave-devel at lists.alioth.debian.org"
-End:
+  
+  Local Variables:
+  debian-changelog-full-name: "Debian Octave Group"
+  debian-changelog-mailing-address: "pkg-octave-devel at lists.alioth.debian.org"
+  eval: (add-local-hook
+    'debian-changelog-add-version-hook
+    (lambda ()
+      (save-excursion
+        (forward-line -1)
+	(beginning-of-line)
+	(insert "\n   NOT YET RELEASED!\n\n   ++ Changes by "
+	  (or (genenv "DEBFULLNAME") (user-full-name)) "\n"))))

Modified: trunk/packages/inline-octave/debian/patches/00list
===================================================================
--- trunk/packages/inline-octave/debian/patches/00list	2005-10-13 22:41:15 UTC (rev 279)
+++ trunk/packages/inline-octave/debian/patches/00list	2005-10-15 10:48:51 UTC (rev 280)
@@ -1 +1 @@
-50_control-output-of-whos
+50_octave_binary_name

Deleted: trunk/packages/inline-octave/debian/patches/50_control-output-of-whos.dpatch

Copied: trunk/packages/inline-octave/debian/patches/50_octave_binary_name.dpatch (from rev 265, trunk/packages/inline-octave/debian/patches/50_control-output-of-whos.dpatch)
===================================================================
--- trunk/packages/inline-octave/debian/patches/50_control-output-of-whos.dpatch	2005-09-23 22:59:42 UTC (rev 265)
+++ trunk/packages/inline-octave/debian/patches/50_octave_binary_name.dpatch	2005-10-15 10:48:51 UTC (rev 280)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_octave_binary_name.dpatch by  Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Change octave exec name
+
+ at DPATCH@
+
+--- inline-octave-0.21.orig/Octave.pm
++++ inline-octave-0.21/Octave.pm
+@@ -129,7 +129,7 @@
+   my $switches= "-qfH";
+   my $octave_interpreter_bin;
+ 
+-  $octave_interpreter_bin= 'octave' # _EDITLINE_MARKER_
++  $octave_interpreter_bin= 'octave2.1' # _EDITLINE_MARKER_
+      unless $octave_object->{INTERP};
+ 
+   $octave_interpreter_bin = $ENV{PERL_INLINE_OCTAVE_BIN}
+




More information about the Pkg-octave-commit mailing list