Codebase list texinfo / 0aa0e73
Bump debhelper from old 12 to 13. + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html Debian Janitor 2 years ago
3 changed file(s) with 5 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 * Use secure URI in debian/watch.
33 * Remove 1 obsolete maintscript entry.
4 * Bump debhelper from old 12 to 13.
5 + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
6 default.
47
58 -- Debian Janitor <janitor@jelmer.uk> Fri, 24 Sep 2021 03:43:03 -0000
69
44 Uploaders: Norbert Preining <norbert@preining.info>,
55 Frank Küster <frank@debian.org>,
66 Hilmar Preusse <hille42@web.de>
7 Build-Depends: debhelper-compat (= 12), libncurses5-dev | libncurses-dev, gettext, libtext-unidecode-perl, help2man, libperl-dev, desktop-file-utils
7 Build-Depends: debhelper-compat (= 13), libncurses5-dev | libncurses-dev, gettext, libtext-unidecode-perl, help2man, libperl-dev, desktop-file-utils
88 Standards-Version: 4.5.0
99 Vcs-Git: https://github.com/debian-tex/texinfo.git
1010 Vcs-Browser: https://github.com/debian-tex/texinfo
9191 rm -rf $(tmpdir)/usr/share/texmf/tex/generic
9292 # install all the files
9393 dh_install
94 dh_missing --fail-missing --sourcedir=debian/tmp -X share/info
94 dh_missing --sourcedir=debian/tmp -X share/info
9595 # install html docs
9696 mkdir -p $(texinfo)/usr/share/doc/texinfo
9797 cp -a doc/texinfo $(texinfo)/usr/share/doc/texinfo/html