Codebase list texinfo / 59c5abd
remove debug statement upstream patch Norbert Preining 8 years ago
3 changed file(s) with 29 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * cherrypick upstream svn 7022: fix missing output when doing
33 info --output - (Closes: #814743)
4 * cherrypick upstream svn 7027: remove debug statement
45 * bump standards version, no changes necessary
56 * adjust git browser address
67
7 -- Norbert Preining <preining@debian.org> Sun, 21 Feb 2016 23:04:07 +0900
8 -- Norbert Preining <preining@debian.org> Mon, 22 Feb 2016 09:23:53 +0900
89
910 texinfo (6.1.0.dfsg.1-2) unstable; urgency=medium
1011
44 #do-not-require-automake-1.15
55 upstream-svn7021-fix-parsing
66 upstream-svn7022-fix-ouput
7 upstream-svn7027-remove-debug-statement
0 upstream svn 7027 -- remove debug statements in info
1 ---
2 info/dir.c | 1 -
3 info/info.c | 1 -
4 2 files changed, 2 deletions(-)
5
6 --- texinfo.orig/info/dir.c
7 +++ texinfo/info/dir.c
8 @@ -52,7 +52,6 @@
9
10 node = xmalloc (sizeof (NODE));
11 *node = *dir_node;
12 - fprintf(stderr, "%p\n", node);
13
14 return node;
15 }
16 --- texinfo.orig/info/info.c
17 +++ texinfo/info/info.c
18 @@ -518,7 +518,6 @@
19 }
20 }
21
22 - fprintf(stderr, "B %p\n", initial_node);
23 /* If there are arguments remaining, follow menus inexactly. */
24 if (argc != 0)
25 {