debian/0000775000000000000000000000000012074136022007165 5ustar debian/copyright0000664000000000000000000000212312074132677011132 0ustar This is the Debian package for Latexmk. It was created by Florian Ragwitz on Mon, 12 Jun 2006 00:53:53 +0200 It was downloaded from http://www.phys.psu.edu/~collins/software/latexmk-jcc/. The upstream authors are: David J. Musliner and The University of Michigan Evan McLean John Collins Copyright 1992 by David J. Musliner and The University of Michigan. (original version) Copyright Evan McLean (modifications up to version 2) Copyright John Collins 1998-2004 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. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/dirs0000664000000000000000000000004212074132631010047 0ustar etc/ usr/bin/ usr/share/man/man1/ debian/control0000664000000000000000000000164712074132677010614 0ustar Source: latexmk Section: tex Priority: optional Build-Depends: debhelper (>= 9) Maintainer: Ubuntu Developers XSBC-Original-Maintainer: OHURA Makoto Standards-Version: 3.9.3 Homepage: http://www.phys.psu.edu/~collins/software/latexmk-jcc Package: latexmk Architecture: all Depends: perl, texlive-latex-base, ${misc:Depends} Suggests: ghostscript Recommends: xpdf-reader | pdf-viewer, gv | postscript-viewer Description: Perl script for running LaTeX the correct number of times Latexmk runs LaTeX the correct number of times to resolve cross references, etc; it also runs auxiliary programs (bibtex, makeindex if necessary, and dvips and/or a previewer as requested). It has a number of other useful capabilities, for example to start a previewer and then run LaTeX whenever the source files are updated, so that the previewer gives an up-to-date view of the document. debian/config0000664000000000000000000000007312074132631010357 0ustar $pdf_previewer = 'start xpdf'; $pdf_update_method = 1; debian/compat0000664000000000000000000000000212074132677010377 0ustar 9 debian/watch0000664000000000000000000000052312074132677010232 0ustar version=3 # In the pattern below the first digit is isolated so to have a dotted # version number in the debian packages, the upstream uses this dotted # form in the changelog but removes the dot in the file names. http://www.phys.psu.edu/~collins/software/latexmk-jcc/versions.html \ latexmk-([\d])([\d]+[a-z]*).zip \ debian uupdate debian/source/0000775000000000000000000000000012074136022010465 5ustar debian/source/format0000664000000000000000000000001412074132677011707 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000012074136022010614 5ustar debian/patches/rc-system-files.patch0000664000000000000000000000123612074132677014701 0ustar From: Florian Ragwitz Subject: add /etc/LatexMk to @rc_system_files Index: latexmk/latexmk.pl =================================================================== --- latexmk.orig/latexmk.pl 2012-12-27 17:50:00.211349000 +0100 +++ latexmk/latexmk.pl 2012-12-27 17:55:02.858109192 +0100 @@ -895,7 +895,8 @@ ## /usr/local/lib/latexmk/LatexMk is put in the list for ## compatibility with older versions of latexmk. @rc_system_files = - ( '/opt/local/share/latexmk/LatexMk', + ( '/etc/LatexMk', + '/opt/local/share/latexmk/LatexMk', '/usr/local/share/latexmk/LatexMk', '/usr/local/lib/latexmk/LatexMk' ); debian/patches/series0000664000000000000000000000002612074132677012043 0ustar rc-system-files.patch debian/changelog0000664000000000000000000000351712074135773011061 0ustar latexmk (1:4.35-0ubuntu1) raring; urgency=low * New upstream release. (LP: #1094164) * debian/patches: - Refreshed * debian/control: - Replaced gs-common by ghostscript as Suggested package Closes: #649700 * debian/patches/rc-system-files.patch: - This file has a wrong name according to debian/patches/series * Added debian/watch file by Antonio Ospite from Debian BTS #693126. * Incorporate proposed non-maintainer upload on Debian mentors by Jari Aalto (BTS #668926): - Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". - Update to Standards-Version to 3.9.3 and debhelper to 9. - Add required build-arch and build-indep targets to rules file. - Fix old-fsf-address-in-copyright-file (Lintian). - Fix copyright-refers-to-symlink-license (Lintian). - Fix capitalization-error-in-description LaTeX (Lintian). - Fix no-homepage-field (Lintian). -- Matthieu Baerts (matttbe) Fri, 28 Dec 2012 00:24:43 +0100 latexmk (1:4.24-1) unstable; urgency=low * New upstream release (Closes: #564199). * debian/control: Update Standards-Version. -- OHURA Makoto Sat, 11 Jun 2011 22:09:09 +0900 latexmk (1:4.13a-1) unstable; urgency=low * New upstream release * New maintainer. (Closes: #523193) * debian/control: - Update Standards-Version. - Drop dependency on an obsolete package: tetex-bin. - Add dependency on ${misc:Depends} for debhelper. -- OHURA Makoto Sun, 14 Mar 2010 17:10:22 +0900 latexmk (307a-2) unstable; urgency=low * Support texlive (Closes: #377051). -- Florian Ragwitz Tue, 31 Oct 2006 12:40:34 +0100 latexmk (307a-1) unstable; urgency=low * Initial release. (Closes: #344562) -- Florian Ragwitz Mon, 12 Jun 2006 00:43:25 +0200 debian/rules0000775000000000000000000000130612074132677010261 0ustar #!/usr/bin/make -f clean: dh_testdir dh_testroot rm -f install-stamp dh_clean build-arch: build build-indep: build build: install: install-stamp install-stamp: dh_testdir dh_testroot dh_prep dh_installdirs install -m755 $(CURDIR)/latexmk.pl $(CURDIR)/debian/latexmk/usr/bin/latexmk install -m644 $(CURDIR)/debian/config $(CURDIR)/debian/latexmk/etc/LatexMk dh_installman latexmk.1 touch install-stamp binary-arch: binary-indep: build install dh_testdir dh_testroot dh_installdocs dh_installchangelogs CHANGES dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-arch binary-indep .PHONY: clean build install binary-indep binary-arch binary