--- libpoe-component-sslify-perl-0.15.orig/debian/control +++ libpoe-component-sslify-perl-0.15/debian/control @@ -0,0 +1,22 @@ +Source: libpoe-component-sslify-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Niko Tyni , Martín Ferrari , + Jose Luis Rivas , Damyan Ivanov , + gregor herrmann +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.8-7), libnet-ssleay-perl (>= 1.30) +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/POE-Component-SSLify/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-sslify-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-sslify-perl/ + +Package: libpoe-component-sslify-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libnet-ssleay-perl (>= 1.30) +Description: SSL connection handling module for other POE components + POE::Component::SSLify represents the standard way to handle SSL connections + for other POE Components. It allows for the creation of SSL-wrapped sockets, + generally used with POE::Wheel::SocketFactory, which are correctly handled by + the POE engine. --- libpoe-component-sslify-perl-0.15.orig/debian/libpoe-component-sslify-perl.examples +++ libpoe-component-sslify-perl-0.15/debian/libpoe-component-sslify-perl.examples @@ -0,0 +1 @@ +examples/* --- libpoe-component-sslify-perl-0.15.orig/debian/copyright +++ libpoe-component-sslify-perl-0.15/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Apocalypse +Upstream-Source: http://search.cpan.org/dist/POE-Component-SSLify/ +Upstream-Name: POE-Component-SSLify + +Files: * +Copyright: © 2009 Apocalypse/Rocco Caputo +License-Alias: Perl +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: + © 2007 Kees Cook + © 2007 Niko Tyni + © 2007-2008 Martín Ferrari +License: GPL-1+ | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libpoe-component-sslify-perl-0.15.orig/debian/watch +++ libpoe-component-sslify-perl-0.15/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/dist/POE-Component-SSLify/ \ + .*/POE-Component-SSLify-v?(\d.*)\.tar\.gz --- libpoe-component-sslify-perl-0.15.orig/debian/compat +++ libpoe-component-sslify-perl-0.15/debian/compat @@ -0,0 +1 @@ +7 --- libpoe-component-sslify-perl-0.15.orig/debian/changelog +++ libpoe-component-sslify-perl-0.15/debian/changelog @@ -0,0 +1,74 @@ +libpoe-component-sslify-perl (0.15-1) unstable; urgency=low + + [ Antonio Radici ] + * New upstream release (closes: #517222). + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/copyright: update years of upstream copyright and formatting. + * debian/control: slightly improve short and long description. + * Add /me to Uploaders. + + -- gregor herrmann Thu, 26 Feb 2009 16:54:45 +0100 + +libpoe-component-sslify-perl (0.14-1) unstable; urgency=low + + [ Jose Luis Rivas ] + * New upstream release + * Switched to debhelper v7, updated debian/{rules,control,compat} + * Added debian/docs. + * Added me as uploader. + * Refreshed debian/copyright. + * add myself to Uploaders + + [ Damyan Ivanov ] + * drop README out of debian/docs as it contains text variant of POD + * install examples/* via debian/examples, not debian/docs + + -- Damyan Ivanov Thu, 13 Nov 2008 14:47:21 +0200 + +libpoe-component-sslify-perl (0.13-2) unstable; urgency=low + + * debian/copyright: (forgot to add before upload) new format headers. + + -- Martín Ferrari Thu, 03 Jul 2008 05:25:52 -0300 + +libpoe-component-sslify-perl (0.13-1) unstable; urgency=low + + * New upstream release. + * debian/rules: refreshed from templates. + * debian/watch: allow for v\d.+ format. + * debian/control: add myself to Uploaders, bumped Standards-Version with no + changes. + + -- Martín Ferrari Thu, 03 Jul 2008 04:54:41 -0300 + +libpoe-component-sslify-perl (0.10-1) unstable; urgency=low + + [ Kees Cook ] + * New upstream release. + * debian/patches/fix-pod-docs-for-names.patch: dropped -- taken upstream. + * debian/control: bumped standards version. + * debian/rules: adjusted to follow cleaner stamp conventions. + + [ Martín Ferrari ] + * New upstream release (0.10), merged with 0.09 release, as it wasn't + uploaded. + * Removed quilt stuff as there aren't patches anymore. + * debian/copyright: converted to new parseable format. + * debian/rules: updated to avoid creating /usr/lib directories, instead of + deleting them afterwards. + + [ Niko Tyni ] + * Add myself from Uploaders and remove Kees, as per the pkg-perl policy. + * Version the dependencies on libnet-ssleay-perl. + * Don't install the useless README file. + + -- Niko Tyni Fri, 28 Dec 2007 22:20:04 +0200 + +libpoe-component-sslify-perl (0.08-1) unstable; urgency=low + + * Initial Release (Closes: #439853). + + -- Kees Cook Mon, 27 Aug 2007 14:28:37 -0700 --- libpoe-component-sslify-perl-0.15.orig/debian/rules +++ libpoe-component-sslify-perl-0.15/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build