--- latex-beamer-3.24.orig/debian/copyright +++ latex-beamer-3.24/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by OHURA Makoto on +Tue, 27 Jan 2004 23:14:24 +0900. + +It was downloaded from http://latex-beamer.sourceforge.net/ + +Upstream Author: Till Tantau + +Copyright: 2003, 2004 Till Tantau + + This program can be redistributed and/or modified under the terms + of the GNU Public License, version 2. + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. --- latex-beamer-3.24.orig/debian/examples +++ latex-beamer-3.24/debian/examples @@ -0,0 +1 @@ +examples/* --- latex-beamer-3.24.orig/debian/rules +++ latex-beamer-3.24/debian/rules @@ -0,0 +1,101 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +PACKAGE = latex-beamer + +CFLAGS = -Wall -g + +DOCDIR = $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE) +TEXMF = $(CURDIR)/debian/$(PACKAGE)/usr/share/texmf + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. +# $(MAKE) + #/usr/bin/docbook-to-man debian/latex-beamer.sgml > latex-beamer.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. +# -$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/latex-beamer. +# $(MAKE) install DESTDIR=$(CURDIR)/debian/latex-beamer + cp -r base/ $(TEXMF)/tex/latex/beamer/ + cp -r doc/* $(TEXMF)/doc/latex/beamer/ + cp -r solutions/ emacs/ $(DOCDIR)/ + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installtex +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress -X.pdf + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- latex-beamer-3.24.orig/debian/README.Debian +++ latex-beamer-3.24/debian/README.Debian @@ -0,0 +1,10 @@ +latex-beamer for Debian +----------------------- + +- Starting with LyX 1.4.4 the LyX projects provides the needed layout +files so they're no longer part of this package. + +- If you want to use latex-beamer with AUC TeX, use +/usr/share/doc/latex-beamer/emacs/beamer.el + + -- OHURA Makoto , Sat, 28 Apr 2007 00:36:59 +0900 --- latex-beamer-3.24.orig/debian/control +++ latex-beamer-3.24/debian/control @@ -0,0 +1,28 @@ +Source: latex-beamer +Section: tex +Build-Depends: debhelper (>= 9.0.0), tex-common (>= 4.01) +Priority: optional +Maintainer: OHURA Makoto +Standards-Version: 3.9.3 + +Package: latex-beamer +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, pgf (>=1.00-1), latex-xcolor (>=2.00-1), texlive-latex-base +Description: LaTeX class to produce presentations + The beamer class is a LaTeX class that allows you to create a beamer + presentation. It can also be used to create slides. It behaves + similarly to other packages like Prosper, but has the advantage that + it works together directly with pdflatex, but also with dvips. + . + Once you have installed the beamer class, the basic steps to create a + beamer presentation are the following: + - Specify beamer as document class instead of article. + - Structure your LaTeX text using \section and \subsection commands. + - Place the text of the individual slides inside \frame commands. + - Run pdflatex on the text (or latex and dvips). + . + The beamer class has several useful features: You don't need any + external programs to use it other than pdflatex, but it works also + with dvips. You can easily and intuitively create sophisticated + overlays. Finally, you can easily change the whole slide theme or only + parts of it. --- latex-beamer-3.24.orig/debian/compat +++ latex-beamer-3.24/debian/compat @@ -0,0 +1 @@ +9 --- latex-beamer-3.24.orig/debian/latex-beamer.doc-base +++ latex-beamer-3.24/debian/latex-beamer.doc-base @@ -0,0 +1,9 @@ +Document: latex-beamer +Title: User's Guide to the Beamer Class +Author: Till Tantau , Joseph Wright , Vedran Mileti\'c +Abstract: This manual describes the LaTeX Beamer class, + a LaTeX class for producing presentations and slides. +Section: Typesetting + +Format: pdf +Files: /usr/share/texmf/doc/latex/beamer/beameruserguide.pdf --- latex-beamer-3.24.orig/debian/changelog +++ latex-beamer-3.24/debian/changelog @@ -0,0 +1,154 @@ +latex-beamer (3.24-1) unstable; urgency=low + + * New upstream release (Closes: #669199). + * Don't compress PDF documentations and install them to + /usr/share/texmf/doc (Closes: #357032). + * debian/latex-beamer.doc-base: + - Register PDF documentation to doc-base section Typesetting + (Closes: #403095). + - Update Author and Abstract fields. + * debian/control: Build-Depends on tex-common (>= 4.01). + * Install beamer.el to /usr/share/doc/latex-beamer/emacs/ + (Closes: #481835). + * debian/docs: Install AUTHORS and FILES. + + -- OHURA Makoto Sat, 11 May 2013 23:10:12 +0900 + +latex-beamer (3.10-2) unstable; urgency=medium + + * Update Standards-Version. + * Drop debian/{postinst,postrm}, call dh_installtex in debian/rules, + and build depend on tex-common. This causes the package to + no longer create files in /usr/local (Closes: #677391). + * Update compatibility level of debhelper, 4 to 9. + * debian/rules: Add build-arch and build-indep targets. + * Drop debian/{preinst,prerm}, which are empty. + + -- OHURA Makoto Thu, 28 Jun 2012 18:11:26 +0900 + +latex-beamer (3.10-1) unstable; urgency=low + + * New upstream release (Closes: #606499). + * debian/rules: Update for new source archive directories. + + -- OHURA Makoto Sun, 27 Feb 2011 18:35:55 +0900 + +latex-beamer (3.07-2) unstable; urgency=low + + * debian/control: + - Remove tetex-extra from Depends: field. (Closes: #452562, #494275) + - Update Standards-Version. + * debian/rules: Comment out make clean command at clean: target. + + -- OHURA Makoto Fri, 06 Mar 2009 21:32:55 +0900 + +latex-beamer (3.07-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Favor texlive-latex-base over tetex-extra. + + -- Jonas Smedegaard Fri, 08 Aug 2008 09:24:00 +0200 + +latex-beamer (3.07-1) unstable; urgency=low + + * New upstream release + - Fixed the bug: failure of \onslide in cases environment. + (Closes: #347234). + * Upstream author removes files related with lyx from latex-beamer. + (Closes: #396701). + - debian/rules: Removed lyx stuff. + - debian/postinst, debian/postrm: Ditto. + - debian/dirs: Removed directories related with lyx. + - debian/README.Debian: Updated. + * debian/docs: Removed emacs/ directory. + * debian/control: + - Updated Standards-Version. + - Moved debhelper from Build-Depends-Indep to Build-Depends. + - Added alternative dependency on texlive. This is already fixed at + previous revision. (Closes: #391343). + + -- OHURA Makoto Thu, 3 May 2007 22:15:13 +0900 + +latex-beamer (3.06.dfsg.1-0.1) unstable; urgency=low + + * NMU in order to fix a RC bug before the freeze + * New, repackaged orig.tar.gz: Removed non-free logos and the + beamerexample files that depend on them. The example files will be + made available in tetex-doc-nonfree (closes: #364127) + + -- Frank Küster Mon, 9 Oct 2006 16:26:12 +0200 + +latex-beamer (3.06-1) unstable; urgency=low + + * New upstream release (Closes: #323170, #335911) + * debian/control: Update version number for pgf. + * debian/control: Update Standards-Version. + + -- OHURA Makoto Sat, 5 Nov 2005 19:51:00 +0900 + +latex-beamer (3.01-1) unstable; urgency=low + + * New upstream release + + -- OHURA Makoto Sat, 6 Nov 2004 01:06:13 +0900 + +latex-beamer (3.00-1) unstable; urgency=low + + * New upstream release (Closes: #274235). + - Fix misspelled words in user guide (Closes: #270115). + * debian/rules: Install TeX style files to the separated directory under + texmf. + * debian/rules: Install solutions to document directory. + * debian/control: Update version number for pgf. + + -- OHURA Makoto Sun, 10 Oct 2004 00:16:24 +0900 + +latex-beamer (2.21-1) unstable; urgency=low + + * New upstream release + * debian/control: Update version numbers for pgf and latex-xcolor. + * debian/control: Update Standards-Version. + * Add support for lyx. (Closes: #245169). + + -- OHURA Makoto Fri, 9 Jul 2004 23:39:29 +0900 + +latex-beamer (2.20-1) unstable; urgency=low + + * New upstream release + * debian/control: Update dependency version number for pgf. + (Closes: #243548) + * debian/rules: Newly install multimedia/*.sty. + + -- OHURA Makoto Wed, 21 Apr 2004 00:29:41 +0900 + +latex-beamer (2.11-1) unstable; urgency=low + + * New upstream release + - Upstream supports CJK-latex again. (Closes: #239204) + * debian/control: Update version number for latex-xcolor. + * debian/rules: Don't install *.sty for emulations to /usr/share/doc. + + -- OHURA Makoto Sun, 11 Apr 2004 00:10:26 +0900 + +latex-beamer (2.10-1) unstable; urgency=low + + * New upstream release + - Upstream tar.gz contains beamerexample2.tex (Closes: #236849). + * debian/rules: Install new files for emulation and emacs. + * debian/README.Debian: Add the description for emacs/beamer.el + + -- OHURA Makoto Thu, 11 Mar 2004 21:39:48 +0900 + +latex-beamer (2.01-1) unstable; urgency=low + + * New upstream release + * debian/control: Update version number for pgf. + + -- OHURA Makoto Thu, 4 Mar 2004 22:11:08 +0900 + +latex-beamer (1.21-1) unstable; urgency=low + + * Initial Release. (closes: #230031) + + -- OHURA Makoto Wed, 4 Feb 2004 00:32:58 +0900 + --- latex-beamer-3.24.orig/debian/docs +++ latex-beamer-3.24/debian/docs @@ -0,0 +1,4 @@ +AUTHORS +FILES +README +TODO --- latex-beamer-3.24.orig/debian/dirs +++ latex-beamer-3.24/debian/dirs @@ -0,0 +1,3 @@ +usr/share/doc/latex-beamer +usr/share/texmf/tex/latex/beamer +usr/share/texmf/doc/latex/beamer