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

Rafael Laboissiere rafael at costa.debian.org
Thu Jan 26 17:38:29 UTC 2006


Author: rafael
Date: 2006-01-26 17:38:28 +0000 (Thu, 26 Jan 2006)
New Revision: 475

Added:
   trunk/packages/octave/debian/patches/70_octave-mod-honor-auto-indent.dpatch
Modified:
   trunk/packages/octave/debian/
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/in/octave2.9-00list
Log:
Debian release octave2.9_2.9.4-11


Property changes on: trunk/packages/octave/debian
___________________________________________________________________
Name: svn:ignore
   - tmp
octave
octave2.1*
octave2.9*
files
substvars
*.debhelper
patched
control
watch

   + tmp
octave
octave2.1*
octave2.9*
files
substvars
*.debhelper
patched
control
watch
defs.make
octave-depends


Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2006-01-26 15:56:40 UTC (rev 474)
+++ trunk/packages/octave/debian/changelog	2006-01-26 17:38:28 UTC (rev 475)
@@ -1,3 +1,11 @@
+octave2.9 (2.9.4-11) unstable; urgency=low
+
+  * debian/patches/70_octave-mod-honor-auto-indent.dpatch: Upstream patch
+    for honoring the octave-auto-indent variable in emacs/octave-mod.el
+    (closes: #341759)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Thu, 26 Jan 2006 17:51:55 +0100
+
 octave2.1 (1:2.1.72-10) unstable; urgency=low
 
   * debian/rules: Symlink /usr/bin/octave<major> to

Modified: trunk/packages/octave/debian/in/octave2.9-00list
===================================================================
--- trunk/packages/octave/debian/in/octave2.9-00list	2006-01-26 15:56:40 UTC (rev 474)
+++ trunk/packages/octave/debian/in/octave2.9-00list	2006-01-26 17:38:28 UTC (rev 475)
@@ -2,3 +2,4 @@
 50_install-liboctinterp
 50_octave-value-list-resize-2.9
 50_octave-mod-bind-m-bs-2.9
+70_octave-mod-honor-auto-indent
\ No newline at end of file

Added: trunk/packages/octave/debian/patches/70_octave-mod-honor-auto-indent.dpatch
===================================================================
--- trunk/packages/octave/debian/patches/70_octave-mod-honor-auto-indent.dpatch	2006-01-26 15:56:40 UTC (rev 474)
+++ trunk/packages/octave/debian/patches/70_octave-mod-honor-auto-indent.dpatch	2006-01-26 17:38:28 UTC (rev 475)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 70_octave-mod-honor-auto-indent.dpatch by  <rafael at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: New patch generated from octave2.9 2.9.4-11 diff.gz
+
+ at DPATCH@
+
+--- octave2.9-2.9.4.orig/emacs/octave-mod.el
++++ octave2.9-2.9.4/emacs/octave-mod.el
+@@ -1329,7 +1335,8 @@
+ Reindent the line of `octave-auto-indent' is non-nil."
+   (interactive)
+   (setq last-command-char ? )
+-  (if (not (octave-not-in-string-or-comment-p))
++  (if (and octave-auto-indent
++           (not (octave-not-in-string-or-comment-p)))
+       (progn
+ 	(indent-according-to-mode)
+ 	(self-insert-command 1))


Property changes on: trunk/packages/octave/debian/patches/70_octave-mod-honor-auto-indent.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-octave-commit mailing list