[Pkg-octave-commit] [SCM] Debian packaging for qtoctave branch, master, updated. 0a42fe63498bea97c10fced209c44ac095dec455

Sébastien Villemot sebastien.villemot at ens.fr
Fri Jun 24 19:00:31 UTC 2011


The following commit has been merged in the master branch:
commit 08f5a96fd5ae7738f64dd4d04925d6a41f0cd734
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Wed Jun 22 22:29:22 2011 +0200

    Remove debian/patches/fix-exec-script-in-editor (incorporated upstream)

diff --git a/debian/changelog b/debian/changelog
index b54efb3..3b1065c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,8 @@
 qtoctave (0.10.1-1) UNRELEASED; urgency=low
 
-  * New upstream release.
-  * New patch: fix-exec-script-in-editor (closes: #593447)
+  * New upstream release (closes: #593447)
 
- -- Sébastien Villemot <sebastien.villemot at ens.fr>  Wed, 22 Jun 2011 22:26:59 +0200
+ -- Sébastien Villemot <sebastien.villemot at ens.fr>  Wed, 22 Jun 2011 22:28:33 +0200
 
 qtoctave (0.9.2+svn255-1) unstable; urgency=low
 
diff --git a/debian/patches/fix-exec-script-in-editor b/debian/patches/fix-exec-script-in-editor
deleted file mode 100644
index 371f12b..0000000
--- a/debian/patches/fix-exec-script-in-editor
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: qtoctave-0.9.2+svn255/qtoctave/src/editor.cpp
-===================================================================
---- qtoctave-0.9.2+svn255.orig/qtoctave/src/editor.cpp	2010-08-18 16:53:00.000000000 -0500
-+++ qtoctave-0.9.2+svn255/qtoctave/src/editor.cpp	2010-08-18 16:53:27.000000000 -0500
-@@ -366,7 +366,7 @@
- 
- 	QFileInfo finfo(currentNtv->path());
- 	octave_connection->command_enter(QString("cd '") + finfo.path() + "'");
--	octave_connection->command_enter(finfo.baseName());
-+	octave_connection->command_enter(QString("source ") + finfo.fileName());
- 
-   }else if(action == actionDebug){
-     /** Run */

-- 
Debian packaging for qtoctave



More information about the Pkg-octave-commit mailing list