[Pkg-octave-commit] [octave] 06/09: Refresh patches.

Sébastien Villemot sebastien at debian.org
Sun Mar 9 21:18:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave.

commit 080e39faa8dfbaff2afdc5b4adaa6d293397a43c
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Mar 9 20:03:48 2014 +0100

    Refresh patches.
    
    Git-Dch: Ignore
---
 debian/patches/drop_versioned_binaries.diff | 12 ++++++------
 debian/patches/hurd_path_max.diff           |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/patches/drop_versioned_binaries.diff b/debian/patches/drop_versioned_binaries.diff
index dd42618..288a972 100644
--- a/debian/patches/drop_versioned_binaries.diff
+++ b/debian/patches/drop_versioned_binaries.diff
@@ -4,7 +4,7 @@ Forwarded: not-needed
 Author: Thomas Weber <tweber at debian.org>
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -164,7 +164,7 @@
+@@ -141,7 +141,7 @@ mkoctfile.cc: mkoctfile.in.cc Makefile
  main.cc: main.in.cc Makefile
  	@$(do_subst_default_vals)
  
@@ -15,7 +15,7 @@ Author: Thomas Weber <tweber at debian.org>
  
 --- a/src/main.in.cc
 +++ b/src/main.in.cc
-@@ -614,7 +614,7 @@
+@@ -500,7 +500,7 @@ main (int argc, char **argv)
    std::string octave_archlibdir = get_octave_archlibdir ();
  
    std::string file
@@ -24,7 +24,7 @@ Author: Thomas Weber <tweber at debian.org>
  
    char **new_argv = new char * [argc + 1];
  
-@@ -635,7 +635,7 @@
+@@ -521,7 +521,7 @@ main (int argc, char **argv)
  
            file = octave_archlibdir + dir_sep_char + "octave-gui";
  #else
@@ -33,7 +33,7 @@ Author: Thomas Weber <tweber at debian.org>
  #endif
            new_argv[k++] = argv[i];
          }
-@@ -680,7 +680,7 @@
+@@ -566,7 +566,7 @@ main (int argc, char **argv)
            start_gui = false;
            gui_libs = false;
  
@@ -44,7 +44,7 @@ Author: Thomas Weber <tweber at debian.org>
              {
 --- a/scripts/miscellaneous/mkoctfile.m
 +++ b/scripts/miscellaneous/mkoctfile.m
-@@ -145,7 +145,7 @@
+@@ -148,7 +148,7 @@ function [output, status] = mkoctfile (v
    bindir = octave_config_info ("bindir");
    ext = octave_config_info ("EXEEXT");
  
@@ -55,7 +55,7 @@ Author: Thomas Weber <tweber at debian.org>
      __gripe_missing_component__ ("mkoctfile", "mkoctfile");
 --- a/scripts/pkg/private/configure_make.m
 +++ b/scripts/pkg/private/configure_make.m
-@@ -29,9 +29,9 @@
+@@ -29,9 +29,9 @@ function configure_make (desc, packdir,
      octave_bindir = octave_config_info ("bindir");
      ver = version ();
      ext = octave_config_info ("EXEEXT");
diff --git a/debian/patches/hurd_path_max.diff b/debian/patches/hurd_path_max.diff
index 3619f65..3368be9 100644
--- a/debian/patches/hurd_path_max.diff
+++ b/debian/patches/hurd_path_max.diff
@@ -7,9 +7,9 @@ Last-Updated: 2014-01-12
 
 --- a/libgui/qterminal/libqterminal/unix/kpty.cpp
 +++ b/libgui/qterminal/libqterminal/unix/kpty.cpp
-@@ -145,6 +145,14 @@ extern "C" {
- 
- #define TTY_GROUP "tty"
+@@ -153,6 +153,14 @@ extern "C" {
+ # endif
+ #endif
  
 +#ifndef PATH_MAX
 +# ifdef MAXPATHLEN

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list