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

[texinfo] 08/11: fix TestXS version numbering



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

preining pushed a commit to branch master
in repository texinfo.

commit 8ea11457ab882c10020b431437969a9b15dd9f95
Author: Norbert Preining <preining@debian.org>
Date:   Sun Sep 11 00:05:55 2016 +0900

    fix TestXS version numbering
---
 debian/changelog                           |  3 ++-
 debian/patches/series                      |  1 +
 debian/patches/upstream-fix-testxs-version | 15 +++++++++++++++
 3 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0d273fa..988cd15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ texinfo (6.2.0.dfsg.1-1) unstable; urgency=medium
   * make makeinfo honor S_D_E (patch by Alexis Bienvenüe) (Closes: #826158)
   * new upstream release
   * bump standards version, no changes necessary
+  * fix upstream XS building error
 
- -- Norbert Preining <preining@debian.org>  Sat, 10 Sep 2016 23:06:31 +0900
+ -- Norbert Preining <preining@debian.org>  Sun, 11 Sep 2016 00:05:41 +0900
 
 texinfo (6.1.0.dfsg.1-8) unstable; urgency=medium
 
diff --git a/debian/patches/series b/debian/patches/series
index 9f0a468..ad12fa9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ numerical-signal-names
 dont_build_info
 info-manpage-mentiones-nonfree
 reproducible-makeinfo
+upstream-fix-testxs-version
diff --git a/debian/patches/upstream-fix-testxs-version b/debian/patches/upstream-fix-testxs-version
new file mode 100644
index 0000000..790a852
--- /dev/null
+++ b/debian/patches/upstream-fix-testxs-version
@@ -0,0 +1,15 @@
+---
+ tp/Texinfo/Convert/XSParagraph/TestXS.pm |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- texinfo.orig/tp/Texinfo/Convert/XSParagraph/TestXS.pm
++++ texinfo/tp/Texinfo/Convert/XSParagraph/TestXS.pm
+@@ -138,7 +138,7 @@
+ #print STDERR "loadable object is at $dlpath\n";
+ 
+ my $module = "TestXS";
+-our $module_version = '6.0';
++our $module_version = '6.2';
+ 
+ my $flags = 0;
+ my $libref = DynaLoader::dl_load_file($dlpath, $flags);

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


Reply to: