--- libhttp-server-simple-authen-perl-0.04.orig/debian/compat +++ libhttp-server-simple-authen-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libhttp-server-simple-authen-perl-0.04.orig/debian/watch +++ libhttp-server-simple-authen-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/HTTP-Server-Simple-Authen/ .*/HTTP-Server-Simple-Authen-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libhttp-server-simple-authen-perl-0.04.orig/debian/changelog +++ libhttp-server-simple-authen-perl-0.04/debian/changelog @@ -0,0 +1,5 @@ +libhttp-server-simple-authen-perl (0.04-1) unstable; urgency=low + + * Initial Release (closes: 631927) + + -- Gonéri Le Bouder Tue, 28 Jun 2011 12:48:02 +0200 --- libhttp-server-simple-authen-perl-0.04.orig/debian/rules +++ libhttp-server-simple-authen-perl-0.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libhttp-server-simple-authen-perl-0.04.orig/debian/control +++ libhttp-server-simple-authen-perl-0.04/debian/control @@ -0,0 +1,21 @@ +Source: libhttp-server-simple-authen-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libauthen-simple-perl (>= 0.04), + libhttp-server-simple-perl (>= 0.16), + perl +Maintainer: Gonéri Le Bouder +Standards-Version: 3.9.2 +Homepage: http://search.cpan.org/dist/HTTP-Server-Simple-Authen/ + +Package: libhttp-server-simple-authen-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, + libauthen-simple-perl (>= 0.04), + libhttp-server-simple-perl (>= 0.16), + perl +Description: Authentication plugin for HTTP::Server::Simple + HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow HTTP + authentication. Authentication scheme is pluggable and you can use whatever + Authentication protocol that Authen::Simple supports. --- libhttp-server-simple-authen-perl-0.04.orig/debian/copyright +++ libhttp-server-simple-authen-perl-0.04/debian/copyright @@ -0,0 +1,34 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Tatsuhiko Miyagawa + . + This library is free software; you can redistribute it and/or modify + it under the same terms as Perl itself. +Source: http://search.cpan.org/dist/HTTP-Server-Simple-Authen/ +Name: HTTP-Server-Simple-Authen + +Files: * +Copyright: Tatsuhiko Miyagawa + . + This library is free software; you can redistribute it and/or modify + it under the same terms as Perl itself. +License: + +Files: debian/* +Copyright: 2011, Gonéri Le Bouder +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'.