debian/0000755000000000000000000000000012251534005007163 5ustar debian/bison-doc.doc-base0000644000000000000000000000114212251524444012443 0ustar Document: bison Title: Bison: A YACC-Compatible Parser Generator Author: various Abstract: Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. Section: Programming Format: HTML Index: /usr/share/doc/bison-doc/html/index.html Files: /usr/share/doc/bison-doc/html/*.html Format: PDF Files: /usr/share/doc/bison-doc/bison.pdf.gz debian/control0000644000000000000000000000076212251526154010601 0ustar Source: bison-doc Section: non-free/doc Priority: optional Maintainer: Chuan-kai Lin Homepage: http://www.gnu.org/software/bison/ Standards-Version: 3.9.5.0 Build-Depends-Indep: debhelper (>= 9), texinfo, texlive, texlive-generic-recommended Package: bison-doc Architecture: all Depends: ${misc:Depends} Replaces: bison (<< 2.2.dfsg-1) Suggests: doc-base Description: Documentation for the Bison parser generator This package contains the PDF and Info documentation for Bison. debian/source/0000755000000000000000000000000012251524444010471 5ustar debian/source/format0000644000000000000000000000001412251524444011677 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000223212251524733011124 0ustar This is the Debian prepackaged version of the manual for GNU Bison (version 3.0.2, 5 December 2013), the GNU parser generator. This package was put together by Chuan-kai Lin , from sources obtained from: http://ftp.gnu.org/pub/gnu/bison/ This package is not part of Debian GNU/Linux because it uses the GFDL and contains invariant sections (Front-Cover and Back-Cover Texts). Copyright (C) 1988-1993, 1995, 1998-2013 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.3 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 the freedom to copy and modify this GNU manual. Buying copies from the FSF supports it in developing GNU and promoting software freedom." On Debian systems, the full text of the GFDL is also available at /usr/share/common-licenses/GFDL-1.3 debian/rules0000755000000000000000000000016412251524444010252 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 #export DH_OPTIONS=-v %: dh $@ debian/patches/0000755000000000000000000000000012251534504010616 5ustar debian/patches/01_makefile0000644000000000000000000000201112251534504012610 0ustar Description: Documentation Makefile Author: Chuan-kai Lin Last-Update: 2012-09-20 Index: package-bison-doc/Makefile =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ package-bison-doc/Makefile 2013-12-09 22:48:32.958134475 -0800 @@ -0,0 +1,22 @@ +BISON_TEXI = doc/bison.texi +DESTDIR = $(CURDIR)/debian/tmp + +TEXI2PDF = /usr/bin/texi2pdf +INSTALL = /usr/bin/install +CP = /bin/cp +SED = /bin/sed + +all: doc/bison.texi + $(MAKEINFO) --no-split $^ + $(SED) -i -e 's/image src="figs/image src="\/usr\/share\/doc\/bison-doc\/html\/figs/' bison.info + $(MAKEINFO) -o html --html $^ + $(TEXI2PDF) $^ + +install: + $(INSTALL) -d $(DESTDIR)/usr/share/info + $(CP) bison.info $(DESTDIR)/usr/share/info + $(INSTALL) -d $(DESTDIR)/usr/share/doc/bison-doc + $(CP) -r bison.pdf html $(DESTDIR)/usr/share/doc/bison-doc + $(INSTALL) -d $(DESTDIR)/usr/share/doc/bison-doc/html/figs + $(CP) -r doc/figs/*.png $(DESTDIR)/usr/share/doc/bison-doc/html/figs + debian/patches/series0000644000000000000000000000001412251524444012030 0ustar 01_makefile debian/watch0000644000000000000000000000007312251524444010222 0ustar version=3 http://ftp.gnu.org/gnu/bison/bison-(.+)\.tar\.gz debian/compat0000644000000000000000000000000212251524444010367 0ustar 9 debian/changelog0000644000000000000000000000365112251534005011042 0ustar bison-doc (1:3.0.2-1) unstable; urgency=low * New upstream release. * Update Standards-Version to 3.9.5.0 (stop depending on dpkg (>= 1.15.4) | install-info). * Fix broken images in bison.info (closes: #719451). -- Chuan-kai Lin Mon, 09 Dec 2013 22:43:17 -0800 bison-doc (1:2.7.1-1) unstable; urgency=low * New upstream release. * Update Standards-Version to 3.9.4.0 (no change required). -- Chuan-kai Lin Thu, 16 May 2013 10:53:31 -0700 bison-doc (1:2.6.2-1) unstable; urgency=low * New upstream release. * Added simple top-level Makefile. * Replaced debian/rules with generic debhelper version. * Renamed docentry to bison-doc.doc-base. * Update Standards-Version to 3.9.3.0 (no change required). -- Chuan-kai Lin Sat, 22 Sep 2012 00:15:39 -0700 bison-doc (1:2.5-1) unstable; urgency=low * New upstream release (closes: #417636) * Update Standards-Version to 3.9.2.0 * Remove install-info calls (closes: #559922) * Fixed all lintian warnings * Convert package to 3.0 (quilt) format -- Chuan-kai Lin Sun, 02 Oct 2011 22:12:50 -0700 bison-doc (1:2.4.1-1) unstable; urgency=low * New upstream release * Update Standards-Version to 3.8.0.0 * Generate HTML documentation (closes: #456321) * Register docs with doc-base when available -- Chuan-kai Lin Sat, 31 Jan 2009 11:47:51 -0800 bison-doc (1:2.3-2) unstable; urgency=low * Remove duplicated copy of the GFDL (closes: #376664) * Add watch file (same as in the bison package) * Compress PDF documentation (closes: #376663) -- Chuan-kai Lin Thu, 3 Aug 2006 23:39:21 -0700 bison-doc (1:2.3-1) unstable; urgency=low * Split non-DFSG documentation from the bison package (closes: #364868) * Acknowledge previous NMU (closes: #325738, #307947) -- Chuan-kai Lin Wed, 7 Jun 2006 10:08:46 -0700