[Pkg-octave-commit] [octave] 04/14: d/p/drop_versioned_binaries.diff: Refresh for new upstream version
Rafael Laboissiere
rafael at debian.org
Fri Nov 25 19:23:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
rafael pushed a commit to branch master
in repository octave.
commit 7f38c601096ae50bc1b01e28e0743e262cdd226d
Author: Rafael Laboissiere <rafael at debian.org>
Date: Thu Nov 24 09:08:22 2016 -0200
d/p/drop_versioned_binaries.diff: Refresh for new upstream version
---
debian/patches/drop_versioned_binaries.diff | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/debian/patches/drop_versioned_binaries.diff b/debian/patches/drop_versioned_binaries.diff
index e351877..ffb247b 100644
--- a/debian/patches/drop_versioned_binaries.diff
+++ b/debian/patches/drop_versioned_binaries.diff
@@ -2,23 +2,23 @@ Description: Do not install versioned binaries
We don't need them.
Forwarded: not-needed
Author: Thomas Weber <tweber at debian.org>
-Reviewed-by: Rafael Laboissiere <rafael at laboissiere.net>
-Last-Update: 2015-04-17
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -166,7 +166,7 @@ mkoctfile.cc: mkoctfile.in.cc Makefile
- main.cc: main.in.cc Makefile
- $(AM_V_GEN)$(do_subst_default_vals)
+Reviewed-by: Rafael Laboissière <rafael at debian.org>
+Last-Update: 2016-11-20
+--- a/src/module.mk
++++ b/src/module.mk
+@@ -215,7 +215,7 @@
+
+ ALL_LOCAL_TARGETS += $(OCTAVE_CROSS_TOOLS)
-install-exec-hook: make-version-links
-+install-exec-hook:
++install-exec-hook:
uninstall-local: remove-version-links
--- a/scripts/miscellaneous/mkoctfile.m
+++ b/scripts/miscellaneous/mkoctfile.m
-@@ -148,7 +148,7 @@ function [output, status] = mkoctfile (v
- ext = octave_config_info ("EXEEXT");
+@@ -148,7 +148,7 @@
+ ext = __octave_config_info__ ("EXEEXT");
shell_script = fullfile (bindir,
- sprintf ("mkoctfile-%s%s", OCTAVE_VERSION, ext));
@@ -28,9 +28,9 @@ Last-Update: 2015-04-17
__gripe_missing_component__ ("mkoctfile", "mkoctfile");
--- a/scripts/pkg/private/configure_make.m
+++ b/scripts/pkg/private/configure_make.m
-@@ -30,10 +30,10 @@ function configure_make (desc, packdir,
+@@ -31,10 +31,10 @@
ver = version ();
- ext = octave_config_info ("EXEEXT");
+ ext = __octave_config_info__ ("EXEEXT");
mkoctfile_program = fullfile (octave_bindir, ...
- sprintf ("mkoctfile-%s%s", ver, ext));
+ "mkoctfile");
@@ -44,7 +44,7 @@ Last-Update: 2015-04-17
__gripe_missing_component__ ("pkg", "mkoctfile");
--- a/src/main.in.cc
+++ b/src/main.in.cc
-@@ -433,7 +433,7 @@ main (int argc, char **argv)
+@@ -221,7 +221,7 @@
std::string octave_bindir = get_octave_bindir ();
std::string octave_archlibdir = get_octave_archlibdir ();
std::string octave_cli
@@ -52,4 +52,4 @@ Last-Update: 2015-04-17
+ = octave_bindir + dir_sep_char + "octave-cli";
std::string octave_gui = octave_archlibdir + dir_sep_char + "octave-gui";
- #if defined (HAVE_OCTAVE_GUI)
+ #if defined (HAVE_OCTAVE_QT_GUI)
--
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