debian/0000755000000000000000000000000012146471302007166 5ustar debian/rules0000755000000000000000000000003612146471302010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000154612146471302010577 0ustar Source: libpod-latex-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8), perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpod-latex-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpod-latex-perl.git Homepage: https://metacpan.org/release/Pod-LaTeX/ Package: libpod-latex-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to convert Pod data to formatted LaTeX Pod::LaTeX is a module to convert documentation in the Pod format into LaTeX. The pod2latex command uses this module for translation. . Pod::LaTeX is a derived class from Pod::Select. debian/source/0000755000000000000000000000000012146471302010466 5ustar debian/source/format0000644000000000000000000000001412146471302011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024312146471302011037 0ustar libpod-latex-perl (0.61-1) unstable; urgency=low * Initial Release. (Closes: #707984) -- gregor herrmann Mon, 20 May 2013 21:00:10 +0200 debian/compat0000644000000000000000000000000212146471302010364 0ustar 8 debian/copyright0000644000000000000000000000213712146471302011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Pod-LaTeX Source: https://metacpan.org/release/Pod-LaTeX/ Upstream-Contact: Tim Jenness Files: * Copyright: 1999-2004, The UK Particle Physics and Astronomy Research Council 1999-2012, Tim Jenness License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016012146471302010214 0ustar version=3 https://metacpan.org/release/Pod-LaTeX/ .*/Pod-LaTeX-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/postrm0000644000000000000000000000071512146471302010440 0ustar #!/bin/sh set -e if [ "$1" = remove ] then dpkg-divert --remove --package libpod-latex-perl --rename \ --divert /usr/bin/pod2latex.bundled /usr/bin/pod2latex dpkg-divert --remove --package libpod-latex-perl --rename \ --divert /usr/share/man/man1/pod2latex.bundled.1.gz /usr/share/man/man1/pod2latex.1.gz fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/preinst0000644000000000000000000000120612146471302010574 0ustar #!/bin/sh set -e if [ "$1" = install ] || [ "$1" = upgrade ] then dpkg-divert --add --package libpod-latex-perl --rename \ --divert /usr/bin/pod2latex.bundled /usr/bin/pod2latex # this diversion is needed even if we don't actually ship pod2latex.1.gz, # because otherwise it takes precedence over pod2latex.1p.gz (which we do # ship) dpkg-divert --add --package libpod-latex-perl --rename \ --divert /usr/share/man/man1/pod2latex.bundled.1.gz /usr/share/man/man1/pod2latex.1.gz fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0