debian/0000755000000000000000000000000012245117236007171 5ustar debian/install-info.triggers0000644000000000000000000000004112245116267013336 0ustar interest-noawait /usr/share/info debian/copyright0000644000000000000000000000252712245116267011135 0ustar This is the Debian package of Texinfo, the GNU documentation system. This package was previously maintained by Ian Jackson, Erick Branderhorst, Galen Hazelwood, and Josip Rodin. Today, it is maintained by the Debian TeX Task Force . The original source can be found at: http://ftp.gnu.org/gnu/texinfo/ Upstream maintainer: Karl Berry . All programs Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian GNU/Linux systems, the complete text of the GNU General Public License v3 can be found in `/usr/share/common-licenses/GPL-3' file. debian/transition-plan.txt0000644000000000000000000001243412245116267013063 0ustar Proposal to replace Debian's install-info with GNU's install-info ================================================================= Nicolas François Norbert Preining Nathanael Nerode debian-dpkg@lists.debian.org texinfo@packages.debian.org Goals ===== * Replace dpkg's install-info by the GNU's install-info * Ease the recovery of a corrupted info dir file by allowing a generation from scratch Rational ======== * info files are mostly used by GNU packages. The format of these files is described by the GNU texinfo package, and the support for new features is added to the GNU's install-info (ginstall-info on Debian), and not in dpkg's install-info (e.g. support for documents with more than one section: #139569). * /usr/share/info/dir integrates information from different packages. A package can break what has been registered by another one, without any possibility to fix it (itself). Thus it would be better to be prepared for regenerating a dir file from scratch at any time. Transition proposal =================== + Changes in dpkg - replace dpkg's install-info by a script which just issues a warning, or exit silently. This script could be removed for Lenny+1 or 2. install-info should no more be essential, it is only needed when the info viewer is installed to search the info pages. + Changes in texinfo - a new install-info package replaces dpkg's install-info - This install-info should support the current dpkg's install-info options (i.e. no failures, but not necessarily registering the info file) IMO, this install-info should be compatible with the GNU's install info, and when it detects that it is used by a old Debian package, it should do nothing (or just warn and recommend using update-info-dir, see below). * this should provide a compatibility with packages not installed from a Debian package (make && make install) * and should not block the installation of old packages * full compatibility with current dpkg's install-info would be nice, but is not required - Add an update-info-dir script. This script should just delete the dir file and then call the GNU's install-info with all the info files. (see also the previous mails from Ian Zimmerman, and his patch for --generate in install-info) - When installed for the first time (or first time >= version xxx), it should call update-info-dir. * There may be an issue with local softwares (not Debian packages) => maybe add a debconf question / NEWS entry? * What options should be used when installing the old info files? - Add support for multiple dir files in the info viewer. This would permit update-info-dir to use the --dir-file /usr/share/info/debian-dir option. /usr/share/info/dir (and /usr/local/share/info/dir) could be used for non Debian's info files. - Fix some regressions from dpkg's install-info. (IIRC an alignment regression was mentioned with GNU's texinfo) + Changes in packages installing info files - Note: According to an i386 Contents file, there are 2220 info files, in 403 packages - These packages should just drop their info files in /usr/share/info, and call the update-info-dir script if present (postinst and prerm). They could suggest/recommend the info package. - Packages using dh_installinfo should just depends on a new debhelper version. - The info files must be self sufficient (e.g. the section must be specified in the info file), so that they do not require any special install-info options when they are registered. - A review of all these packages (maintainer scripts & info files) will be needed. + Changes in dh_installinfo - Instead of calling install-info, test if update-info-dir is present, then call it. Same on postinst and prerm. dh_installinfo is very simple, so I don't think more changes are needed. + manuals - policy * the policy mentions install-info, and has a section about Info documents. Some changes may be required (e.g. require that the info files are self sufficient, and mention update-info-dir) - Other documents? Note: In this proposal, I did not consider an issue that some info files of old packages are not installed with the new install-info. Timeline ======== These steps do not need synchronization, and could start right now. * better analysis for the requirements of the install-info script in texinfo * packages could also fix their info file, in order to avoid using install-info options (e.g. many do not specify the section) - patches could be sent to all packages with info file which use install-info options * prepare a proposal for the policy The following steps probably need to happen in that order: * upload texinfo with install-info and update-info-dir * upload debhelper. * new policy (I don't think there is a strong need for synchronization of this step) * file bugs with blockers to keep track of the transition * fix all packages (for most of them, it will be just increasing the debhelper version in the build dependencies) * upload empty install-info in dpkg (no need to wait for the end of the previous step). debian/conf/0000755000000000000000000000000012245116267010121 5ustar debian/conf/50cyrtexinfo.cnf0000644000000000000000000000106512245116267013152 0ustar # # 50cyrtexinfo.cnf # # Please leave this comment! # -_- DebPkgProvidedMaps -_- # # Texinfo formats for cyrillic language # # If you want to build cyrtexinfo, the cyrillic texinfo format, you have # to do the following steps (all as root) # . install either tetex-base and tetex-extra, or texlive-langcyrillic # . comment out the format line in this file # . create a link # /usr/local/bin/cyrtexinfo -> ../../bin/pdfetex # . call update-fmtutil # . call fmtutil-sys --missing (or --all) # #cyrtexinfo pdfetex language.dat -translate-file=cp227.tcx *cyrtxinf.ini debian/patches/0000755000000000000000000000000012245116267010623 5ustar debian/patches/dont_build_info0000644000000000000000000000254412245116267013711 0ustar dont build the info documentation, it has been removed --- doc/Makefile.in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) --- texinfo.orig/doc/Makefile.in +++ texinfo/doc/Makefile.in @@ -240,14 +240,16 @@ am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) am__v_texidevnull_0 = > /dev/null am__v_texidevnull_1 = -INFO_DEPS = texinfo.info info-stnd.info info.info +#INFO_DEPS = texinfo.info info-stnd.info info.info +INFO_DEPS = TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex am__TEXINFO_TEX_DIR = $(top_srcdir)/build-aux DVIS = texinfo.dvi info-stnd.dvi info.dvi PDFS = texinfo.pdf info-stnd.pdf info.pdf PSS = texinfo.ps info-stnd.ps info.ps HTMLS = texinfo.html info-stnd.html info.html -TEXINFOS = texinfo.texi info-stnd.texi info.texi +#TEXINFOS = texinfo.texi info-stnd.texi info.texi +TEXINFOS = TEXI2DVI = texi2dvi TEXI2PDF = $(TEXI2DVI) --pdf --batch MAKEINFOHTML = $(MAKEINFO) --html @@ -1044,8 +1046,10 @@ SUBDIRS = tp_api # Put the Texinfo manual first because that's the most important. -info_TEXINFOS = texinfo.texi info-stnd.texi info.texi -DISTCLEANFILES = texinfo.info* info*.info* +#info_TEXINFOS = texinfo.texi info-stnd.texi info.texi +#DISTCLEANFILES = texinfo.info* info*.info* +info_TEXINFOS = +DISTCLEANFILES = # Use the programs built in our distribution, taking account of possible # cross-compiling. debian/patches/fix-broken-po-files0000644000000000000000000000113412245116267014325 0ustar fix wrong control character in some .po files See Ubuntu bug 707931 https://bugs.launchpad.net/ubuntu/+source/texinfo/+bug/707931 --- po/id.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- texinfo.orig/po/id.po +++ texinfo/po/id.po @@ -2260,7 +2260,7 @@ "Ini adalah berkas .../info/dir, yang berisi\n" "titik paling atas dari struktur Info, dipanggil (dir)Top.\n" "Pertama kali anda memanggil Info anda berawal dari melihat titik ini.\n" -"^_\n" +"\n" "%s\tIni adalah tingkat paling atas dari pohon INFO\n" "\n" " Ini (titik Direktori) memberikan sebuah menu dari topik utama.\n" debian/patches/info_universal_argument0000644000000000000000000000067512245116267015503 0ustar fix some .po files that have wrong references --- po/ro.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- texinfo.orig/po/ro.po +++ texinfo/po/ro.po @@ -1900,7 +1900,7 @@ #: info/session.c:5312 msgid "Internally used by \\[universal-argument]" -msgstr "Folosit intern de \\[argument-universal]" +msgstr "Folosit intern de \\[universal-argument]" #: info/session.c:5388 msgid "Show full file name of node being displayed" debian/patches/numerical-signal-names0000644000000000000000000000254312245116267015105 0ustar replace numerical signal names with symbolical --- contrib/fix-info-dir | 6 +++--- contrib/fixfonts | 2 +- util/texi2dvi | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) --- texinfo.orig/util/texi2dvi +++ texinfo/util/texi2dvi @@ -1959,7 +1959,7 @@ sed "s,^$orig_pwd/,,;s,^\./,,;s,/,!,g"` esac # Remove it at exit if clean mode. - trap "cleanup" 0 1 2 15 + trap "cleanup" 0 HUP INT TERM ensure_dir "$build_dir" "$t2ddir" --- texinfo.orig/contrib/fix-info-dir +++ texinfo/contrib/fix-info-dir @@ -255,13 +255,13 @@ trap ' eval "$DEBUG"; rm -f $TMP_FILE_LIST; exit ' 0 trap ' rm -f $TMP_FILE_LIST - exit ' 1 + exit ' HUP trap ' rm -f $TMP_FILE_LIST echo "$0:$LINENO: received INT signal.">&2 - exit ' 2 + exit ' INT trap ' rm -f $TMP_FILE_LIST echo "$0:$LINENO: received QUIT signal.">&2 - exit ' 3 + exit ' QUIT sed -e "1,/$MENU_BEGIN/d" -e "$MENU_FILTER1" -e "$MENU_FILTER2"<$DIR_FILE\ |sed -n -e '/\* /{ --- texinfo.orig/contrib/fixfonts +++ texinfo/contrib/fixfonts @@ -33,7 +33,7 @@ tempfile2="${TMPDIR}/circ2$$" # EXIT SIGHUP SIGINT SIGQUIT SIGTERM -#trap 'rm -f "${tempfile}" "${tempfile2}"' 0 1 2 3 15 +#trap 'rm -f "${tempfile}" "${tempfile2}"' 0 HUP INT QUIT TERM # Find all the fonts with names that include `circle'. (cd "${texfontdir}"; find . -name '*circle*' -print > "${tempfile}") debian/patches/warn_missing_tex0000644000000000000000000000137112245116267014130 0ustar 20_warn_missing_tex.dpatch by --- util/texi2dvi | 13 +++++++++++++ 1 file changed, 13 insertions(+) --- texinfo.orig/util/texi2dvi +++ texinfo/util/texi2dvi @@ -33,6 +33,19 @@ # No failure shall remain unpunished. set -e +if ! command -v tex >/dev/null 2>&1; then + cat <<%EOM% +You don't have a working TeX binary installed, but the texi2dvi script +can't proceed without it. If you want to use this script, you have to +install some kind of TeX, for example TeX Live Debian packages. You can do +that with this command: + apt-get install texlive +%EOM% + exit 1 +fi + + + # This string is expanded automatically when this file is checked out. rcs_revision='$Revision: 5381 $' rcs_version=`set - $rcs_revision; echo $2` debian/patches/series0000644000000000000000000000016412245116267012041 0ustar fix-broken-po-files warn_missing_tex numerical-signal-names info_universal_argument dont_build_info upstream-ctrl-n debian/patches/upstream-ctrl-n0000644000000000000000000000111312245116267013577 0ustar fix missing Ctrl-n key binding in info, included upstream --- info/infomap.c | 1 + 1 file changed, 1 insertion(+) --- texinfo.orig/info/infomap.c +++ texinfo/info/infomap.c @@ -297,6 +297,7 @@ CONTROL('f'), NUL, A_info_forward_char, CONTROL('h'), NUL, A_info_get_help_window, CONTROL('l'), NUL, A_info_redraw_display, + CONTROL('n'), NUL, A_info_next_line, CONTROL('p'), NUL, A_info_prev_line, CONTROL('r'), NUL, A_isearch_backward, CONTROL('s'), NUL, A_isearch_forward, debian/texinfo.postrm0000644000000000000000000000263412245116267012123 0ustar #!/bin/sh -e check_run_without_errors () { tempfile=`mktemp -p /tmp checkrun.XXXXXXXX` if which $1 >/dev/null; then echo -n "Running $1. This may take some time. ..." set +e $* > $tempfile 2>&1 if [ $? = 0 ] ; then rm -f $tempfile echo " done." else echo echo "$* failed. Output has been stored in" echo "$tempfile" echo "If tex-common is not configured you can ignore this error message!" echo "Otherwise please include this file if you report a bug." echo fi set -e else rm -f $tempfile fi return 0 } update_lsr_files () { tempfile=`mktemp -p /tmp mktexlsr.XXXXXXXX` echo -n "Running mktexlsr. This may take some time. ..." if mktexlsr /usr/share/texmf /var/lib/texmf > $tempfile 2>&1 ; then rm -f $tempfile echo " done." else echo echo "mktexlsr failed. Output has been stored in" echo "$tempfile" echo "Please include this file if you report a bug." echo exit 1 fi } case "$1" in remove|disappear) rm -f /var/lib/texmf/web2c/texinfo.* rm -f /var/lib/texmf/web2c/cyrtexinfo.* check_run_without_errors update-fmtutil check_run_without_errors mktexlsr /usr/share/texmf /var/lib/texmf ;; purge|upgrade|failed-upgrade|abort-upgrade|abort-install) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/make-orig-tar0000644000000000000000000000356112245116267011563 0ustar # # make-orig-tar for texinfo and texinfo-doc-nonfree # # argument is the path to the upstream tar ball # set -e nonfreefiles="fdl.texi \ info-stnd.texi \ info.texi \ texinfo.texi" addcopyfiles="version-stnd.texi version.texi" curdir=$(pwd) fname=$1 if [ -z "$fname" ] ; then echo "need upstream tarball as argument" exit 1 fi version=$(echo $fname | sed -e 's!^.*texinfo-\([0-9][0-9.]*\)\.tar\..*$!\1!') if [ -z "$version" ] ; then echo "cannot determine version, is it texinfo-NN.NN.NN.tar.something?" exit 1 fi fullversion=$version case $version in [0-9].[0-9]) fullversion=${version}.0 ;; esac case $fname in /*) : nothing ;; *) fname="$curdir/$fname" ;; esac tmpdir=$(mktemp -d) cd $tmpdir tar -xvf "$fname" if [ ! -d "texinfo-$version" ] ; then echo "cannot find dir texinfo-$version in $tmpdir, strange package!" exit 1 fi mkdir texinfo-doc-nonfree-$fullversion mv texinfo-$version texinfo-${fullversion}.dfsg.1 cd texinfo-${fullversion}.dfsg.1/doc for i in $nonfreefiles $addcopyfiles ; do cp $i ../../texinfo-doc-nonfree-$fullversion done for i in $nonfreefiles ; do rm $i done cd ../.. tar -cJf texinfo-${fullversion}.dfsg.1.tar.xz texinfo-${fullversion}.dfsg.1 tar -cJf texinfo-doc-nonfree-${fullversion}.tar.xz texinfo-doc-nonfree-$fullversion if [ -r "$curdir/texinfo-${fullversion}.dfsg.1.tar.xz" ] ; then echo "texinfo-${fullversion}.dfsg.1.tar.xz already present in cwd, leaving it in $tmpdir" else mv texinfo-${fullversion}.dfsg.1.tar.xz "$curdir" fi if [ -r "$curdir/texinfo-doc-nonfree-${fullversion}.tar.xz" ] ; then echo "texinfo-doc-nonfree-${fullversion}.tar.xz already present in cwd, leaving it in $tmpdir" else mv texinfo-doc-nonfree-${fullversion}.tar.xz "$curdir" fi rm -rf texinfo-${fullversion}.dfsg.1 rm -rf texinfo-doc-nonfree-$fullversion cd $curdir rmdir --ignore-fail-on-non-empty $tmpdir echo "done." debian/README.cyrtexinfo0000644000000000000000000000075212245116267012251 0ustar README.cyrtexinfo ================= The current combinations teTeX/TeX live/TeXinfo do not provide the cyrtexinfo format anymore. If you want to get cyrtexinfo, the cyrillic texinfo format, please follow the following steps: . install either tetex-base and tetex-extra, or texlive-langcyrillic . comment out the format line in /etc/texmf/fmt.d/50cyrtexinfo.cnf . create a link /usr/local/bin/cyrtexinfo -> ../../bin/pdfetex . call update-fmtutil . call fmtutil-sys --missing (or --all) debian/changelog0000644000000000000000000011036012245116267011047 0ustar texinfo (5.2.0.dfsg.1-2) unstable; urgency=low * update mime handler for plain text output (Closes: #723711) * Use dh_autotools-dev to update config.{sub,guess} for new ports. Patch from Ubuntu (Closes: #729863), thanks Matthias Klose * Fix missing Ctrl-n key binding in info reader (from upstream) -- Norbert Preining Tue, 26 Nov 2013 22:05:23 +0900 texinfo (5.2.0.dfsg.1-1) unstable; urgency=low * install mime handler for info files (thanks to Ryde Kevin) (Closes: #723711) * new upstream release * adapt patches and remove some upstream included ones -- Norbert Preining Mon, 30 Sep 2013 00:17:11 +0900 texinfo (5.1.dfsg.1-5) unstable; urgency=low * do not call mktexlsr without arguments in texinfo.postrm (Closes: #717901) * allow for cross compiling, patch thanks to Eleanor Chen (Closes: #719907) * fix building with perl 5.18 (from upstream svn) (Closes: #720866) -- Norbert Preining Thu, 05 Sep 2013 11:13:16 +0900 texinfo (5.1.dfsg.1-4) unstable; urgency=low * pre-depend on dpkg >= 1.16.1 (for interest-nowait) (Closes: #709443) * temporary fix for @enumerate 10 (Closes: #709673) * bump standards version, no changes necessary -- Norbert Preining Thu, 11 Jul 2013 16:39:31 +0900 texinfo (5.1.dfsg.1-3) unstable; urgency=low * use interest-noawait for install-info trigger (Closes: #707133) -- Norbert Preining Wed, 08 May 2013 09:02:05 +0900 texinfo (5.1.dfsg.1-2) unstable; urgency=low * upload to unstable -- Norbert Preining Tue, 07 May 2013 13:45:11 +0900 texinfo (5.1.dfsg.1-1) experimental; urgency=low * Imported Upstream version 5.1.dfsg.1 * unfuzzify patches -- Norbert Preining Wed, 13 Mar 2013 08:36:02 +0900 texinfo (5.0.dfsg.1-1) experimental; urgency=low * Imported Upstream version 5.0.dfsg.1 - fixes info segfault on big terminals (Closes: #700354) * unfuzzify patches -- Norbert Preining Sun, 17 Feb 2013 23:00:29 +0900 texinfo (4.13.95.dfsg.1-1) experimental; urgency=low * Imported Upstream version 4.13.95.dfsg.1 -- Norbert Preining Tue, 29 Jan 2013 07:34:56 +0900 texinfo (4.13.94.dfsg.1-1) experimental; urgency=low * small fixes to make-orig-tar * Imported Upstream version 4.13.94.dfsg.1 * update patches to new release -- Norbert Preining Sun, 20 Jan 2013 20:25:10 +0900 texinfo (4.13.93.dfsg.1-1) experimental; urgency=low * new upstream test release * fix displaced cursor on search (Closes: #652204) (texinfo bug #37823) * add a script to generate orig tar files * update/unfuzzify patches * fix wrong control character in some .po files (LP #707931) * add help2man to build-dependencies -- Norbert Preining Sun, 06 Jan 2013 12:40:57 +0900 texinfo (4.13.92.dfsg.1-1) experimental; urgency=low * new upstream test release - fix incomplete redraw in some cases (Closes: #596856) * fix Vcs-fields * unfuzzify patches -- Norbert Preining Wed, 19 Dec 2012 10:41:42 +0900 texinfo (4.13.91.dfsg.1-2) experimental; urgency=low * run all checks during build time * install txixml2texi into the texinfo package, add libxml-libxml-perl to dependency for it -- Norbert Preining Wed, 28 Nov 2012 10:36:09 +0900 texinfo (4.13.91.dfsg.1-1) experimental; urgency=low * new upstream releases - fixes truncation at TAB chars (LP #394808) - regexp isearch works (Closes: #522093) - fixing null strings in install-info --help (Closes: #595243) - allow makeinfo splitting at chapters (Closes: #228606) - regexp searching in info (Closes: #31464) (yeah! 5 digits!) - html output contains doctypes (Closes: #214729) - proper positioning of book marks in pdfs (Closes: #37515) - normal scrolling modes (Closes: #78504) * re-enable hardening (Closes: #656659) * clean up patches * convert to 3.0/quilt format * bump compat level to 7 -- Norbert Preining Tue, 27 Nov 2012 13:07:56 +0900 texinfo (4.13a.dfsg.1-10) unstable; urgency=low * revert hardening - it breaks info (Closes: #669056) -- Norbert Preining Tue, 17 Apr 2012 08:19:26 +0900 texinfo (4.13a.dfsg.1-9) unstable; urgency=low [ Norbert Preining ] * sign package as multi-arch, to make other packages multi-arch buildable. Patch thanks to Wookey (Closes: #666153) * bump standards version to 3.9.3, no changes necessary [ Hilmar Preuße ] * Enabled hardened build flags, thanks to Moritz Mühlenhoff (Closes: #656659) * Allow texi2dvi to pass the --shell-escape option to TeX (already applied to upstream) (Closes: #658983) -- Norbert Preining Fri, 30 Mar 2012 09:01:34 +0900 texinfo (4.13a.dfsg.1-8) unstable; urgency=low [ Hilmar Preuße ] * Actually apply patch texi2dvi_non-C_locale, really (Closes: #584191) * debian/patches/minor-buffer-size-fix: increase stack buffer size for sprintf of numeric values (Closes: #639114). -- Norbert Preining Wed, 24 Aug 2011 23:56:17 +0900 texinfo (4.13a.dfsg.1-7) unstable; urgency=low * "grep [A-z]" does not work in non-C locale (Closes: #584191) * add option -h/--help to update-info-dir, and fix the man page according to it. Patch by Jari Aalto (Closes: #541468) * fix lintian errors (missing misc:Depends deps in all packages) * remove conflicts on xemacs-support, it does not exist * bump standards version to 3.9.2: change conflicts to breaks as we are only moving files around (Closes: #611104) * info dumps core if # of window rows drops below 6 (Closes: #611151) * d/rules: depend build on $(QUILT_STAMPFN) instead of patch, this fixes an rare FTBFS caused by the build target having been run twice (Closes: #612502) * Add texi2dvi-local-fallback-syntax.diff to make texinfo run on dash (Closes: #619786) * Add funny build targets to make lintian happy -- Norbert Preining Wed, 24 Aug 2011 08:26:25 +0900 texinfo (4.13a.dfsg.1-6) unstable; urgency=low * update-info-dir: load not only /etc/environment, but also /etc/default/locale for correct setup of languages (Closes: #536476) * info: fix a segfault due to unchecked node computation in nodes.c, patch included upstream (Closes: #598932) * create /usr/share/info if not present (install-info.dirs), so that Emdebian installation does not break (Closes: #599686) -- Norbert Preining Thu, 14 Oct 2010 16:33:25 +0900 texinfo (4.13a.dfsg.1-5) unstable; urgency=low * update-info-dir: reset $LANGUAGE to the system wide setting in /etc/environment making sure that the generated dir file does not contain strings in foreign language (Closes: #536476) * corrected typo in install-info.sh (Closes: #545783) * install-info.sh: do not warn on --remove and --remove-exactely, we might be running from old maintainer scripts (Closes: #546165) (Patch thanks to Sven Joachim) * bump standards version to 3.8.3, no changes necessary -- Norbert Preining Thu, 24 Sep 2009 01:56:19 +0200 texinfo (4.13a.dfsg.1-4) unstable; urgency=low * upload to unstable * ignore .png, dir.gz, dir.old.gz files in update-info-dir -- Norbert Preining Tue, 09 Jun 2009 13:44:06 +0200 texinfo (4.13a.dfsg.1-3) experimental; urgency=low * add missing replaces/conflicts against previous versions of texinfo to the install-info package (Closes: #525798) -- Norbert Preining Mon, 27 Apr 2009 11:55:16 +0200 texinfo (4.13a.dfsg.1-2) experimental; urgency=low * splitting of the install-info package - add stanza to debian/control - add install-info.install and move i-i from texinfo.install - make info depend on install-info - adjust rules file - add a wrapper /usr/bin/install-info that calls ginstall-info when called outside maintainer scripts, and nothing (due to trigger support, see below) when called from maintainer scripts. dpkg will ship a similar trigger in /usr/sbin to make sure packages that still call i-i with the full path in the maintainer scripts still work * trigger support - make i-i show interest in /usr/share/info - add update-info-dir script that recreates /usr/share/info/dir from all installed info files - add trigger code to install-info's postinst calling update-info-dir * add a patch for texi2dvi to allow tilde (~) in path (Closes: #495577) * bump standards version to 3.8.1, no changes necessary -- Norbert Preining Thu, 16 Apr 2009 17:04:21 +0200 texinfo (4.13a.dfsg.1-1) unstable; urgency=low * new upstream releases (Closes: #500301) - fix (wrongly) added leading spaces in direntries (Closes: #457741) - works with ~ in the path (Closes: #495577) - disable the patch fix-direntry and fix-texi2dvi-bashism, included upstream * update the list of files to be installed (new translations, pdftexi2dvi) * mange version in the watch file to remove the .dfsg.N part * use quilt.make (first step in direction of source format 3.0, but that is broken) * add README.Debian to info package (Closes: #513187) * add README.source, bump standards version to 3.8.0 -- Norbert Preining Mon, 09 Mar 2009 15:50:03 +0100 texinfo (4.11.dfsg.1-4) unstable; urgency=low * fix bashism in texi2dvi (Closes: #461352) -- Norbert Preining Wed, 20 Feb 2008 08:24:18 +0100 texinfo (4.11.dfsg.1-3) unstable; urgency=low * do not trigger regeneration of texi2dvi.1 at build time, remove the B-D on help2man (Closes: #452582) * really fix the erronous direntries (Closes: #451268) * bump standards version to 3.7.3, no changes needed -- Norbert Preining Thu, 20 Dec 2007 07:42:31 +0100 texinfo (4.11.dfsg.1-2) unstable; urgency=low * edit the changelog entry from 4.11.dfsg.1-1 to close the bugs in a more explicit way * fix erronous direntries (Closes: #451268) -- Norbert Preining Wed, 14 Nov 2007 18:52:13 +0100 texinfo (4.11.dfsg.1-1) unstable; urgency=low * new upstream release (Closes: #435558) - fixes race condition causing crashes when resizing (Closes: #345739) - generates valid xml files (Closes: #335016) - do not truncate command key listing (Closes: #376280) - allow ~ in the file path (Closes: #439877) - ships new texinfo.tex (Closes: #446443) * Recommend installing texlive instead of tetex-bin in texi2dvi (Closes: #440796) * switch to quilt * disable the following patches: - 30_texindex_racecondition: does not appply - 31_segfault-when-resizing-terminal: upstream - 32_makinfo_css_fix: upstream - 33_texindex_CVE-2006-4810: upstream - 52_missing_dir_in_texinputs: does not apply - 61_man_Top: upstream - 62_localesettings: upstream refresh the other patches * add build-dep on help2man * suggest texinfo-doc-nonfree (Closes: #428339) * add Vcs-Svn and Vcs-Browser field in debian/control -- Norbert Preining Mon, 05 Nov 2007 13:42:18 +0100 texinfo (4.8.dfsg.1-6) unstable; urgency=low * add texlive-latex-base to the suggests (lcircle font) * add a remark in README.Debian that for building dvi/pdf you need the packages suggested by texinfo (Closes: #421192) * remove po/*.gmo in the clean target to fix double build FTBFS (Closes: #424218) * change maintainer to Debian TeX maintainers, put me in uploaders -- Norbert Preining Thu, 17 May 2007 22:16:10 +0200 texinfo (4.8.dfsg.1-5) unstable; urgency=low * adjust suggests to include texlive-generic-recommended and remove tetex (Closes: #422518) * lintian fixes: - move dh compat setting from rules to debian/compat - save control file in UTF8 -- Norbert Preining Tue, 15 May 2007 15:00:37 +0200 texinfo (4.8.dfsg.1-4) unstable; urgency=high * Apply patch by Josh Bressers to fix CVE-2006-4810, added as 33_texindex_CVE-2006-4810.dpatch * Add myself to Uploaders so this doesn't look like an NMU. -- Frank Küster Wed, 22 Nov 2006 12:04:54 +0100 texinfo (4.8.dfsg.1-3) unstable; urgency=medium * changed maintainer email address to preining@debian.org * add a patch from Werner Koch to fix copying of @import in makeinfo/html.c (Closes: #388396) * fix installation if tetex is not configured by adding another test for the existence of fmtutil.cnf (Closes: #391421) Setting urgency to medium as this RC bug present in testing. -- Norbert Preining Sun, 8 Oct 2006 12:14:27 +0200 texinfo (4.8.dfsg.1-2) unstable; urgency=medium * standards version 3.7.2, no changes necessary * fix a missing translation/locale fix (thanks Sven Joachim) (Closes: #367243) * extend wording of the copyright file to clear the differences between info --version (and man page) and the actual copyright. Add a note that the file COPYING mentioned contains GPLv2. (Closes: #380128) (urgency set to medium as this is an RC bug present in testing) -- Norbert Preining Thu, 10 Aug 2006 11:16:29 +0200 texinfo (4.8.dfsg.1-1) unstable; urgency=low * first version with split out GFDL licensed documentation into texinfo-doc-nonfree (Closes: #356916) * switch to debhelper level 5 * add a README.Debian file explaining where the documentation has gone. -- Norbert Preining Wed, 12 Apr 2006 02:33:30 +0200 texinfo (4.8-8) unstable; urgency=low * Include texinfo.tex version 2006-02-13.16 in order to fix the FTBFS of tramps where ifclear couldn't nest properly (Closes: #357009) * Update the locale settings patch so that month names are not translated (Closes: #113988) -- Norbert Preining Thu, 23 Mar 2006 18:31:49 +0100 texinfo (4.8-7) unstable; urgency=low * include a patch that ensures that locale settings do not influence output files (Closes: #113988). Also add a NEWS.Debian in the texinfo package that explains the change of functionality in makeinfo. * adjust the texinfo.postinst script to really check whether tex-common is configured by checking for /e/texmf/texmf.cnf (Closes: #356476). * remove texmf-texlive from the arguments of mktexlsr in the postinst script of texinfo. -- Norbert Preining Tue, 14 Mar 2006 10:22:24 +0100 texinfo (4.8-6) unstable; urgency=low * edit the changelog entry for -5 on the texinfo.tex inclusion to be useful, thanks Frank Küster for mentioning this. * Conflict with tetex << 3 which has a kpsewhich with different cmd-line options. (Closes: #354351) * add a check for the existence of fmt.d/00tex.cnf to the texinfo.postinst as update-fmtutil may already be present, but not this file, as we do not depend on tex-common anymore and tex-common may be configured later than texinfo. * fix the dreadful info shows top manpage when called with an inexistent command line argument (Closes: #234848) -- Norbert Preining Wed, 1 Mar 2006 03:07:29 +0100 texinfo (4.8-5) unstable; urgency=low * Fix segfault when resizing the terminal rapidly by checking more carefully whether the display line is set prior to refering to it. [info/display.c:display_update_one_window] (closes partly #345739) (Thanks to Loïc Minier ) * Fix the watch file * Remove the dependency on tetex-bin | tex-common, we can live without it. This also fixes the Priority failure of texinfo=standard depending on tex-common=optional. * Include texinfo.tex version 2006-01-27.14 from upstream in order to produce correct page numbers in the table of contents. (Closes: #276000) * Edit Changelog entry for 4.8-1 for bug #282643. * Remove texmf/pdftex/plain/misc/pdfcolor.tex in tmpdir to make dh_install shut up, this file is already installed by tetex/texlive. * change test in postinst script from which fmtutil-sys to kpsewhich --version. If it is present *and* can be run (i.e. tetex and libkpathsea is unpacked and configured), only then call the rest of the script. (Closes: #352630) -- Norbert Preining Fri, 24 Feb 2006 12:35:27 +0100 texinfo (4.8-4) unstable; urgency=high * fixes typo in postinst script (closes: #346276) * use cat fmtutil.cnf file instead of fmtutil-sys --listcfg, which is awfully slow -- Norbert Preining Fri, 6 Jan 2006 21:52:56 +0100 texinfo (4.8-3) unstable; urgency=low * change texlive name to texlive-base * modify texinfo postinst/postrm script to only build texinfo/cyrtexinfo (in case they are present) instead of calling --missing. -- Norbert Preining Thu, 29 Dec 2005 07:46:46 +0100 texinfo (4.8-2) unstable; urgency=low * Edit the changelog entry for 4.8-1 to include fixes for bugs that have been later closed via the email interface. * Save debian/changelog in utf8 encoding (Closes: #333630) * replace egrep and fgrep and numerical signals (Closes: #256287) * include patch to info translations to fix crash on Ctrl-h, and regenerate the gmo files on build (Closes: #150710, #199615) * include documentation into the info package, too (Closes: #261539) * fix a typo in texinfo.info (Closes: #226898) * fix a warning of texi2dvi if TEXINPUTS contains a not existent dir (Closes: #276006) * add 50cyrtexinfo.cnf to fmt.d, and write a README.cyrtexinfo how to create a cyrillic texinfo format (Closes: #253124) * Upload sponsored by Frank Küster -- Norbert Preining Thu, 28 Oct 2005 15:10:30 +0200 texinfo (4.8-1) unstable; urgency=medium * Urgency medium because we fix security bug #328365, see second last item. * New maintainer: Taking over from Josip Rodin as he seems to have abandoned texinfo. * Acknowledge previous NMU (Closes: #267497, #259280) * new upstream release, fixing several bugs. Some of these bugs may already be fixed by previous versions, but we include it here for completeness: - provides texi2pdf (Closes: #320413) - fixes loss of pipe character in TeX verbatim mode (Closes: #181793) - fixes incorrect html output (Closes: #204202, #205022) - output correct XML (Closes: #221988) - adds commands for sans serif fonts (Closes: #277754) - fixes crash on first backspace (Closes: #259561) - fixes buffer overflow in 'Follow xref' (Closes: #263853) - fixes various navigation crashes (Closes: #265605, #293337, #308280, #314513) - fixes segfault with --xml and -D (Closes: #330219) - fixes segfault with -f'*manpages*' (Closes: #193856) - combination of -c and -I for relative pathes work (Closes: #147527) - makeinfo produces incorrect html code (Closes: #146025) - another instance of the crash on first backspace (Closes: #265880, #280510, #298268) - info cares for position parameter (Closes: #53221) - vi-keys do work (Closes: #199922) - fix segv when resizing window (Closes: #280581) - fix missing hierachy in bookmarks of the appendix (Closes: #95084) - fixed mangled no.po (Closes: #201031) - follow does now correctly print the list of xrefs (Closes: #202090) - fix FTBFS of nco documentation (Closes: #142113) - fixes segv under locale zh_CN.GBK (Closes: #282643) * install texinfo HTML documentation (Closes: #277921) * include changes by Pierre Machard for Replaces (Closes: #261742) * make postinst script POSIX-compliant, don't use command (Closes: #293053) * fix de.po, thanks Jens Seidel (Closes: #313844) * install install-info as ginstall-info (Closes: #285983) * bumped Standards-Version to 3.6.2.1 (no changes necessary) * change debian compat version to 4 * dump most patches from previous versions as they are incorporated upstream, and change to dpatch system, adding Build-Depends on dpatch * fixes to bashism in postinst scripts, fix wrong adress of FSF * add manpage for texi2pdf from teTeX 2.0.2 * Now depends on tex-common, or tetex-bin until teTeX-3.0 is in unstable. * texinfo formats are not necessary anymore, since texi2* do not use the formats, and the new teTeX will not need to generate texinfo formats. Thus bug #253124 will not be fixed. (Closes: #253124) * Include a tempfile race fix based on the patch by Henry Jensen (CAN-2005-3011) (Closes: #328365) * Warns user of no TeX system is installed (Closes: #212206) * Upload sponsored by Frank Küster -- Norbert Preining Thu, 6 Oct 2005 08:40:55 +0200 texinfo (4.7-2.2) unstable; urgency=high * NMU with maintainer's blessing * Urgency=high because this fixes FTBFS in other packages * Apply patch from upstream CVS to fix "Bad address" errors (Closes: #267497) * Move the Replaces: from the last upload to the right binary package, d'oh! -- Frank Lichtenheld Sun, 26 Sep 2004 03:40:48 +0200 texinfo (4.7-2.1) unstable; urgency=high * NMU * Set Urgency to high because of the base freeze * Add Replaces: texinfo (<< 4.7-2) (closes: #259280) -- Pierre Machard Tue, 27 Jul 2004 23:42:00 +0200 texinfo (4.7-2) unstable; urgency=medium * Move infokey(1) together with infokey binary into the info package, closes: #258945. -- Josip Rodin Tue, 13 Jul 2004 14:43:36 +0200 texinfo (4.7-1) unstable; urgency=low * New upstream version, closes: #243312. * Ditched now redundant debian/infokey.1. * Would no longer install /usr/share/info/dir.*, closes: #218976. * Supports GNU/K(Free|Net)BSD due to a new set of config.*, closes: #221726. -- Josip Rodin Sat, 10 Jul 2004 19:02:24 +0200 texinfo (4.6-1) unstable; urgency=low * New upstream version. * Wrote a manual page infokey(1) using `info infokey` stuff. (Silly, really.) -- Josip Rodin Sat, 12 Jul 2003 14:12:36 +0200 texinfo (4.3-1) unstable; urgency=low * New upstream version, closes: #173029. * Includes the fix for the makeinfo segfault on \def\x{}, closes: #168689. * Fixed documentation errors noticed by Jesse Alama, first one by me, and the others by the upstream, closes: #152936, #152938, #152939. * The key binding help in info is fixed, closes: #149965. -- Josip Rodin Sun, 15 Dec 2002 16:09:55 +0100 texinfo (4.2-1) unstable; urgency=low * New upstream version, closes: #144939. -- Josip Rodin Mon, 24 Jun 2002 16:38:46 +0200 texinfo (4.1-2) unstable; urgency=high * Removed broken /usr/share/texmf/pdftex/plain/misc/epsf.tex, closes: #133601. * Added Conflicts: ja-trans (<= 0.7-3.1), closes: #138233. * Included a po/ru.po recoded from windows-1251 to koi8-r, kindly provided by Nikita V. Youshchenko , closes: #132943. * Reverted to "parsable" which is in fact correct, closes: #124757. -- Josip Rodin Thu, 28 Mar 2002 13:53:23 +0100 texinfo (4.1-1) unstable; urgency=low * New upstream version. -- Josip Rodin Thu, 7 Mar 2002 20:17:09 +0100 texinfo (4.0f-1) unstable; urgency=high * New upstream version. * Includes a newer, changed texinfo.tex that seems fix the PDF links, closes: #111563. * Eli Zaretskii's patches to info/echo-area.c for case (in)sensitivity in indices are applied upstream, closes: #122594 and the patch for cross-references on the second line, too, closes: #122600. * Fixed the thinko in makeinfo/insertion.c comment, ignored the non-issue with harmless extra
s, closes: #77885. * Applied Eli Zaretskii's patch to info/infodoc.c (slightly modified because of the new infokey code in there etc, hope it works :) to fix the "info --vi-keys libc:exit" segfault, closes: #79091. * Applied Colin Watson's patch to info/infomap.c for h<->l in vikeys, from #79091. * Fixed the spelling error (though not overly convinced), closes: #124757. * Patched doc/Makefile* to install the missing directory, and to distclean the info files. Feh! Hopefully automakeisms don't shit themselves all over the place in the buildd trees and cause the package not to build. * Leave our first epsf.tex in place, it's almost the same as the tetex-base one but there must be some reason why it exists. * Put infokey into the info package. -- Josip Rodin Sun, 27 Jan 2002 11:08:20 +0100 texinfo (4.0b-2) unstable; urgency=low * Added Replaces: tetex-base (<< 1.0.2+20000804-9) because of the .txi files. -- Josip Rodin Fri, 20 Jul 2001 15:59:32 +0200 texinfo (4.0b-1) unstable; urgency=low * New upstream version, includes majority of our old patches. It also includes support for splitting HTML output files, which closes: #41403. * Removed epsf.tex from this package because tetex already ships it, closes: #84426. The duplicate file problem didn't appear before because previous versions put the file in a different location. Maybe we're just making a mess of this. * Added willy's patch to fix (not) printing --speech-friendly when printf is a macro like with the new gcc, closes: #91350. * Packaging polishing. -- Josip Rodin Sat, 14 Jul 2001 20:03:11 +0200 texinfo (4.0-5) unstable; urgency=low * Home and End keys move to start/end of page, and the Delete key does what PgUp does, closes: #37752. Thanks to Yoshiki Hayashi for the patch. * Fixed terminal hanging when pressing C-s too soon in info, closes: #52517. Thanks to Kevin Ryde for the patch. * Fixed segfault with gzipped manpage.1, closes: #63608. * Fixed displaying of repeated items in info, closes: #68936. * Fixed info stucking with '(.)any', closes: #68937. * Fixed segfault on trying to follow `SEE ALSO' etc, closes: #74278. * Thanks to Eli Zaretskii for the patches to fix the above four bugs. * Run 'mktexlsr /usr/share/texmf >/dev/null' (conditionally and only on new installations) in texinfo's postinst, because we place files in that directory that need to be added to the ls-R file, closes: #71325. * Policy 3.2.1 compliant. -- Josip Rodin Mon, 9 Oct 2000 18:53:04 +0200 texinfo (4.0-4) frozen unstable; urgency=low * Fixed info's prerm script, s./usr/bin/infobrowser.infobrowser., otherwise the package could not be removed, closes: #59254. -- Josip Rodin Tue, 29 Feb 2000 12:58:42 +0100 texinfo (4.0-3) frozen unstable; urgency=low * Applied upstream patch for closes: #56992. * Install infobrowser alternative for info (doh!). * Recompiled with ncurses 5.0 (info is a Priority: important package). -- Josip Rodin Fri, 10 Dec 1999 23:40:36 +0100 texinfo (4.0-2) unstable; urgency=low * Another, even more nifty configure option to make it install in FHS compliant directories (this time borrowed from nasm's rules file :) * Standards-Version: 3.1.1. Added Build-Depends:. * Removed --with-included-gettext from configure flags, useless. * Removed --description and --section from all install-info arguments, to have install-info pick-up the INFO-DIR-ENTRY from the info files themselves. This way, all the sub-apps have entries, which closes: #51425. * Install 'info.info', too (why that wasn't done before, is beyond me). -- Josip Rodin Sun, 28 Nov 1999 15:00:53 +0100 texinfo (4.0-1) unstable; urgency=low * New upstream version. At last, final 4.0! * Removed README-alpha mentionings, and added #DEBHELPER# in p* scripts where it was missing. * Used nifty configure options to make it install in FHS compliant directories (after seeing how it's done in libmikmod2's rules file :) * Removed explicit debhelper 2.0.40 dependency, and changed debian/{info.files,rules} to match the new state. -- Josip Rodin Sun, 12 Sep 1999 23:44:24 +0200 texinfo (3.12s-2) unstable; urgency=low * Conforms to policy 3.x, which includes move to FHS etc. Required using debhelper 2.0.40, and some other changes to debian/* . * Added "-e" to /bin/sh in all maintainer scripts. * Replaced "Replaces:" with "Conflicts:" for tetex-{base,bin} in texinfo, because the new package has some files in locations that don't work well with those old versions of teTeX. Thanks to Lalo Martins for noticing this. * Removed DEFAULT_INFOPATH defining from the rules file, it's pointless (and it didn't work, either :). The one in filesys.h is good enough. -- Josip Rodin Tue, 7 Sep 1999 00:55:17 +0200 texinfo (3.12s-1) unstable; urgency=low * New upstream version. * Upstream fixes to info/terminal.c, so I removed our patch for alpha compile, it's not needed anymore. -- Josip Rodin Sun, 22 Aug 1999 14:45:09 +0200 texinfo (3.12n-2) unstable; urgency=low * Added Replaces: tetex-base (<< 1.0-3), closes: #42264 . * Added a nifty debian/watch file. * Minor changes to copyright and *prerm files. -- Josip Rodin Sun, 1 Aug 1999 17:05:07 +0200 texinfo (3.12n-1) unstable; urgency=low * New upstream version. -- Josip Rodin Tue, 20 Jul 1999 02:12:51 +0200 texinfo (3.12k-1) unstable; urgency=low * New upstream version. * Some changes to debian/copyright and debian/info.menu. * Conditionalized $1 in debian/*{postinst,prerm}. -- Josip Rodin Sun, 11 Jul 1999 21:55:13 +0200 texinfo (3.12j-1) unstable; urgency=low * New upstream version. -- Josip Rodin Thu, 8 Jul 1999 00:22:32 +0200 texinfo (3.12i-4) unstable; urgency=low * Got an upstream patch to fix the non-existant argument bug. Fixes #38063. -- Josip Rodin Wed, 7 Jul 1999 18:59:29 +0200 texinfo (3.12i-3) unstable; urgency=low * Now included C's patch to compile on Alpha, fixes #39247 and #40076. * Fixed texinfo's postinst, to include missing backslashes. -- Josip Rodin Mon, 5 Jul 1999 03:41:56 +0200 texinfo (3.12i-2) unstable; urgency=low * After some discussion with Christoph Martin, the teTeX maintainer, and other people from the debian-devel list, we decided to start providing all texinfo binaries from this source package. * Added new binary package, texinfo, which Replaces: tetex-bin (<< 1.0) and Suggests: tetex-bin (because of texi2dvi). For that reason, patched util/texi2dvi to exit if no tex found, with an explanation. * Removed install-info* and dir files from binary packages. * Removed obsolete README.Debian, added other upstream documentation. * Updated debian/copyright with additional licence/copyright info. * Added a menu entry for info, since it can be invoked argumentless. -- Josip Rodin Mon, 21 Jun 1999 16:30:38 +0200 texinfo (3.12i-1) unstable; urgency=low * New upstream version, includes fix for #14787 . -- Josip Rodin Sat, 12 Jun 1999 15:05:41 +0200 texinfo (3.12h-1) unstable; urgency=low * New maintainer * New upstream version, pristine source from alpha.gnu.org. * Completely redid the packaging, using debhelper. -- Josip Rodin Sat, 10 Apr 1999 22:01:15 +0200 texinfo (3.12-0.1) unstable; urgency=low * Upgraded from 3.9 to new upstream release 3.12 * Non-maintainer release, this time with a proper -0.1 version. * This does not use the patches against the files info/infomap.c, info/session.c and util/texi2dvi from the previous Debian version. According to James Troup, their functionality has been integrated into the upstream source so that the patches are indeed obsolete. -- Dirk Eddelbuettel Fri, 17 Apr 1998 18:26:24 -0400 texinfo (3.9-5) unstable; urgency=low * Put /usr/info/info.info back in package (fixes #10115) * Built with libc6 and ncurses3.4 -- Galen Hazelwood Thu, 12 Jun 1997 13:59:28 -0600 texinfo (3.9-4) unstable; urgency=low * Patched info to work with cursor keys (fixes bug #889) -- Galen Hazelwood Thu, 6 Mar 1997 14:07:10 -0700 texinfo (3.9-3) unstable; urgency=low * Removed everything but info package from texinfo -- Galen Hazelwood Tue, 18 Feb 1997 21:45:44 -0700 texinfo (3.9-2) unstable; urgency=low * /usr/doc/info/changelog.Debian is now the correct file * Added minor texi2dvi patch from upstream maintainer * Added manpage for makeinfo, texi2dvi, texindex (fixes bug #6353) * Put info documentation under appropriate headers -- Galen Hazelwood Sun, 5 Jan 1997 14:23:47 -0700 texinfo (3.9-1) unstable; urgency=low * New maintainer. * New upstream version. * Updated to Standards-Version: 2.1.2.2 * Removed bogus libc5 dependency in texidoc. -- Galen Hazelwood Sat, 14 Dec 1996 23:15:23 -0700 texinfo (3.7-1); priority=LOW * Added architecture fields -- Erick Branderhorst Tue Mar 12 16:26:41 MET 1996 texinfo (3.7-0); priority=LOW * Texinfo no longer recommends texidoc, it is suggested now (Bug#1692). * Upgraded to latest FSF version, texinfo 3.7 (Bug#2467). * Version and Revision fields -> one Version field in all control files. * New maintainer: Erick Branderhorst. -- Erick Branderhorst Fri, 8 Mar 1996 10:13:49 texinfo (3.6-11); priority=MEDIUM * converted to ELF, -- David Engel Tue, 16 Jan 1996 20:00:00 -0500 texinfo (3.6-5); priority=MEDIUM * serious problem in texinfo.tex fixed (reported by Nils Rennebarth and Bill Mitchell, patch supplied by Richard Stallman). -- Ian Jackson Fri, 13 Oct 1995 02:04:44 +0100 texinfo (3.6-4); priority=LOW * texidoc's info dir entry for /usr/info/texinfo fixed (Bug#1514). -- Ian Jackson Sat, 30 Sep 1995 18:23:31 +0100 texinfo (3.6-3); priority=MEDIUM * Fix null pointer dereference in makeinfo (Bug#1493). * `info-browser' virtual package name used in control files (Bug#1427, Bug#1434, Bug#1469) -- Ian Jackson Thu, 28 Sep 1995 02:23:54 +0100 texinfo (3.6-2); priority=LOW * Do not build *.elc files, rather than building them, putting them in debian-tmp, and then deleting them before package construction. Now you can build the package without emacs. * Added `Source: texinfo' to binary package control files. -- Ian Jackson Sun, 16 Jul 1995 15:03:53 +0100 texinfo (3.6-1); priority=HIGH * Upgraded to latest FSF version, texinfo 3.6. Notable changes alleged are many bugfixes and general improvements, and the capability in `info' to display man pages. The Emacs Lisp files for formatting Texinfo documents are *not* included, as they are in Debian's Emacs package. -- Ian Jackson Thu, 13 Jul 1995 03:21:32 +0100 texinfo (3.1-7); priority=LOW * Default INFOPATH for standalone info browser is now `/usr/info:/usr/local/info:.' (Bug#889, 2nd point). * Extended descriptions provided for all three binary packages. -- Ian Jackson Thu, 18 May 1995 01:39:27 +0100 Texinfo 3.1 Debian 6 - iwj * Install texinfo.tex in /usr/lib/texmf/tex/misc/ instead. Texinfo 3.1 Debian 5 - iwj * Move cursor to bottom of screen before exiting `info'. * Install texinfo.tex in /usr/lib/tex/inputs/. Texinfo 3.1 Debian 4 - iwj * Added Package_Revision field to `control' files. Texinfo 3.1 Debian 3 - iwj * Arrange for `h' to give (Info-stnd)Top instead if (Info)Help or (Info)Help-Small-Screen isn't available. * Added this Changelog. * Fixed typo in debian.README (= /usr/doc/copyright/texinfo). * Fixed invocations of install-info, and added --quiet option. * Specified version numbering scheme, version number now in filenames. Texinfo 3.1 Debian 2 - iwj * Fixed bug that prevents `info' from recognising .gz as a gzipped file. * Split into three packages, texidoc, texinfo and info. Texinfo 3.1 Debian 1 - iwj Initial release, completely untested. # vim:set fileencoding=utf-8: # Local Variables: coding: utf-8 mode: debian-changelog End: debian/install-info.postinst0000644000000000000000000000235212245116267013402 0ustar #!/bin/sh -e # # postinst maintainer script for the Debian install-info package # # Copyright (C) 2009 Norbert Preining . # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. # # This file is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to: The Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # # On Debian GNU/Linux System you can find a copy of the GNU General Public # License in "/usr/share/common-licenses/GPL". # umask 022 # we only have to call update-info-dir for configure, reconfigure, and # triggered transitions. All others are simply ignored. case $1 in configure|reconfigure|triggered) update-info-dir ;; *) ;; esac #DEBHELPER# # vim:set tabstop=4 expandtab: # debian/info.README.Debian0000644000000000000000000000047212245116267012172 0ustar Documentation ============= This package does not contain the info documentation of info and texinfo, as they are licensed under the GNU Free Document License with Cover Texts, which is considered as non-free in Debian. The documentation can be found in the package texinfo-doc-nonfree in the non-free section. debian/info.install0000644000000000000000000000010012245116267011506 0ustar usr/bin/info* usr/share/man/man1/info* usr/share/man/man5/info* debian/install-info.10000644000000000000000000000175412245116267011664 0ustar .TH INSTALL-INFO 1 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection .\" other parms are allowed: see man(7), man(1) .SH NAME install-info \- wrapper around GNU install-info .SH SYNOPSIS .B install-info .I "[options]" .br .SH DESCRIPTION This manual page documents briefly the .BR install-info command. This manual page was written for the Debian GNU/Linux distribution because the original script was designed for Debian packaging system. .PP .B install-info is a wrapper around GNU install-info. If it is called from a normal shell or script it acts like GNU install-info by forwarding all options to ginstall-info. .PP If it is called from a maintainer script it gives a warning to rebuild packages and does nothing, since info file installation is now done via triggers. .SH OPTIONS Same as with GNU install-info, see ginstall-info(1). .SH AUTHOR This manual page was written by Norbert Preining , for the Debian GNU/Linux system (but may be used by others). debian/info.mime0000644000000000000000000000071212245116267011000 0ustar application/x-info; /usr/bin/info -f '%s'; needsterminal; description=GNU Info document # ASCII text rendition, low priority. # Info prints messages Messages like "info: Writing node (foo.info.gz)..." to # stderr. Discard them, though alas doing so also loses any genuine error # messages. Is there a "quiet" option? application/x-info; /usr/bin/info --subnodes -o /dev/stdout -f '%s' 2>/dev/null; copiousoutput; description=GNU Info document; priority=1 debian/update-info-dir.80000644000000000000000000000163112245116267012255 0ustar .TH UPDATE-INFO-DIR 8 .\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection .\" other parms are allowed: see man(7), man(1) .SH NAME update-info-dir \- update or create index file from all installed info files in directory .SH SYNOPSIS .B update-info-dir .I "[options]" .B [directory] .br .SH DESCRIPTION Update, or create, the index file .I dir of available documentation in /usr/share/info/ (the default) or in given DIRECTORY. The index file .I info is the directory is usually presented by info browsers on startup. .SH OPTIONS .TP .B \-h,--help Display help and exit. .PP .SH SEE ALSO emacs(1) info(1) install-info(1) .SH AUTHOR This manual page was written by Norbert Preining , for the Debian GNU/Linux system (but may be used by others). This manual page was written for the Debian GNU/Linux distribution because the original script was designed for Debian packaging system. debian/install-info.sh0000644000000000000000000000230012245116267012122 0ustar #!/bin/sh # # Wrapper to the GNU's install-info, to be compatible with the one that used to # be packaged by dpkg on Debian. # # written by Norbert Preining, this is not copyrightable ;-) # set -e if [ -z "$DPKG_RUNNING_VERSION" ] ; then # it seems we are running from outside a maintainer script, so give a # warning and call ginstall-info without anything else echo "This is not dpkg install-info anymore, but GNU install-info" >&2 echo "See the man page for ginstall-info for command line arguments" >&2 ginstall-info "$@" else # we are running from a maintainer script, simply ignore the call # since we have trigger support and people should rebuild their # package with new debhelper which does not add calls to install-info # Do not complain if called with "--remove" or "--remove-exactly", # as these are used in old packages' prerm scripts (see #546165) while [ -n "$1" ]; do case "$1" in --remove|--remove-exactly) exit 0 ;; *) shift ;; esac done echo "Ignoring install-info called from maintainer script" >&2 echo "The package $DPKG_MAINTSCRIPT_PACKAGE should be rebuilt with new debhelper to get trigger support" >&2 fi debian/install-info.install0000644000000000000000000000006712245116267013166 0ustar usr/bin/install-info usr/share/man/man1/install-info.1 debian/watch0000644000000000000000000000020312245116267010220 0ustar # watch control file for uscan version=3 opts=dversionmangle=s/\.dfsg\.\d+$// http://ftp.gnu.org/gnu/texinfo/texinfo-(.*)\.tar\.gz debian/texinfo.NEWS0000644000000000000000000000143212245116267011346 0ustar texinfo (4.8-7) unstable; urgency=low * Please note that with release 4.8-7 the behaviour of makeinfo with respect to locales has changed. Up to 4.8-6 the locale settings of the calling environment influenced the output of makeinfo as several strings which are put into the output file(s) of makeinfo were translated using the current locale settings. Now makeinfo will ignore the locale settings for the output of these strings. If you want to have localized strings in your output files of makeinfo, please use the new option --document-language to makeinfo. Currently the command @documentlanguage in the texinfo input files is not honored, this will be fixed in the future. -- Norbert Preining Sun, 12 Mar 2006 16:00:52 +0100 debian/update-info-dir0000755000000000000000000000323312245116267012112 0ustar #!/bin/bash # update-info-dir # create a dir file from all installed info files # Copyright 2009 Norbert Preining # GPLv2 INFODIR=/usr/share/info set -e # # since user's environment is taken over into root account when sudo-ing # we don't want that one's user LANGUAGE setting changes the messages in # the dir file. Unset LANGUAGE and reload /etc/environment to get # the system wide settings. See bug #536476 unset LANGUAGE unset LANG if [ -r /etc/environment ] ; then . /etc/environment fi if [ -r /etc/default/locale ] ; then . /etc/default/locale fi Help () { echo "\ SYNOPSIS: update-info-dir [-h,--help] [info-directory] (re-)creates the index of available documentation in info format (the file /usr/share/info/dir) which is usually presented by info browsers on startup." exit 0 } if [ "$1" = "-h" ] || [ "$1" == "--help" ]; then Help fi if [ -n "$1" ] ; then INFODIR="$1" fi if [ ! -d "$INFODIR" ] ; then echo "Not a directory: $INFODIR." >&2 exit 1 fi if [ -r "$INFODIR/dir" ] ; then rm -f "$INFODIR/dir.old" cp $INFODIR/dir $INFODIR/dir.old fi # we have to remove the dir file not make ginstall-info being surprised rm -f "$INFODIR/dir" errors=0 find "$INFODIR" -type f | while read file ; do case $file in */dir|*/dir.gz|*/dir.old|*/dir.old.gz|*-[0-9]|*-[0-9].gz|*-[1-9][0-9]|*-[1-9][0-9].gz|*.png) # these files are ignored continue ;; *) ginstall-info "$file" "$INFODIR/dir" || { errors=$[errors+1] } ;; esac done if [ $errors -gt 0 ] ; then exec >&2 echo echo "Updating the index of info documentation produced $errors errors." fi exit 0 # vim:set expandtab tabstop=2: # debian/rules0000755000000000000000000000622712245116267010263 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export DH_OPTIONS DEB_CFLAGS_MAINT_APPEND=-Wall # needed for correct building of new texinfo DEB_CFLAGS_MAINT_STRIP=-Werror=format-security DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) texinfo := $(CURDIR)/debian/texinfo ii := $(CURDIR)/debian/install-info tmpdir := $(CURDIR)/debian/tmp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir dh_autotools-dev_updateconfig ./configure $(shell dpkg-buildflags --export=configure) \ --with-external-Text-Unidecode=yes \ --with-external-libintl-perl=yes \ --prefix=/usr \ --infodir='$${prefix}/share/info' --mandir='$${prefix}/share/man' \ --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) $(MAKE) touch $@ check-stamp: build-stamp ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) check ALL_TESTS=yes endif touch $@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean dh_autotools-dev_restoreconfig dh_clean install-stamp build-stamp check-stamp \ intl/libintl.h config.log install: install-stamp install-stamp: DH_OPTIONS= install-stamp: build-stamp check-stamp dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install install-tex prefix=$(tmpdir)/usr \ TEXMF=$(tmpdir)/usr/share/texmf find $(tmpdir) -type f -name dir | xargs rm -f # # epsf.tex is in texlive rm -rf $(tmpdir)/usr/share/texmf/tex/generic # install all the files dh_install --list-missing --sourcedir=debian/tmp -X share/info dh_link # # install additional files that are not installed by default install -m 0755 util/txixml2texi $(texinfo)/usr/bin/txixml2texi # # work on debian install-info mv $(ii)/usr/bin/install-info $(ii)/usr/bin/ginstall-info sed -e "s/install-info/g&/g" \ < $(ii)/usr/share/man/man1/install-info.1 \ > $(ii)/usr/share/man/man1/ginstall-info.1 rm -f $(ii)/usr/share/man/man1/install-info.1 install -m 0755 debian/install-info.sh $(ii)/usr/bin/install-info install -m 0644 debian/install-info.1 $(ii)/usr/share/man/man1/install-info.1 install -m 0755 debian/update-info-dir $(ii)/usr/sbin/update-info-dir mkdir -p $(ii)/usr/share/man/man8 install -m 0644 debian/update-info-dir.8 $(ii)/usr/share/man/man8/update-info-dir.8 cp debian/conf/50cyrtexinfo.cnf $(texinfo)/etc/texmf/fmt.d echo "50cyrtexinfo" > $(texinfo)/var/lib/tex-common/fmtutil-cnf/texinfo.list touch install-stamp binary-indep: # There aren't any architecture independent packages here. binary-arch: DH_OPTIONS=-a binary-arch: install dh_testdir dh_testroot dh_installdocs -A AUTHORS README NEWS TODO dh_installdocs -p texinfo debian/README.cyrtexinfo \ doc/refcard/txirefcard*.pdf dh_installmenu dh_installmime dh_installchangelogs ChangeLog ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH)) ifeq "$(findstring nostrip,$(DEB_BUILD_OPTIONS))" "" dh_strip endif endif dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch # other targets update-texinfo.tex: wget -O $(CURDIR)/debian/texinfo.tex ftp://tug.org/tex/texinfo.tex .PHONY: build clean binary-indep binary-arch binary install debian/compat0000644000000000000000000000000212245116267010372 0ustar 7 debian/control0000644000000000000000000000461012245116267010600 0ustar Source: texinfo Section: doc Priority: standard Maintainer: Debian TeX maintainers Uploaders: Norbert Preining , Frank Küster Build-Depends: debhelper (>= 7.0.50~), libncurses5-dev | libncurses-dev, gettext, libtext-unidecode-perl, libintl-perl, help2man, autotools-dev Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/debian-tex/texinfo.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-tex/texinfo.git Package: texinfo Section: text Priority: standard Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libtext-unidecode-perl, libintl-perl, libxml-libxml-perl Suggests: texlive-base, texlive-latex-base, texlive-generic-recommended, texinfo-doc-nonfree Breaks: tetex-bin (<< 3.0), tetex-base (<< 3.0), ja-trans (<= 0.7-3.1) Replaces: tetex-base (<< 1.0.2+20000804-9), tetex-bin (<< 3.0) Multi-Arch: foreign Description: Documentation system for on-line information and printed output Texinfo is a documentation system that uses a single source file to produce both on-line information and printed output. . Using Texinfo, you can create a printed document with the normal features of a book, including chapters, sections, cross references, and indices. From the same Texinfo source file, you can create a menu-driven, on-line Info file with nodes, menus, cross references, and indices. Package: info Section: doc Priority: important Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, install-info Provides: info-browser Suggests: texinfo-doc-nonfree Replaces: texinfo (<< 4.7-2) Multi-Arch: foreign Description: Standalone GNU Info documentation browser The Info file format is an easily-parsable representation for online documents. This program allows you to view Info documents, like the ones stored in /usr/share/info. . Much of the software in Debian comes with its online documentation in the form of Info files, so it is most likely you will want to install it. Package: install-info Section: doc Priority: important Architecture: any Pre-Depends: dpkg (>= 1.16.1) Replaces: texinfo (<< 4.13a.dfsg.1-2) Breaks: texinfo (<< 4.13a.dfsg.1-2) Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: foreign Description: Manage installed documentation in info format The install-info utility creates the index of all installed documentation in info format and makes it available to info readers. debian/source/0000755000000000000000000000000012245116267010474 5ustar debian/source/format0000644000000000000000000000001412245116267011702 0ustar 3.0 (quilt) debian/texinfo.install0000644000000000000000000000073212245116267012242 0ustar usr/bin/makeinfo usr/bin/texindex usr/bin/texi2dvi usr/bin/pdftexi2dvi usr/bin/pod2texi usr/bin/texi2any usr/bin/texi2pdf usr/share/locale/*/LC_MESSAGES/texinfo*.mo usr/share/man/man1/makeinfo.1 usr/share/man/man1/texindex.1 usr/share/man/man1/texi2dvi.1 usr/share/man/man1/texi2pdf.1 usr/share/man/man1/texi2any.1 usr/share/man/man1/pdftexi2dvi.1 usr/share/man/man5/texinfo.5 usr/share/texinfo usr/share/texmf/tex/texinfo/texinfo.tex usr/share/texmf/tex/texinfo/txi-??.tex debian/README.Debian0000644000000000000000000000140712245116267011237 0ustar Creating dvi/pdf files from texi files ====================================== If you want to create dvi of pdf files from texi files you need all the packages which are suggested by texinfo, that is currently texlive-base, texlive-latex-base, texlive-generic-recommended This is especially important for building packages. If you are a developer and at package build time you create dvi/pdf/ps files, please add the above packages to your build dependencies. Documentation ============= This package does not contain the info documentation of info and texinfo, as they are licensed under the GNU Free Document License with Cover Texts, which is considered as non-free in Debian. The documentation can be found in the package texinfo-doc-nonfree in the non-free section. debian/info.postinst0000644000000000000000000000053612245116267011740 0ustar #!/bin/sh -e if [ "$1" = "configure" ] || [ "$1" = "upgrade" ]; then update-alternatives --install /usr/bin/infobrowser infobrowser \ /usr/bin/info 60 \ --slave /usr/share/man/man1/infobrowser.1.gz infobrowser.1.gz \ /usr/share/man/man1/info.1.gz fi #DEBHELPER# debian/info.prerm0000644000000000000000000000016612245116267011201 0ustar #!/bin/sh -e if [ "$1" != "upgrade" ]; then update-alternatives --remove infobrowser /usr/bin/info fi #DEBHELPER# debian/info.menu0000644000000000000000000000015112245116267011012 0ustar ?package(info): needs="text" title="Info" section="Help" \ longtitle="GNU Info browser" command="info" debian/install-info.dirs0000644000000000000000000000003012245116267012447 0ustar usr/sbin usr/share/info debian/texinfo.postinst0000644000000000000000000000466712245116267012472 0ustar #!/bin/sh -e build_format_if_format_exists () { v=`kpsewhich -var-value TEXMFSYSVAR` || return 0 c=`kpsewhich -var-value TEXMFSYSCONFIG` || return 0 TEXMFVAR="$v" TEXMFCONFIG="$c" export TEXMFVAR TEXMFCONFIG if kpsewhich --format='web2c files' fmtutil.cnf > /dev/null 2>&1 ; then fmtcnffile=`kpsewhich --format='web2c files' fmtutil.cnf` else return 0 fi X=`cat $fmtcnffile | grep "^$2[[:space:]]" || true` if [ ! "X$X" = "X" ] ; then if [ "X$1" = "X--byhyphen" ] ; then build_format --byhyphen $3 else build_format $1 $2 fi fi } build_format () { tempfile=`mktemp -p /tmp fmtutil.XXXXXXXX` echo -n "Building format(s) $1 `basename "$2"`. This may take some time. ..." if fmtutil-sys $1 $2 > $tempfile 2>&1 ; then rm -f $tempfile echo " done." else echo echo "fmtutil-sys failed. Output has been stored in" echo "$tempfile" echo "Please include this file if you report a bug." echo exit 1 fi } update_lsr_files () { tempfile=`mktemp -p /tmp mktexlsr.XXXXXXXX` echo -n "Running mktexlsr. This may take some time. ..." if mktexlsr /usr/share/texmf /var/lib/texmf > $tempfile 2>&1 ; then rm -f $tempfile echo " done." else echo echo "mktexlsr failed. Output has been stored in" echo "$tempfile" echo "Please include this file if you report a bug." echo exit 1 fi } # common.functions end case "$1" in configure|abort-upgrade|abort-remove|abort-deconfigure) # # update-fmtutil checks for /etc/texmf/fmt.d/00tex.cnf which # may not be present, also the update-fmtutil is already # present (config files are installed at config time!) # So we have to check for the existence of this file # before we can call update-fmtutil if [ -r /etc/texmf/fmt.d/00tex.cnf ] ; then if which update-fmtutil > /dev/null ; then update-fmtutil ; fi fi if which mktexlsr >/dev/null; then update_lsr_files; fi # tetex might be unpacked but not configured, we have to check # whether /etc/texmf/texmf.cnf already exists. The following check # does two things: 1) check whether libkpathsea is configured, and # 2) whether tex-common is configured. if kpsewhich texmf.cnf > /dev/null 2>&1 ; then build_format_if_format_exists --byfmt texinfo build_format_if_format_exists --byfmt cyrtexinfo fi ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# debian/texinfo.dirs0000644000000000000000000000010512245116267011527 0ustar usr/share/doc/texinfo etc/texmf/fmt.d var/lib/tex-common/fmtutil-cnf