debian/0000775000000000000000000000000012006206503007162 5ustar debian/source/0000775000000000000000000000000011777475727010520 5ustar debian/source/format0000644000000000000000000000001411777475727011724 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000125011777476462010271 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/perl-makemaker.mk MAIN_MODULE = lib/Coro/Twiggy.pm DEBVERSION = $(shell dpkg-parsechangelog \ |grep ^Version|awk '{print $$2}'|sed 's/-.*//' ) PERLVERSION = $(shell grep '^our[[:space:]]\+$$VERSION' $(MAIN_MODULE) \ |head -n 1 \ |awk '{print $$4}'|sed "s/[';']//g" ) install/libcoro-twiggy-perl:: test $(DEBVERSION) = $(PERLVERSION) make tardist clean:: rm -f Makefile.old rm -fr .pc rm -f Coro-Twiggy-*.tar.gz* tarball: cd .. && tar \ --exclude=debian \ --exclude=.git \ -czf libcoro-twiggy-perl_$(DEBVERSION).orig.tar.gz \ libcoro-twiggy-perl-$(DEBVERSION) debian/changelog0000664000000000000000000000051312006206503011033 0ustar libcoro-twiggy-perl (0.03-1) unstable; urgency=low * PSGI can throw utf8 exception. -- Dmitry E. Oboukhov Fri, 13 Jul 2012 22:14:56 +0400 libcoro-twiggy-perl (0.02-1) unstable; urgency=low * Initial release. (Closes: #681296) -- Dmitry E. Oboukhov Thu, 12 Jul 2012 11:31:48 +0400 debian/control0000644000000000000000000000117111777500705010602 0ustar Source: libcoro-twiggy-perl Section: perl Homepage: http://search.cpan.org/dist/Coro-Twiggy/ Maintainer: Dmitry E. Oboukhov Build-Depends: debhelper (>= 7), cdbs, libanyevent-perl, libcoro-perl, twiggy Standards-Version: 3.9.3 Priority: extra VCS-Browser: https://github.com/unera/coro-twiggy Package: libcoro-twiggy-perl Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libanyevent-perl, libcoro-perl, twiggy Architecture: all Description: Coro interface for Twiggy The package provides Coro(utine) interface for Twiggy webserver, so You can use Twiggy as http backend of Coro applications. debian/compat0000644000000000000000000000000211777475727010414 0ustar 7 debian/watch0000644000000000000000000000012111777477230010230 0ustar version=3 http://search.cpan.org/dist/Coro-Twiggy/ .*-(\d+(?:\.\d+)+).tar.gz debian/copyright0000644000000000000000000000107511777477200011140 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Dmitry E. Oboukhov Source: http://search.cpan.org/dist/Coro-Twiggy/ Name: Coro::Twiggy Files: * Copyright: 2011-2012 Dmitry E. Oboukhov License: Artistic 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'.