[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texinfo] 03/03: remove debug statement upstream patch



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

preining pushed a commit to branch master
in repository texinfo.

commit 59c5abd9183c90aa64c48d6c0b0baf57c3fe28b7
Author: Norbert Preining <preining@debian.org>
Date:   Mon Feb 22 09:24:22 2016 +0900

    remove debug statement upstream patch
---
 debian/changelog                                   |  3 ++-
 debian/patches/series                              |  1 +
 .../upstream-svn7027-remove-debug-statement        | 26 ++++++++++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index efb61f7..28f2e20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,10 +2,11 @@ texinfo (6.1.0.dfsg.1-3) unstable; urgency=medium
 
   * cherrypick upstream svn 7022: fix missing output when doing
     info --output - (Closes: #814743)
+  * cherrypick upstream svn 7027: remove debug statement
   * bump standards version, no changes necessary
   * adjust git browser address
 
- -- Norbert Preining <preining@debian.org>  Sun, 21 Feb 2016 23:04:07 +0900
+ -- Norbert Preining <preining@debian.org>  Mon, 22 Feb 2016 09:23:53 +0900
 
 texinfo (6.1.0.dfsg.1-2) unstable; urgency=medium
 
diff --git a/debian/patches/series b/debian/patches/series
index b4772b4..110f54f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ info-manpage-mentiones-nonfree
 #do-not-require-automake-1.15
 upstream-svn7021-fix-parsing
 upstream-svn7022-fix-ouput
+upstream-svn7027-remove-debug-statement
diff --git a/debian/patches/upstream-svn7027-remove-debug-statement b/debian/patches/upstream-svn7027-remove-debug-statement
new file mode 100644
index 0000000..fdc09c6
--- /dev/null
+++ b/debian/patches/upstream-svn7027-remove-debug-statement
@@ -0,0 +1,26 @@
+upstream svn 7027 -- remove debug statements in info
+---
+ info/dir.c  |    1 -
+ info/info.c |    1 -
+ 2 files changed, 2 deletions(-)
+
+--- texinfo.orig/info/dir.c
++++ texinfo/info/dir.c
+@@ -52,7 +52,6 @@
+ 
+   node = xmalloc (sizeof (NODE));
+   *node = *dir_node;
+-  fprintf(stderr, "%p\n", node);
+ 
+   return node;
+ }
+--- texinfo.orig/info/info.c
++++ texinfo/info/info.c
+@@ -518,7 +518,6 @@
+             }
+         }
+ 
+-      fprintf(stderr, "B %p\n", initial_node);
+       /* If there are arguments remaining, follow menus inexactly. */
+       if (argc != 0)
+         {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texinfo.git


Reply to: