Codebase list texinfo / 20412f6
use bundled libintl-perl, as the Debian version breaks Texinfo Norbert Preining 8 years ago
5 changed file(s) with 11 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
33 . support info files in sub directories (Closes: #792328)
44 * update make-orig-tar for new prerelease, fix tar name
55 * update and cleanup patches
6
7 -- Norbert Preining <preining@debian.org> Thu, 24 Dec 2015 08:40:10 +0900
6 * use bundled libintl-perl, as the Debian version breaks Texinfo
7
8 -- Norbert Preining <preining@debian.org> Fri, 25 Dec 2015 08:41:40 +0900
89
910 texinfo (6.0.0.dfsg.1-4) unstable; urgency=medium
1011
22 Priority: standard
33 Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
44 Uploaders: Norbert Preining <preining@debian.org>, Frank Küster <frank@debian.org>
5 Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev | libncurses-dev, gettext, libtext-unidecode-perl, libintl-perl, help2man, autotools-dev
5 Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev | libncurses-dev, gettext, libtext-unidecode-perl, help2man, autotools-dev
66 Standards-Version: 3.9.6
77 Vcs-Git: git://anonscm.debian.org/debian-tex/texinfo.git
88 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-tex/texinfo.git
1111 Section: text
1212 Priority: optional
1313 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}, libtext-unidecode-perl, libintl-perl, libxml-libxml-perl, tex-common (>= 6)
14 Depends: ${shlibs:Depends}, ${misc:Depends}, libtext-unidecode-perl, libxml-libxml-perl, tex-common (>= 6)
1515 Suggests: texlive-base, texlive-latex-base, texlive-generic-recommended, texinfo-doc-nonfree
1616 Breaks: tetex-bin (<< 3.0), tetex-base (<< 3.0), ja-trans (<= 0.7-3.1)
1717 Replaces: tetex-base (<< 1.0.2+20000804-9), tetex-bin (<< 3.0)
+0
-30
debian/patches/disable-failing-test less more
0 ---
1 tp/tests/Makefile.onetst | 3 ---
2 1 file changed, 3 deletions(-)
3
4 --- texinfo-6.0.0.dfsg.1.orig/tp/tests/Makefile.onetst
5 +++ texinfo-6.0.0.dfsg.1/tp/tests/Makefile.onetst
6 @@ -44,7 +44,6 @@
7 test_scripts/coverage_texi_formatting.sh \
8 test_scripts/coverage_formatting.sh \
9 test_scripts/coverage_formatting_utf8_enable_encoding.sh \
10 - test_scripts/coverage_formatting_fr.sh \
11 test_scripts/coverage_formatting_cr.sh \
12 test_scripts/indices_double_index_entry.sh \
13 test_scripts/indices_split_chapter_index.sh \
14 @@ -149,7 +148,6 @@
15 test_scripts/layout_formatting_html32.sh \
16 test_scripts/layout_formatting_regions.sh \
17 test_scripts/layout_formatting_exotic.sh \
18 - test_scripts/layout_formatting_fr_icons.sh \
19 test_scripts/layout_formatting_chm.sh \
20 test_scripts/layout_formatting_nodes.sh \
21 test_scripts/formatting_texi_glossary.sh \
22 @@ -179,7 +177,6 @@
23 test_scripts/formatting_simplest_test_prefix_info.sh \
24 test_scripts/formatting_simplest_test_css.sh \
25 test_scripts/formatting_simplest_test_date_in_header.sh \
26 - test_scripts/formatting_documentlanguage_set_option.sh \
27 test_scripts/formatting_documentlanguage_set_unknown.sh \
28 test_scripts/formatting_documentlanguage_set_option_info.sh \
29 test_scripts/formatting_float_copying.sh \
22 dont_build_info
33 info-manpage-mentiones-nonfree
44 do-not-require-automake-1.15
5 disable-failing-test
1616 build-arch: build-stamp
1717 build-indep: build-stamp
1818
19 # The Debian provided libintl-perl breaks several tests and probably
20 # also some of the behaviour. Disable it until these problems are fixed
21 # on either side.
22 # --with-external-libintl-perl=yes \
23
24
1925 build-stamp:
2026 dh_testdir
2127 dh_autotools-dev_updateconfig
2228 AWK=awk ./configure $(shell dpkg-buildflags --export=configure) \
2329 --with-external-Text-Unidecode=yes \
24 --with-external-libintl-perl=yes \
2530 --prefix=/usr \
2631 --libexecdir='$${prefix}/lib' \
2732 --infodir='$${prefix}/share/info' --mandir='$${prefix}/share/man' \