--- texi2html-1.66.orig/doc/Makefile.in +++ texi2html-1.66/doc/Makefile.in @@ -171,7 +171,7 @@ uninstall-info-am: $(PRE_UNINSTALL) @if (install-info --version && \ - install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \ + install-info --version 2>&1 | sed 1q | fgrep -i -v debian) >/dev/null 2>&1; then \ list='$(INFO_DEPS)'; \ for file in $$list; do \ echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove $(DESTDIR)$(infodir)/$$file"; \ @@ -321,7 +321,7 @@ done @$(POST_INSTALL) @if (install-info --version && \ - install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \ + install-info --version 2>&1 | sed 1q | fgrep -i -v debian) >/dev/null 2>&1; then \ list='$(INFO_DEPS)'; \ for file in $$list; do \ echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ --- texi2html-1.66.orig/debian/changelog +++ texi2html-1.66/debian/changelog @@ -0,0 +1,95 @@ +texi2html (1.66-1.2) unstable; urgency=low + + * NMU + * _Really_ suggest latex2html. + + -- Andreas Metzler Fri, 19 Mar 2004 15:20:43 +0100 + +texi2html (1.66-1.1) unstable; urgency=low + + * NMU (Permitted by maintainer.) + * If recompiled on sid with /usr/sbin in $PATH the package would + contain /usr/share/info/dir.gz (Closes: #219991) + * Suggest latex2html because texi2html can make use of it. + (Closes: #220609) + * Needs at least debhelper 4 to build. Fix Build-Depends. + + -- Andreas Metzler Fri, 19 Mar 2004 14:50:38 +0100 + +texi2html (1.66-1) unstable; urgency=low + + * New upstream version. + * New maintainer. (Closes: #201381) + * debian/copyright: Changed upstream location. The original upstream + maintainer, Oliver Bachmann, has gone missing. Derek Price has + taken over the package upstream. + * debian/rules: Use cdbs. (Closes: #95543) + * debian/control: Added build dependency on cdbs. + + -- Ivo Timmermans Sat, 19 Jul 2003 14:29:22 +0200 + +texi2html (1.64-cvs20010402-2) unstable; urgency=low + + * Fix -glossary bug (closes: #93348). + * Documentation tidyups, based on Michael Ernst's patch against 1.64. + + -- Peter Moulder Thu, 19 Apr 2001 23:54:09 +1000 + +texi2html (1.64-cvs20010402-0.1) unstable; urgency=low + + * New upstream version (closes: #68555). + * Build-Depends: texinfo (closes: #87669). + * Bump Standards-Version to 3.5.2 (no changes). + * Only warn rather than aborting if upstream version number greater + than debian version number. (Upstream configure.in already says + 1.65, but AFAICT 1.65 isn't released yet.) + + -- Peter Moulder Tue, 3 Apr 2001 00:56:45 +1000 + +texi2html (1.64-0.1) unstable; urgency=low + + * New upstream version (closes #65897, #66662). + * Add version info to `Replaces: tetex-bin'. + + -- Peter Moulder Thu, 6 Jul 2000 22:44:51 +1000 + +texi2html (1.62.1-1) unstable; urgency=low + + * Initial release to Debian. + * Sponsored upload for Peter Moulder . + + changed version number to -1 :) + + removed p* scripts, dh_* will generate them properly from scratch, + if needed + + moved binary-arch contents under binary-indep because it's an + Arch: all package. + + updated for policy 3.1.1 (Build-Depends: debhelper). + + -- Josip Rodin Wed, 26 Apr 2000 15:59:12 +0200 + +texi2html (1.62.1-0.1) unstable; urgency=low + + * New upstream version. + + -- Peter Moulder Thu, 13 Apr 2000 13:15:48 +1000 + +texi2html (1.61.1-0.1) unstable; urgency=low + + * New upstream version. (Documentation changes.) + + -- Peter Moulder Sat, 8 Apr 2000 14:07:44 +1000 + +texi2html (1.61-0.1) unstable; urgency=low + + * New upstream version. Includes extra documentation. + + -- Peter Moulder Sat, 1 Apr 2000 19:12:40 +1000 + +texi2html (1.59.2-0.1) unstable; urgency=low + + * Initial packaging of the 1.60 series of texi2html. + + -- Peter Moulder Mon, 27 Dec 1999 12:57:58 +1100 + +Local variables: +mode: debian-changelog +End: --- texi2html-1.66.orig/debian/control +++ texi2html-1.66/debian/control @@ -0,0 +1,21 @@ +Source: texi2html +Section: text +Priority: optional +Maintainer: Ivo Timmermans +Build-Depends-Indep: debhelper(>=4.0), texinfo, cdbs +Standards-Version: 3.6.0 + +Package: texi2html +Architecture: all +Depends: ${perl:Depends} +Replaces: tetex-bin (<< 1.0.7) +Suggests: latex2html +Description: Convert Texinfo files to HTML + texi2html is a Perl script that converts Texinfo files to HTML. + . + The program takes Texinfo files (not info ones) and produces a set of + HTML files. The quality of the output is close to the printed output + and is much better than an info->HTML gateway. + . + Compared to the output of `makeinfo --html', texi2html's output is + more customizable and (subjectively) produces better output by default. --- texi2html-1.66.orig/debian/copyright +++ texi2html-1.66/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by Peter Moulder on +Mon, 27 Dec 1999 12:57:58 +1100. + +It was downloaded from + +Upstream Authors: + + Texi2html was originally written by is Lionel Cons, CERN IT/DIS/OSE, + . Over time, many other people around the net + contributed to this program. After that it was maintained for a while + by Olaf Bachmann, . + Texi2html is now maintained by Derek Price . + + +Copyright: + + Copyright (c) 1999, 2000 Free Software Foundation, Inc. + There is NO warranty. You may redistribute this software + under the terms of the GNU General Public License, which + on Debian systems can be found in /usr/share/common-licenses/GPL. --- texi2html-1.66.orig/debian/rules +++ texi2html-1.66/debian/rules @@ -0,0 +1,7 @@ +#! /usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +binary-post-install/texi2html:: + mv -v debian/$(cdbs_curpkg)/usr/html debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/ --- texi2html-1.66.orig/debian/texi2html.docs +++ texi2html-1.66/debian/texi2html.docs @@ -0,0 +1,3 @@ +INTRODUCTION +NEWS +README