debian/0000755000000000000000000000000011666427376007210 5ustar debian/changelog0000644000000000000000000002402411666427016011053 0ustar latex-mk (2.1-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "Please Build-Depend on ghostscript instead of gs-common" replacing the dependency on gs-common (Closes: #649699) -- Miguel de Val Borro Sat, 03 Dec 2011 13:54:46 +0100 latex-mk (2.1-1) unstable; urgency=low * New upstreamer release * gmk-clean.patch removed, already fixed by upstreamer -- Wences Arana Sun, 19 Jun 2011 12:39:34 -0600 latex-mk (2.0-2) unstable; urgency=low * New maintainer. Closes: #534357 - Thanks to Rafael Laboissiere for his previous work. * debian/copyright - Change to DEP-5 format. * debian/rules - dh --with autotools_dev added to update config.sub and config.guess -- Wences Rene Arana Fuentes Tue, 22 Jun 2010 10:09:12 -0600 latex-mk (2.0-1) unstable; urgency=low * QA upload * New upstream version * Set Maintainer to Debian QA Group * debian/control: - Add a build-dependency on autotools-dev to update config.guess and config.sub - Update Standards-Version to 3.8.4 (No changes needed) - Remove Vcs-Git and Vcs-Browser fields * debian/docs: Remove doc/latex-mk.ps, add NEWS * Switch to 3.0 (quilt) source format: - Add debian/source/format * debian/rules: Move from cdbs to dh7 - Remove build-dependency on cdbs, Add one on debhelper 7.0.50~ - Add debian/clean and debian/dirs * Update patches to follow DEP3 * fig-pdf-extension.patch: Removed, merged upstream * use-gunzip-instead-of-gzcat.patch: Added. The gzcat command does not exist in linux, use gunzip -c instead (Closes: #560227) * Register documentation with doc-base, add debian/latex-mk.doc-base -- Vincent Legout Wed, 21 Apr 2010 10:34:09 +0800 latex-mk (1.9.1-6) unstable; urgency=low * debian/control: + Bump Standards-Version to 3.8.1 (no changes needed) + The package is now maintained with Git at alioth.debian.org. Add Vcs-Git field and change Vcs-Browser accordingly. + Build-depend and suggest graphicsmagick-imagemagick-compat instead of the deprecated imagemagick package * debian/rules: Copy away doc/texinfo.tex before building the package, not after * debian/compat, debian/control: Bump debhelper compatibility to >= 7 -- Rafael Laboissiere Mon, 20 Apr 2009 09:05:09 +0200 latex-mk (1.9.1-5) unstable; urgency=low * debian/control: + Build-Depends and Suggests cups-bsd, instead of the deprecated cupsys-bsd (Lintian error) + Fix Lintian warning debhelper-but-no-misc-depends * Add description headers to all quilt patches (Lintian warning) * debian/copyright: Add licensing terms for the Debian packaging files -- Rafael Laboissiere Sat, 28 Feb 2009 14:55:12 +0100 latex-mk (1.9.1-4) unstable; urgency=low * debian/control: + Append trunk/ to the path in Vcs-Svn:, such that debcheckout works + Drop dependencies on deprecated teTeX packages + Bump Standards-Version to 3.8.0 (no changes needed) -- Rafael Laboissiere Tue, 01 Jul 2008 16:55:42 +0200 latex-mk (1.9.1-3) unstable; urgency=low * Start using quilt to manage patches * Do not install the Lintian override, which is not needed anymore -- Rafael Laboissiere Fri, 14 Mar 2008 22:59:38 +0100 latex-mk (1.9.1-2) unstable; urgency=low * debian/control: + Added Homepage field + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-* + Dropped the Homepage pseudo-header from the extended descriptions + Bumped Standards-Version to 3.7.3 -- Rafael Laboissiere Sat, 15 Dec 2007 12:15:22 +0100 latex-mk (1.9.1-1) unstable; urgency=low * New upstream release * debian/control: + Build-depends on texlive-latex-extra, since + In Recommends, give priority to texlive over tetex packages nomencl.tex is needed for one of the tests * debian/watch: Updated URL for using the SourceForge redirector provided by qa.debian.org * Removed patches in debian/patches (applied upstream): + 20-diff-white-space.patch + 50-do-not-use-csh.patch + 50-no-wait-stdin-in-test.patch + 50-prefix-in-doc.patch * debian/patches/60-gmk-clean.patch: Adjusted for the new upstream version * debian/patches/60-new-nomencl.patch: New patch for making one of the tests work with a recent version of nomencl.sty -- Rafael Laboissiere Thu, 30 Aug 2007 12:22:33 +0200 latex-mk (1.8-9) unstable; urgency=low * debian/control: + Added XS-Vcs-Svn and XS-Vcs-Browser fields + Dropped build-dependencies on tetex-bin and tetex-extra, replacing them by the corresponding TeXLive packages * debian/patches/50-use-fancyhdr.patch: Use fancyhdr.sty, instead of fancyheadings.sty, which cannot be found in TeXLive -- Rafael Laboissiere Fri, 20 Apr 2007 08:03:34 +0200 latex-mk (1.8-8) unstable; urgency=low * Uploaded to unstable, since etch is already frozen -- Rafael Laboissiere Thu, 1 Feb 2007 13:08:14 +0100 latex-mk (1.8-7) experimental; urgency=low * debian/patches/50-fig-pdf-extension.patch: Added patch for generating PDF files with .pdf extension instead of .eps when using the fig2dev command with USE_PDFLATEX activated (closes: #401802). Thanks to Elmar Hoffmann for the patch. * debian/patches/60-gmk-clean.patch: Added patch to remove BSDisms in some makefile fragments, such that them work with GNU make (closes: #401806). Thanks to Elmar Hoffmann for the patch. -- Rafael Laboissiere Wed, 6 Dec 2006 16:42:58 +0100 latex-mk (1.8-6) experimental; urgency=low * debian/patches/50-no-wait-stdin-in-test.patch: Patch for avoiding hanging the tests when LaTeX waits for input from stdin. * debian/rules: Run make check with option -i and check after the build whether some tests fails. In this case, show relevant *.dlog files. Thanks to Goswin von Brederlow for the suggestion. * Uploading to experimental, until 1.8-5 enters testing. -- Rafael Laboissiere Fri, 24 Nov 2006 07:54:39 +0100 latex-mk (1.8-5) unstable; urgency=low * debian/patches/50-prefix-in-doc.patch: Added patch for having the right inlcude path in the examples given in the documentation. * debian/rules: Activate call to autoconf * debian/control: - Build-Depends on autoconf - Build-Depends on tetex-extra, because fancyheadings.sty is needed for make check. * debian/latex-mk.lintian: Added override file for Lintian -- Rafael Laboissiere Mon, 13 Nov 2006 23:09:03 +0100 latex-mk (1.8-4) unstable; urgency=low * debian/watch: Fixed URL and file pattern -- Rafael Laboissiere Sun, 10 Sep 2006 17:18:12 +0200 latex-mk (1.8-3) unstable; urgency=low * debian/patches/50-do-not-use-csh.patch: Use $PWD instead of calling csh for getting the current working directory (closes: #383192) -- Rafael Laboissiere Tue, 15 Aug 2006 17:19:33 +0200 latex-mk (1.8-2) unstable; urgency=low * New upload to fix the debian/changelog text in 1.8-1 -- Rafael Laboissiere Fri, 23 Jun 2006 23:28:12 +0200 latex-mk (1.8-1) unstable; urgency=low * New upstream release * debian/patches/syntax-error.patch: Removed patch, which has been applied upstream * debian/rules: Activate check rule * debian.control: Build-Depends on csh, needed by testsuite/script_tests.sh * debian/patches/10-gmake-subst-run-tests.patch, debian/patches/20-diff-white-space.patch: Patches for making "make check" work -- Rafael Laboissiere Fri, 23 Jun 2006 08:20:23 +0200 latex-mk (1.7-2) unstable; urgency=low * debian/control: Removed cdbs and debhelper from Build-Depends-Indep. This was overseen in the last upload and the package now really complies with section 7.6 of the Debian Policy. -- Rafael Laboissiere Mon, 19 Jun 2006 19:14:48 +0200 latex-mk (1.7-1) unstable; urgency=low * New upstream release (closes: #373804) * debian/control: - Bumped Standards-Version to 3.7.2 (no changes needed) - Moved cdbs and debhelper from Build-Depends-Indep to Build-Depends, complying with section 7.6 of the Debian Policy. * debian/patches/syntax-error.patch: Fix a if/else syntax error in the latex-mk script -- Rafael Laboissiere Thu, 15 Jun 2006 21:43:52 +0200 latex-mk (1.6-1) unstable; urgency=low * New upstream release * debian/patches/ieee-copyout-syntax.patch: Removed patch, which has been integrated upstream -- Rafael Laboissiere Tue, 25 Apr 2006 14:07:23 +0200 latex-mk (1.5-2) unstable; urgency=low * Dropped build-dependency and suggestion on non-free package lgrind (still closes: #350336, once it will be approved by the ftp-admins). -- Rafael Laboissiere Sun, 19 Feb 2006 18:13:38 +0100 latex-mk (1.5-1) unstable; urgency=low * First official release (closes: #350336) -- Rafael Laboissiere Mon, 30 Jan 2006 22:05:43 +0100 latex-mk (1.5-0.3) unstable; urgency=low * debian/rules: Move away the doc/texinfo.tex file, such that texi2dvi uses the texinfo.tex provided by the texinfo package * debian/patches/recent-texinfo.tex.patch: Removed patch -- Rafael Laboissiere Mon, 30 Jan 2006 12:33:25 +0100 latex-mk (1.5-0.2) unstable; urgency=low * debian/rules: Proper installation of example files * debian/control: Build-depends on debhelper * debian/patches/recent-texinfo.tex.patch: Patch for replacing the texinfo.tex file shipped in the tarball by a more recent one distributed with the texinfo package. With the upstream file, texi2dvi generates PDF format instead of DVI format at output. -- Rafael Laboissiere Mon, 30 Jan 2006 01:15:06 +0100 latex-mk (1.5-0.1) unstable; urgency=low * Initial release -- Rafael Laboissiere Sat, 28 Jan 2006 15:48:25 +0100 debian/latex-mk.dirs0000644000000000000000000000004111600252504011561 0ustar /usr/share/doc/latex-mk/examples debian/rules0000755000000000000000000000143511600252504010244 0ustar #!/usr/bin/make -f %: dh --with autotools_dev $@ # Installation directories debdir = $(CURDIR)/debian debpkg = $(debdir)/latex-mk debshr = $(debpkg)/usr/share # Man pages DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl XP = xsltproc -''-nonet %.1: debian/%.dbk $(XP) $(DB2MAN) $< override_dh_auto_configure: latex-mk.1 ieee-copyout.1 rm -f doc/texinfo.tex dh_auto_configure override_dh_auto_install: dh_auto_install rm -f $(debshr)/info/dir rm -f $(debshr)/latex-mk/latex-mk.pdf rm -f $(debshr)/latex-mk/latex-mk.html # option -i is added such that all the tests are run, without stopping at # failures. override_dh_auto_test: make check -i override_dh_installexamples: mv $(debshr)/latex-mk/example $(debshr)/doc/latex-mk/examples dh_installexamplesdebian/info0000644000000000000000000000002211600252504010031 0ustar doc/latex-mk.info debian/latex-mk.doc-base0000644000000000000000000000064011600252504012302 0ustar Document: latex-mk Title: LaTeX-Mk manual Author: Dan McMahill Abstract: This file documents the LaTeX-Mk package. LaTeX-Mk is a collection of Makefile fragments and shell scripts for managing small to large sized LaTeX projects. This edition documents version 2.0. Section: Typesetting Format: HTML Index: /usr/share/doc/latex-mk/latex-mk.html Files: /usr/share/doc/latex-mk/latex-mk.html debian/control0000644000000000000000000000237411666427016010610 0ustar Source: latex-mk Section: tex Priority: optional Maintainer: Wences Arana Build-Depends: debhelper (>= 7.0.50~), autotools-dev (>= 20100122.1) Build-Depends-Indep: texlive-base, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, texinfo, xsltproc, docbook-xsl, graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd, ghostscript, tgif, transfig, csh, autoconf Standards-Version: 3.9.2 Homepage: http://latex-mk.sourceforge.net/ Package: latex-mk Architecture: all Depends: ${misc:Depends} Recommends: make, texlive-latex-recommended, texlive-base Suggests: graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd, ghostscript, tgif, transfig Description: tool for managing LaTeX projects LaTeX-Mk is a collection of Makefile fragments and shell scripts for managing small to large sized LaTeX projects. The typical LaTeX-Mk input file is simply a series of variable definitions in a Makefile for the project. After creating a simple Makefile the user can easily perform all required steps to do such tasks as: preview the document, print the document, or produce a PDF file. LaTeX-Mk will keep track of files that have changed and how to run the various programs that are needed to produce the output. debian/manpages0000644000000000000000000000003211600252504010672 0ustar latex-mk.1 ieee-copyout.1 debian/docs0000644000000000000000000000006411600252504010034 0ustar README TODO doc/latex-mk.html doc/latex-mk.pdf NEWS debian/source/0000755000000000000000000000000011600252504010461 5ustar debian/source/format0000644000000000000000000000001411600252504011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211600252504010357 0ustar 7 debian/clean0000644000000000000000000000000511600252504010161 0ustar *.1 debian/patches/0000755000000000000000000000000011600252504010610 5ustar debian/patches/series0000644000000000000000000000014311600252504012023 0ustar gmake-subst-run-tests.patch use-fancyhdr.patch new-nomencl.patch use-gunzip-instead-of-gzcat.patch debian/patches/use-gunzip-instead-of-gzcat.patch0000644000000000000000000000107211600252504017074 0ustar # Description: Use gunzip -c instead of gzcat # Author: Vincent Legout # Last-Update: 2010-04-20 # Bug-Debian: http://bugs.debian.org/560227 Index: latex-mk-2.0/latex.mk.in.in =================================================================== --- latex-mk-2.0.orig/latex.mk.in.in 2010-04-20 10:42:13.531958711 +0800 +++ latex-mk-2.0/latex.mk.in.in 2010-04-20 10:42:24.253147144 +0800 @@ -158,7 +158,7 @@ GV?= @GV@ GV_FLAGS?= GV_LANDSCAPE_FLAGS?= -landscape -GZCAT?= @GZCAT@ +GZCAT?= gunzip -c GZIP?= @GZIP@ HACHA?= @HACHA@ HACHA_ENV?= debian/patches/use-fancyhdr.patch0000644000000000000000000000762711600252504014235 0ustar # Description: Use fancyhdr.sty instead of fancyheadings.sty # fancyheadings.sty cannot be found in TeXLive # Author: Rafael Laboissiere # Last-Update: 2007-04-20 diff -Nur latex-mk-1.9.1/example/ex2.tex latex-mk-1.9.1.new/example/ex2.tex --- latex-mk-1.9.1/example/ex2.tex 2006-06-07 15:49:16.000000000 +0200 +++ latex-mk-1.9.1.new/example/ex2.tex 2007-04-20 08:24:49.000000000 +0200 @@ -8,7 +8,7 @@ \date{\today} \usepackage{graphicx} -\usepackage{fancyheadings} +\usepackage{fancyhdr} \pagestyle{fancy} \rhead{Notes on Sleep} \usepackage{hyperref} diff -Nur latex-mk-1.9.1/example/ex3.tex latex-mk-1.9.1.new/example/ex3.tex --- latex-mk-1.9.1/example/ex3.tex 2004-05-29 14:28:07.000000000 +0200 +++ latex-mk-1.9.1.new/example/ex3.tex 2007-04-20 08:24:49.000000000 +0200 @@ -7,7 +7,7 @@ \author{Anonymous} \date{\today} -\usepackage{fancyheadings} +\usepackage{fancyhdr} \pagestyle{fancy} \rhead{RE: LaTeX-Mk} \usepackage{hyperref} diff -Nur latex-mk-1.9.1/example/ex4.tex latex-mk-1.9.1.new/example/ex4.tex --- latex-mk-1.9.1/example/ex4.tex 2004-05-29 14:42:12.000000000 +0200 +++ latex-mk-1.9.1.new/example/ex4.tex 2007-04-20 08:24:49.000000000 +0200 @@ -7,7 +7,7 @@ \author{Someone} \date{\today} -\usepackage{fancyheadings} +\usepackage{fancyhdr} \pagestyle{fancy} \rhead{Unreferenced Notes} \usepackage{hyperref} diff -Nur latex-mk-1.9.1/example/ex5.tex latex-mk-1.9.1.new/example/ex5.tex --- latex-mk-1.9.1/example/ex5.tex 2006-06-09 20:08:38.000000000 +0200 +++ latex-mk-1.9.1.new/example/ex5.tex 2007-04-20 08:24:49.000000000 +0200 @@ -9,7 +9,7 @@ \author{Someone} \date{\today} -\usepackage{fancyheadings} +\usepackage{fancyhdr} \pagestyle{fancy} \rhead{Indexed Doc} \usepackage{hyperref} diff -Nur latex-mk-1.9.1/example/example.tex latex-mk-1.9.1.new/example/example.tex --- latex-mk-1.9.1/example/example.tex 2004-05-29 14:28:07.000000000 +0200 +++ latex-mk-1.9.1.new/example/example.tex 2007-04-20 08:24:49.000000000 +0200 @@ -8,7 +8,7 @@ \date{\today} \usepackage{graphicx} -\usepackage{fancyheadings} +\usepackage{fancyhdr} \pagestyle{fancy} \rhead{Notes on Sleep} \usepackage{hyperref} diff -Nur latex-mk-1.9.1/testsuite/texfiles/bibliography2.tex latex-mk-1.9.1.new/testsuite/texfiles/bibliography2.tex --- latex-mk-1.9.1/testsuite/texfiles/bibliography2.tex 2006-06-11 14:00:30.000000000 +0200 +++ latex-mk-1.9.1.new/testsuite/texfiles/bibliography2.tex 2007-04-20 08:24:49.000000000 +0200 @@ -9,7 +9,7 @@ \author{Dan} \date{\today} -\usepackage{fancyheadings} +\usepackage{fancyhdr} \pagestyle{fancy} \rhead{Referenced Notes} \usepackage{hyperref} diff -Nur latex-mk-1.9.1/testsuite/texfiles/bibliography.tex latex-mk-1.9.1.new/testsuite/texfiles/bibliography.tex --- latex-mk-1.9.1/testsuite/texfiles/bibliography.tex 2006-06-11 14:00:30.000000000 +0200 +++ latex-mk-1.9.1.new/testsuite/texfiles/bibliography.tex 2007-04-20 08:24:49.000000000 +0200 @@ -7,7 +7,7 @@ \author{Dan} \date{\today} -\usepackage{fancyheadings} +\usepackage{fancyhdr} \pagestyle{fancy} \rhead{Referenced Notes} \usepackage{hyperref} diff -Nur latex-mk-1.9.1/testsuite/texfiles/index.tex latex-mk-1.9.1.new/testsuite/texfiles/index.tex --- latex-mk-1.9.1/testsuite/texfiles/index.tex 2006-06-10 15:23:10.000000000 +0200 +++ latex-mk-1.9.1.new/testsuite/texfiles/index.tex 2007-04-20 08:24:49.000000000 +0200 @@ -9,7 +9,7 @@ \author{Dan} \date{\today} -\usepackage{fancyheadings} +\usepackage{fancyhdr} \pagestyle{fancy} \rhead{Indexed Doc} \usepackage{hyperref} diff -Nur latex-mk-1.9.1/testsuite/texfiles/nomencl.tex latex-mk-1.9.1.new/testsuite/texfiles/nomencl.tex --- latex-mk-1.9.1/testsuite/texfiles/nomencl.tex 2007-08-30 16:18:14.000000000 +0200 +++ latex-mk-1.9.1.new/testsuite/texfiles/nomencl.tex 2007-02-02 02:26:02.000000000 +0100 @@ -9,7 +9,7 @@ \author{Dan} \date{\today} -\usepackage{fancyheadings} +\usepackage{fancyhdr} \pagestyle{fancy} \rhead{Doc with Nomenclatures} \usepackage{hyperref} debian/patches/new-nomencl.patch0000644000000000000000000000131611600252504014054 0ustar # Description: Make one of the tests work with a recent version of nomencl.sty # Author: Rafael Laboissiere # Last-Update: 2007-08-30 diff -Nur latex-mk-1.9.1/testsuite/texfiles/nomencl.tex latex-mk-1.9.1.new/testsuite/texfiles/nomencl.tex --- latex-mk-1.9.1/testsuite/texfiles/nomencl.tex 2007-08-30 16:29:23.000000000 +0200 +++ latex-mk-1.9.1.new/testsuite/texfiles/nomencl.tex 2007-08-30 16:49:19.000000000 +0200 @@ -14,7 +14,7 @@ \rhead{Doc with Nomenclatures} \usepackage{hyperref} -\makeglossary +\makenomenclature \begin{document} \maketitle @@ -27,7 +27,7 @@ \nomenclature{$m$}{Mass}% \nomenclature{$c$}{Speed of light}% -\printglossary +\printnomenclature \end{document} debian/patches/gmake-subst-run-tests.patch0000644000000000000000000000162011600252504016014 0ustar # Description: Make "make check" work # Author: Rafael Laboissiere # Last-Update: 2006-06-23 Index: latex-mk-2.0/testsuite/run_tests.sh =================================================================== --- latex-mk-2.0.orig/testsuite/run_tests.sh 2007-06-16 05:44:25.000000000 +0800 +++ latex-mk-2.0/testsuite/run_tests.sh 2010-04-19 23:59:36.871942766 +0800 @@ -461,7 +461,8 @@ # # Also, we have to watch out for the gmake entering/leaving directory messages. # those will have the full system path so we have to normalize it here - cd ${rundir} && ${GMAKE} $args | sed -e "s;${GMAKE_NAME};gmake;g" \ + cd ${rundir} && ${GMAKE} $args | sed -e "s;makeindex;@@@;g" \ + -e "s;${GMAKE_NAME};gmake;g" -e "s;@@@;makeindex;g" \ -e "s;directory .*/testsuite/run/;directory \`testsuite/run/;g" \ > ${here}/${GMAKE_REF}/${t}.${sufx} if [ "X$regen" != "Xyes" ]; then debian/latex-mk.dbk0000644000000000000000000001066711600252504011377 0ustar Rafael"> Laboissiere"> January 28, 2006"> 1"> rafael@debian.org"> LATEX-MK"> Debian"> GNU"> GPL"> ]>
&dhemail;
2006 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; automate compilation of LaTeX files. &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; commands. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the &gnu; Info format; see below. &dhpackage; is a wrapper script used by the LaTeX-Mk makefile system for LaTeX documents. Its purpose is to run LaTeX the appropriate number of times to resolve all references and page changes associated with resolving references. OPTIONS A summary of options is included below. For a complete description, see the Info files. Show description of the script. Show version of program. Force call to BibTeX. Delete log file. Enable debug mode. Ignore errors. Use pdflatex instead of latex. Use tex2page instead of latex. AUTHOR This manual page was written by &dhusername; &dhemail; for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the &gnu; General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
debian/copyright0000644000000000000000000001150411600252651011120 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: latex-mk Maintainer: Wences Arana Source: http://latex-mk.sourceforge.net/ Files: * Copyright: 2001-2010, Dan McMahill License: A few of the files related to the build system ('missing' for example) are covered by the GPL. All of the actual .mk code, postscript files, scripts, etc, unless otherwise noted, are covered by the following copyright: Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, Dan McMahill All rights reserved. This code is derived from software written by Dan McMahill Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed Dan McMahill 4. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: aclocal.m4, configure, Makefile.in, example/tgif/Makefile.in, example/Makefile.in, testsuite/latex_mk_ref/Makefile.in, testsuite/bmake_ref/Makefile.in, testsuite/texfiles/Makefile.in, testsuite/gmake_ref/Makefile.in, testsuite/Makefile.in Copyright: 1992-2006, Free Software Foundation, Inc. License: This file is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Files: doc/mdate-sh Copyright: 1995-1997, Free Software Foundation, Inc. License: GPL-2+ Files: doc/texinfo.tex Copyright: 1985-2002, Free Software Foundation, Inc. License: GPL-2+ Files: config.sub Copyright: 1992-2005, Free Software Foundation, Inc. License: GPL-2+ Files: missing Copyright 1996-2000, Free Software Foundation, Inc. License: GPL-2+ 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 2 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 systems, the full text of the GNU General Public License version 2 can be found in the file '/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2010, Wences Arana 2006-2008, Rafael Laboissiere License: GPL-3+ 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. 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 systems, the complete text of the GNU General Public License can be found in the file '/usr/share/common-licenses/GPL-3'.debian/watch0000644000000000000000000000007011600252504010207 0ustar version=3 http://sf.net/latex-mk/latex-mk-(.*)\.tar\.gz debian/ieee-copyout.dbk0000644000000000000000000000610511600252504012254 0ustar Rafael"> Laboissiere"> January 28, 2006"> 1"> rafael@debian.org"> IEEE-COPYOUT"> Debian"> GNU"> GPL"> ]>
&dhemail;
2006 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; creates archive in IEEE publication format. &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; commands. This manual page was written for the Debian distribution because the original program does not have a manual page. &dhpackage; is used for creating an archive of the format that the IEEE wants for paper submissions. This script is part of LaTeX-Mk. OPTIONS Delete *.log files. Show version of program. SEE ALSO latex-mk (1) AUTHOR This manual page was written by &dhusername; &dhemail; for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the &gnu; General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.