Codebase list texinfo / debian/6.3.0.dfsg.1-1
remove upstream fixed patches Norbert Preining 7 years ago
3 changed file(s) with 4 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 texinfo (6.2.0.dfsg.1-1) unstable; urgency=medium
0 texinfo (6.3.0.dfsg.1-1) unstable; urgency=medium
11
22 * make makeinfo honor S_D_E (patch by Alexis Bienvenüe) (Closes: #826158)
3 * new upstream release
3 * new upstream releases
44 * bump standards version, no changes necessary
5 * fix upstream XS building error
6
7 -- Norbert Preining <preining@debian.org> Sun, 11 Sep 2016 00:05:41 +0900
5
6 -- Norbert Preining <preining@debian.org> Sun, 11 Sep 2016 07:36:51 +0900
87
98 texinfo (6.1.0.dfsg.1-8) unstable; urgency=medium
109
22 dont_build_info
33 info-manpage-mentiones-nonfree
44 reproducible-makeinfo
5 upstream-fix-testxs-version
+0
-15
debian/patches/upstream-fix-testxs-version less more
0 ---
1 tp/Texinfo/Convert/XSParagraph/TestXS.pm | 2 +-
2 1 file changed, 1 insertion(+), 1 deletion(-)
3
4 --- texinfo.orig/tp/Texinfo/Convert/XSParagraph/TestXS.pm
5 +++ texinfo/tp/Texinfo/Convert/XSParagraph/TestXS.pm
6 @@ -138,7 +138,7 @@
7 #print STDERR "loadable object is at $dlpath\n";
8
9 my $module = "TestXS";
10 -our $module_version = '6.0';
11 +our $module_version = '6.2';
12
13 my $flags = 0;
14 my $libref = DynaLoader::dl_load_file($dlpath, $flags);