debian/0000755000000000000000000000000012222547661007175 5ustar debian/copyright0000644000000000000000000000220512222547661011127 0ustar This package has been created by Norbert Preining . It contains non-free, but distributable documentation files for texinfo and info. The Debian packaging (if copyrightable at all) is Copyright Norbert Preining 2006 The original source can be found at: http://ftp.gnu.org/gnu/texinfo/ Upstream maintainer: Karl Berry . Copyright (C) 1988, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover texts being ``A GNU Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled ``GNU Free Documentation License.'' (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development.'' debian/changelog0000644000000000000000000000524712222547661011057 0ustar texinfo-doc-nonfree (5.2.0-1) unstable; urgency=low * Imported Upstream version 5.2.0 * update rules file for changes extension of texinfo document -- Norbert Preining Tue, 01 Oct 2013 22:35:29 +0900 texinfo-doc-nonfree (5.1-3) unstable; urgency=low * add dummy prerm script to avoid upgrade failures (Closes: #718824) (thanks to Andreas Beckmann) * bump standards version, no changes necessary * add vcs information to debian/control -- Norbert Preining Tue, 06 Aug 2013 10:08:45 +0900 texinfo-doc-nonfree (5.1-2) unstable; urgency=low * upload to unstable -- Norbert Preining Tue, 07 May 2013 14:58:19 +0900 texinfo-doc-nonfree (5.1-1) experimental; urgency=low * Imported Upstream version 5.1 -- Norbert Preining Wed, 13 Mar 2013 08:52:43 +0900 texinfo-doc-nonfree (5.0-1) experimental; urgency=low * Imported Upstream version 5.0 -- Norbert Preining Sun, 17 Feb 2013 23:20:49 +0900 texinfo-doc-nonfree (4.13.95-1) experimental; urgency=low * Imported Upstream version 4.13.95 -- Norbert Preining Tue, 29 Jan 2013 09:02:32 +0900 texinfo-doc-nonfree (4.13.94-1) experimental; urgency=low * Imported Upstream version 4.13.94 -- Norbert Preining Sun, 20 Jan 2013 21:36:31 +0900 texinfo-doc-nonfree (4.13.93-1) experimental; urgency=low * Imported Upstream version 4.13.93 -- Norbert Preining Sat, 05 Jan 2013 12:27:39 +0900 texinfo-doc-nonfree (4.13.92-1) experimental; urgency=low * Imported Upstream version 4.13.92 -- Norbert Preining Wed, 19 Dec 2012 10:27:08 +0900 texinfo-doc-nonfree (4.13.91-1) experimental; urgency=low * new upstream pre-release * bump standards version to 3.9.3 * convert to 3.0 (quilt) -- Norbert Preining Tue, 27 Nov 2012 13:33:55 +0900 texinfo-doc-nonfree (4.13a-1) unstable; urgency=low * new upstream releases * bump standards version to 3.8.0 -- Norbert Preining Mon, 09 Mar 2009 16:15:15 +0100 texinfo-doc-nonfree (4.11-1) unstable; urgency=low * change maintainer email to debian-tex-maint@lists.debian.org, add myself to the Uploader field * new upstream release * update standards, no changes necessary * use debian/compat instead of DH_COMPAT in debian/rules -- Norbert Preining Tue, 30 Oct 2007 09:20:08 +0100 texinfo-doc-nonfree (4.8-1) unstable; urgency=low * First version of the split out documentation package of texinfo and info. -- Norbert Preining Tue, 11 Apr 2006 14:43:36 +0200 debian/rules0000755000000000000000000000230412222547661010254 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export DH_OPTIONS pkg := $(CURDIR)/debian/texinfo-doc-nonfree build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir makeinfo texinfo.texi makeinfo info.texi makeinfo info-stnd.texi makeinfo --html texinfo.texi touch $@ clean: dh_testdir rm -f texinfo.info texinfo.info-1 texinfo.info-2 texinfo.info-3 rm -f info.info rm -f info-stnd.info rm -rf texinfo dh_clean build-stamp install-stamp install: install-stamp install-stamp: DH_OPTIONS= install-stamp: build-stamp dh_testdir dh_testroot dh_prep # install info documentation dh_installinfo texinfo.info texinfo.info-1 texinfo.info-2 \ texinfo.info-3 info.info info-stnd.info # install the html documentation mkdir -p $(pkg)/usr/share/doc/texinfo/ cp -a texinfo $(pkg)/usr/share/doc/texinfo/html touch install-stamp binary-indep: install dh_testdir dh_testroot dh_installdocs dh_installchangelogs dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: # There aren't any architecture dependent packages here. binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/compat0000644000000000000000000000000212222547661010373 0ustar 5 debian/control0000644000000000000000000000147712222547661010611 0ustar Source: texinfo-doc-nonfree Section: non-free/doc Priority: optional Maintainer: Debian TeX maintainers Uploaders: Norbert Preining Build-Depends: debhelper (>= 5) Build-Depends-Indep: texinfo (>= 4.11) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/debian-tex/texinfo-doc-nonfree.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-tex/texinfo-doc-nonfree.git Package: texinfo-doc-nonfree Architecture: all Recommends: info Depends: ${misc:Depends} Conflicts: texinfo (<= 4.8-8), info (<= 4.8-8) Replaces: texinfo (<= 4.8-8), info (<= 4.8-8) Description: texinfo and info documentation that is non-free This package provides documentation in info and html format for the texinfo and info packages. See the respective packages for more explanation. debian/prerm0000644000000000000000000000026412222547661010247 0ustar #!/bin/sh set -e # dummy empty prerm script to avoid upgrade failures in the old # maintainer script, see #718824 # this file can be removed after jessie was released #DEBHELPER# debian/source/0000755000000000000000000000000012222547661010475 5ustar debian/source/format0000644000000000000000000000001412222547661011703 0ustar 3.0 (quilt) debian/README.Debian0000644000000000000000000000043012222547661011233 0ustar README for texinfo-doc-nonfree ============================== This package contains the non-free documentation for the texinfo and info packages. This documentation is licensed under GFDL with Cover Texts, which is considered non-free under the Debian Free Software Guidelines.