--- libpoe-component-server-http-perl-0.09.orig/debian/rules +++ libpoe-component-server-http-perl-0.09/debian/rules @@ -0,0 +1,56 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PERL ?= /usr/bin/perl +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + touch $@ + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || \ + rmdir --ignore-fail-on-non-empty --parents --verbose \ + $(TMP)/usr/lib/perl5 + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libpoe-component-server-http-perl-0.09.orig/debian/compat +++ libpoe-component-server-http-perl-0.09/debian/compat @@ -0,0 +1 @@ +5 --- libpoe-component-server-http-perl-0.09.orig/debian/changelog +++ libpoe-component-server-http-perl-0.09/debian/changelog @@ -0,0 +1,35 @@ +libpoe-component-server-http-perl (0.09-2) unstable; urgency=low + + [ Damyan Ivanov ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: + Homepage pseudo-field (Description). + + [ gregor herrmann ] + * debian/rules: delete /usr/lib/perl5 only if it exists. + + [ Martín Ferrari ] + * debian/control: + - set DPG as maintainer, moved Ghostbar (and added me) to Uploaders. + - Bumped Standards-Version (no changes). + - Removed cdbs dependency. + - Moved dependencies to B-D-I, added perl dependency. + - Added libpoe-api-peek-perl and libyaml-perl dependencies, as documented + in Makefile.PL. + - Added version to libpoe-perl dependency for completeness. + - Improved long description, and lowercased frist word of short desc. + * debian/watch: use dist/ URL. + * debian/copyright: new format. + * debian/docs: removed; README is not very useful to end-users. + * debian/rules: refreshed with dh-make-perl, now using debhelper. + * debian/patches: removed; I don't see any justification to remove these + tests!. + + -- Martín Ferrari Mon, 19 May 2008 03:58:22 -0300 + +libpoe-component-server-http-perl (0.09-1) unstable; urgency=low + + * Initial release (Closes: #434012) + + -- Jose Luis Rivas Sat, 21 Apr 2007 23:47:43 -0400 + --- libpoe-component-server-http-perl-0.09.orig/debian/watch +++ libpoe-component-server-http-perl-0.09/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/dist/POE-Component-Server-HTTP/ \ + .*/POE-Component-Server-HTTP-v?(\d.*)\.tar\.gz --- libpoe-component-server-http-perl-0.09.orig/debian/copyright +++ libpoe-component-server-http-perl-0.09/debian/copyright @@ -0,0 +1,40 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Author: Arthur Bergman , + Additional hacking by Philip Gwyn +Debianized-By: Jose Luis Rivas +Debianized-Date: Sat, 21 Apr 2007 23:47:43 -0400. +Original-Source-Location: + http://search.cpan.org/dist/POE-Component-Server-HTTP/ +Original-Source-Command: uscan --force-download +Original-Source-Depends: devscripts + +Files: * +Copyright: © 2005 Philip Gwyn + © 2002 Arthur Bergman +License: Artistic | GPL-1+ + Released under the same terms as POE + . + POE license is: + . + POE is free software; you may redistribute it and/or modify it under the same + terms as Perl itself. + . + Finally, Perl license is: + . + This program is free software; you can redistribute it and/or modify it under + the terms of either: + . + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later version, or + . + b) the "Artistic License" which comes with Perl. + +Files: debian/* +Copyright: © 2008 Debian Perl Group + © 2007 Jose Luis Rivas +License: GPL-1+ + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL' and +the Artistic Licence in `/usr/share/common-licenses/Artistic'. + --- libpoe-component-server-http-perl-0.09.orig/debian/control +++ libpoe-component-server-http-perl-0.09/debian/control @@ -0,0 +1,27 @@ +Source: libpoe-component-server-http-perl +Section: perl +Priority: extra +Maintainer: Debian Perl Group +Uploaders: Jose Luis Rivas , + Martín Ferrari +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: perl, libpoe-perl (>= 2:0.3007), libwww-perl, + libyaml-perl, libpoe-api-peek-perl +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/POE-Component-Server-HTTP/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-server-http-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-server-http-perl/ + +Package: libpoe-component-server-http-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: foundation of a POE HTTP Daemon + POE::Component::Server::HTTP is a framework for building custom HTTP servers + based on POE. It is loosely modeled on the ideas of apache and the + mod_perl/Apache module. + . + It is built a lot on work done by Gisle Aas on HTTP::* modules and the + URI module which are subclassed. + . + It lets you register different handlers, stacked by directory that will be run + during the cause of the request.