debian/0000755000000000000000000000000011570247132007170 5ustar debian/control0000644000000000000000000000171311570246501010574 0ustar Source: libpod-2-docbook-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: liblist-moreutils-perl, libtest-compile-perl, libtest-distribution-perl, libxml-libxml-perl, perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Pod-2-DocBook/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-2-docbook-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-2-docbook-perl/ Package: libpod-2-docbook-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblist-moreutils-perl Description: module for converting Pod data to DocBook SGML Pod::2::DocBook is a module for translating Pod-formatted documents to DocBook 4.2 SGML (see http://www.docbook.org/). It is primarily a back end for pod2docbook, but, as a Pod::Parser subclass, it can be used on its own. debian/copyright0000644000000000000000000000466511506506447011144 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Jozef Kutej Source: http://search.cpan.org/dist/Pod-2-DocBook/ Name: Pod-2-DocBook Files: * Copyright: 2004, Nandu Shah 2008, Jozef Kutej License: Artistic or GPL-1+ Files: doc/docbook.css, examples/pod2docbook-docbook/docbook.css Copyright: 2001, 2003 The FreeBSD Documentation Project License: BSD-2 Files: debian/* Copyright: 2010, 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'. License: BSD-2 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. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``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 OR CONTRIBUTORS 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. debian/libpod-2-docbook-perl.docs0000644000000000000000000000000611506506447014032 0ustar doc/* debian/watch0000644000000000000000000000016711506506447010233 0ustar version=3 http://search.cpan.org/dist/Pod-2-DocBook/ .*/Pod-2-DocBook-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libpod-2-docbook-perl.examples0000644000000000000000000000001311506506447014716 0ustar examples/* debian/compat0000644000000000000000000000000211570246500010364 0ustar 8 debian/changelog0000644000000000000000000000100011570247122011030 0ustar libpod-2-docbook-perl (0.03-2) unstable; urgency=low * Don't run t/valid_xml.t, needs network access (closes: #628359). * Set Standards-Version to 3.9.2 (no changes). * Bump debhelper compatibility level to 8. * Update spelling of DocBook in doc-base abstract. -- gregor herrmann Sat, 28 May 2011 21:34:41 +0200 libpod-2-docbook-perl (0.03-1) unstable; urgency=low * Initial release (closes: #608236). -- gregor herrmann Wed, 29 Dec 2010 02:38:36 +0100 debian/libpod-2-docbook-perl.doc-base0000644000000000000000000000074311570246703014564 0ustar Document: libpod-2-docbook-perl Title: Pod-2-DocBook Manual Author: Jozef Kutej Abstract: Pod::2::DocBook Perl module helps to convert existing pod documentation to DocBook xml format. This manual provides an introduction into its usage Section: Programming/Perl Format: HTML Index: /usr/share/doc/libpod-2-docbook-perl/Pod-2-DocBook.html Files: /usr/share/doc/libpod-2-docbook-perl/Pod-2-DocBook.html Format: PDF Files: /usr/share/doc/libpod-2-docbook-perl/Pod-2-DocBook.pdf.gz debian/source/0000755000000000000000000000000011570247132010470 5ustar debian/source/format0000644000000000000000000000001411506506447011704 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000115311570246652010256 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) TEST_FILES=$(filter-out t/valid_xml.t,$(shell echo t/*.t)) %: dh $@ override_dh_auto_test: dh_auto_test -- test_files="$(TEST_FILES)" override_dh_auto_install: dh_auto_install sed -i -e '1s|#!/usr/bin/env perl|#!/usr/bin/perl|' $(TMP)/usr/bin/pod2docbook override_dh_installexamples: dh_installexamples find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \ xargs -r0 sed -i -e '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' $(RM) $(TMP)/usr/share/doc/$(PACKAGE)/examples/pod2docbook-docbook/.gitignore