debian/0000755000000000000000000000000012264561307007174 5ustar debian/rules0000755000000000000000000000052512264561307010256 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm -rf $(TMP)/usr/share/perl5/Poet/t override_dh_installexamples: dh_installexamples sed -i '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/blog/bin/* debian/control0000644000000000000000000000570012264561307010601 0ustar Source: libpoet-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libcapture-tiny-perl, libchi-perl, libdata-rmap-perl, libfile-copy-recursive-perl, libfile-sharedir-install-perl, libfile-sharedir-perl, libfile-slurp-perl, libguard-perl, libjson-xs-perl, liblog-any-adapter-perl, libmason-perl, libmason-plugin-cache-perl, libmason-plugin-htmlfilters-perl, libmason-plugin-routersimple-perl, libmasonx-processdir-perl, libmethod-signatures-simple-perl, libmoose-perl (>= 1.15), libmoosex-app-cmd-perl, libmoosex-getopt-perl, libmoosex-hasdefaults-perl, libmoosex-strictconstructor-perl, libplack-middleware-session-perl, libplack-perl, libtest-class-most-perl, libtest-www-mechanize-psgi-perl, libtry-tiny-perl, liburi-perl, libyaml-libyaml-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoet-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoet-perl.git Homepage: https://metacpan.org/release/Poet/ Package: libpoet-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcapture-tiny-perl, libchi-perl, libdata-rmap-perl, libfile-sharedir-install-perl, libfile-sharedir-perl, libfile-slurp-perl, libguard-perl, libjson-xs-perl, liblog-any-adapter-perl, libmason-perl, libmason-plugin-cache-perl, libmason-plugin-htmlfilters-perl, libmason-plugin-routersimple-perl, libmasonx-processdir-perl, libmethod-signatures-simple-perl, libmoose-perl (>= 1.15), libmoosex-app-cmd-perl, libmoosex-getopt-perl, libmoosex-hasdefaults-perl, libmoosex-strictconstructor-perl, libplack-middleware-session-perl, libplack-perl, libtry-tiny-perl, liburi-perl, libyaml-libyaml-perl Suggests: libplack-middleware-debug-perl Description: modern Perl web framework for Mason developers Poet is a modern Perl web framework designed especially for Mason developers. It uses PSGI/Plack for server integration, Mason for request routing and templating, and a selection of best-of-breed CPAN modules for caching, logging and configuration. debian/libpoet-perl.examples0000644000000000000000000000000512264561307013325 0ustar eg/* debian/source/0000755000000000000000000000000012264561307010474 5ustar debian/source/format0000644000000000000000000000001412264561307011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000224412264561307011050 0ustar libpoet-perl (0.13-2) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Add (build) dependency on libmoosex-getopt-perl. (Closes: #735054) * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 12 Jan 2014 19:45:10 +0100 libpoet-perl (0.13-1) unstable; urgency=low * Imported Upstream version 0.13. * Bumped standards version to 3.9.4 (no change). -- Florian Schlichting Sat, 27 Oct 2012 22:21:53 +0200 libpoet-perl (0.12-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Florian Schlichting ] * Imported Upstream version 0.12. * Dropped fix-spelling-error-in-manpage.patch, applied upstream. -- Florian Schlichting Thu, 23 Aug 2012 22:19:58 +0200 libpoet-perl (0.11-1) unstable; urgency=low * Initial Release. (Closes: #675871) -- Florian Schlichting Wed, 13 Jun 2012 00:11:52 +0200 debian/compat0000644000000000000000000000000212264561307010372 0ustar 8 debian/copyright0000644000000000000000000000204112264561307011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Poet Upstream-Contact: Jonathan Swartz Source: https://metacpan.org/release/Poet/ Files: * Copyright: 2012, Jonathan Swartz License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Florian Schlichting 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/libpoet-perl.lintian-overrides0000644000000000000000000000145412264561307015156 0ustar # files under generate.skel are templates, the unusual-interpreter is a # template variable that will be substituted by the local, absolute interpreter # path libpoet-perl: interpreter-not-absolute usr/share/perl5/auto/share/dist/Poet/generate.skel/bin/get.pl #!<% libpoet-perl: unusual-interpreter usr/share/perl5/auto/share/dist/Poet/generate.skel/bin/get.pl #!<% libpoet-perl: interpreter-not-absolute usr/share/perl5/auto/share/dist/Poet/generate.skel/bin/run.pl #!<% libpoet-perl: unusual-interpreter usr/share/perl5/auto/share/dist/Poet/generate.skel/bin/run.pl #!<% # files under generate.skel are templates, proper file permissions for # executable scripts are set in lib/Poet/Environment/Generator.pm:65 libpoet-perl: script-not-executable usr/share/perl5/auto/share/dist/Poet/generate.skel/bin/get.pl debian/watch0000644000000000000000000000014612264561307010226 0ustar version=3 https://metacpan.org/release/Poet/ .*/Poet-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$