debian/0000755000000000000000000000000012261351010007155 5ustar debian/rules0000755000000000000000000000036512261351010010241 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libpod-eventual-perl/examples/* debian/control0000644000000000000000000000230712261351010010562 0ustar Source: libpod-eventual-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-deep-perl, libmixin-linewise-perl (>= 0.102), perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpod-eventual-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpod-eventual-perl.git Homepage: https://metacpan.org/release/Pod-Eventual/ Package: libpod-eventual-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmixin-linewise-perl (>= 0.102) Description: module to read a POD as a series of trivial events Pod::Eventual is a collection of Perl modules designed to read line-based input and produce events describing each POD paragraph or directive it finds. Once complete, events are immediately passed to the handle_event method. This method should be implemented by subclasses of Pod::Eventual; otherwise the default handle_event method will raise an exception. debian/source/0000755000000000000000000000000012261351010010455 5ustar debian/source/format0000644000000000000000000000001412261351010011663 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000240412261351010011027 0ustar libpod-eventual-perl (0.094001-1) unstable; urgency=medium * Team upload. * New upstream release. * Make (build) dependency on libmixin-linewise-perl versioned. * Bump debhelper compatibility level to 8. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Thu, 02 Jan 2014 21:54:18 +0100 libpod-eventual-perl (0.094000-1) unstable; urgency=low * Team upload. [ Jonathan Yu ] * New upstream release [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Don't run release tests during package build. [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * Update years of upstream copyright and license stanzas. * Update build and runtime dependencies. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Wed, 23 Oct 2013 22:47:04 +0200 libpod-eventual-perl (0.093170-1) unstable; urgency=low * Initial Release (Closes: #555128) -- Jonathan Yu Wed, 18 Nov 2009 08:33:01 -0500 debian/compat0000644000000000000000000000000212261351010010353 0ustar 8 debian/libpod-eventual-perl.examples0000644000000000000000000000000512261351010014742 0ustar eg/* debian/copyright0000644000000000000000000000202512261351010011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Pod-Eventual Upstream-Contact: Ricardo SIGNES Source: https://metacpan.org/release/Pod-Eventual/ Files: * Copyright: 2013, Ricardo SIGNES License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 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/watch0000644000000000000000000000016612261351010010211 0ustar version=3 https://metacpan.org/release/Pod-Eventual/ .*/Pod-Eventual-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$