debian/0000755000000000000000000000000012044737760007200 5ustar debian/rules0000755000000000000000000000012012044737760010251 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: http_proxy= dh_auto_test debian/control0000644000000000000000000000225612044737760010610 0ustar Source: libanyevent-httpd-perl Maintainer: Debian Perl Group Uploaders: Dmitry E. Oboukhov , Xavier Guimard Section: perl Priority: extra Build-Depends: debhelper (>= 8), libanyevent-http-perl, libanyevent-perl, libcommon-sense-perl, libobject-event-perl, libtest-pod-perl, liburi-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-httpd-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-httpd-perl.git Homepage: http://search.cpan.org/dist/AnyEvent-HTTPD/ Package: libanyevent-httpd-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libanyevent-perl, libcommon-sense-perl, libobject-event-perl, liburi-perl Description: simple lightweight event based web (application) server The AnyEvent::HTTPD module provides a simple HTTPD for serving simple web application interfaces. It's completelly event based and independend from any event loop by using the AnyEvent module. debian/source/0000755000000000000000000000000012044737760010500 5ustar debian/source/format0000644000000000000000000000001412044737760011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000221512044737760011052 0ustar libanyevent-httpd-perl (0.93-4) unstable; urgency=low [ gregor herrmann ] * Use dist-based URL in debian/watch, debian/control, debian/copyright. * Fix Vcs-* fields in debian/control. (Closes: #669575) * Add liburi-perl to Depends. * Mention module name in long description. * debian/rules: unset http_proxy for tests. * Add libtest-pod-perl to Build-Depends-Indep. [ Xavier Guimard ] * Bump Standards-Version to 3.9.4 * Update compat to 8 * Update copyright to format 1.0 * Add myself to uploaders * Remove cdbs to use standard d/rules * Add spelling patch -- Xavier Guimard Fri, 02 Nov 2012 08:52:01 +0100 libanyevent-httpd-perl (0.93-3) unstable; urgency=low * Add AnyEvent::HTTP to build-depends. -- Dmitry E. Oboukhov Mon, 05 Dec 2011 15:01:43 +0400 libanyevent-httpd-perl (0.93-2) unstable; urgency=low * Add nessesary depends. -- Dmitry E. Oboukhov Mon, 05 Dec 2011 12:17:53 +0400 libanyevent-httpd-perl (0.93-1) unstable; urgency=low * Initial release. (Closes: #649210) -- Dmitry E. Oboukhov Sat, 19 Nov 2011 01:05:06 +0400 debian/compat0000644000000000000000000000000212044737760010376 0ustar 8 debian/patches/0000755000000000000000000000000012044737760010627 5ustar debian/patches/fix-spelling-error-in-manpage0000644000000000000000000000122612044737760016315 0ustar Description: fix spelling error in manpage Author: Xavier Guimard Bug: https://rt.cpan.org/Ticket/Display.html?id=80564 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=80564 Last-Update: 2012-11-02 --- a/lib/AnyEvent/HTTPD.pm +++ b/lib/AnyEvent/HTTPD.pm @@ -51,7 +51,7 @@ =head1 DESCRIPTION This module provides a simple HTTPD for serving simple web application -interfaces. It's completly event based and independend from any event loop +interfaces. It's completely event based and independend from any event loop by using the L module. It's HTTP implementation is a bit hacky, so before using this module make sure debian/patches/series0000644000000000000000000000003612044737760012043 0ustar fix-spelling-error-in-manpage debian/copyright0000644000000000000000000000213412044737760011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AnyEvent::HTTPD Upstream-Contact: Robin Redeker, all rights reserved. Source: http://search.cpan.org/dist/AnyEvent-HTTPD/ Files: * Copyright: 2008-2011 Robin Redeker, all rights reserved. License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Dmitry E. Oboukhov 2012, Xavier Guimard 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/watch0000644000000000000000000000017112044737760010230 0ustar version=3 http://search.cpan.org/dist/AnyEvent-HTTPD/ .*/AnyEvent-HTTPD-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$