[Pkg-octave-commit] [octave] 02/03: d/p/xbackslash-texinfo.patch: Drop patch (applied upstream)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Tue Dec 22 22:53:44 UTC 2015


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

rlaboiss-guest pushed a commit to branch master
in repository octave.

commit 7b9391a76c9a71e6d22f66bf7b7096b2d70d9638
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Tue Dec 22 13:15:57 2015 -0200

    d/p/xbackslash-texinfo.patch: Drop patch (applied upstream)
---
 debian/patches/series                   |  1 -
 debian/patches/xbackslash-texinfo.patch | 36 ---------------------------------
 2 files changed, 37 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index e1642c6..7d968d9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,5 +7,4 @@ mkoctfile-mpi.diff
 always-build-octave-jar.patch
 hdf5-flags.patch
 hdf5-mkoctfile.patch
-xbackslash-texinfo.patch
 dont-use-included-texinfo-texmfcnf.patch
diff --git a/debian/patches/xbackslash-texinfo.patch b/debian/patches/xbackslash-texinfo.patch
deleted file mode 100644
index bf0baf3..0000000
--- a/debian/patches/xbackslash-texinfo.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: Fix backslash characters in docstrings
- Use @xbackslashchar to produce backslashes in docstrings consistently and be
- compatible with Texinfo 6.
-Origin: upstream, http://hg.savannah.gnu.org/hgweb/octave/rev/2ec049e50ed8
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790533
-Last-Update: 2015-07-18
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-diff -r 3300cb76cccd -r 2ec049e50ed8 libinterp/corefcn/utils.cc
---- a/libinterp/corefcn/utils.cc	Tue Jul 07 19:09:35 2015 -0700
-+++ b/libinterp/corefcn/utils.cc	Thu Jul 09 21:44:09 2015 -0400
-@@ -1379,7 +1379,7 @@
- \n\
- Implementation Note: Strings are first converted to double values before the\n\
- checks for valid indices are made.  Unless a string contains the NULL\n\
--character @nospell{\"\\0\"}, it will always be a valid index.\n\
-+character @nospell{\"@xbackslashchar{}0\"}, it will always be a valid index.\n\
- @end deftypefn")
- {
-   octave_value retval;
-diff -r 3300cb76cccd -r 2ec049e50ed8 scripts/io/beep.m
---- a/scripts/io/beep.m	Tue Jul 07 19:09:35 2015 -0700
-+++ b/scripts/io/beep.m	Thu Jul 09 21:44:09 2015 -0400
-@@ -20,9 +20,9 @@
- ## @deftypefn {Function File} {} beep ()
- ## Produce a beep from the speaker (or visual bell).
- ##
--## This function sends the alarm character @qcode{"\a"} to the terminal.
--## Depending on the user's configuration this may produce an audible beep,
--## a visual bell, or nothing at all.
-+## This function sends the alarm character @qcode{"@xbackslashchar{}a"} to
-+## the terminal. Depending on the user's configuration this may produce an
-+## audible beep, a visual bell, or nothing at all.
- ## @seealso{puts, fputs, printf, fprintf}
- ## @end deftypefn
- 

-- 
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