--- libio-socket-ssl-perl-0.97.orig/debian/compat +++ libio-socket-ssl-perl-0.97/debian/compat @@ -0,0 +1 @@ +4 --- libio-socket-ssl-perl-0.97.orig/debian/copyright +++ libio-socket-ssl-perl-0.97/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Davide Puricelli (evo) on +Mon, 7 Aug 2000 18:46:27 +0200. + +It was downloaded from http://search.cpan.org/~behroozi/IO-Socket-SSL/ + +Upstream Authors: + +Peter Behroozi, +Marko Asplund (original author) + +The rewrite of this module is Copyright (C) 2002-2005 Peter Behroozi. +The original versions of this module are Copyright (C) 1999-2002 Marko Asplund. + +This library is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. + + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. 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'. --- libio-socket-ssl-perl-0.97.orig/debian/rules +++ libio-socket-ssl-perl-0.97/debian/rules @@ -0,0 +1,59 @@ +#!/usr/bin/make -f + +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-Wall -O2 -g" + touch build-stamp + +clean: + dh_testdir + dh_testroot + -$(MAKE) distclean + dh_clean build-stamp install-stamp + +install: build install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) test + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 + touch install-stamp + +binary-arch: +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot + dh_installexamples example/* + dh_installdocs BUGS docs/debugging.txt + dh_installchangelogs Changes + dh_perl + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libio-socket-ssl-perl-0.97.orig/debian/changelog +++ libio-socket-ssl-perl-0.97/debian/changelog @@ -0,0 +1,109 @@ +libio-socket-ssl-perl (0.97-2build1) dapper; urgency=low + + * Fake sync from Debian to bring in build-dep fixes and resolve FTBFS. + + -- Adam Conrad Wed, 29 Mar 2006 18:49:12 +1100 + +libio-socket-ssl-perl (0.97-2) unstable; urgency=low + + * Added netbase to Build-Depends-Indep and Depends (Closes: #324590). + * Changed Maintainer field to my new maintainer address. + + -- Florian Ragwitz Tue, 8 Nov 2005 16:17:38 +0100 + +libio-socket-ssl-perl (0.97-1) unstable; urgency=low + + * New upstream version. + * New Maintainer (Closes: #322099). + * Changed Section from interpreters to perl because it's more accurate. + * Removed dependency on openssl. I don't see why it's needed. Net::SSLeay is + used as the interface to libssl. + * Removed Conflicts: and Replaces: libnet-socketssl-perl. It's not in the + archive anymore. + * Using debhelper 4. + * Updated standards version. + * Rewrote debian/rules. + * Updated copyright. + + -- Florian Ragwitz Thu, 11 Aug 2005 19:33:45 +0200 + +libio-socket-ssl-perl (0.96-1) unstable; urgency=medium + + * New upstream version, closes: #231572. + + -- Davide Puricelli (evo) Sat, 21 Aug 2004 18:18:55 +0200 + +libio-socket-ssl-perl (0.92-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sun, 19 Jan 2003 19:21:52 +0100 + +libio-socket-ssl-perl (0.81-2) unstable; urgency=low + + * debian/copyright: added a pointer to Perl license; closes: #157597. + + -- Davide Puricelli (evo) Mon, 2 Sep 2002 10:44:16 +0200 + +libio-socket-ssl-perl (0.81-1) unstable; urgency=low + + * New upstream version, closes: #150090. + + -- Davide Puricelli (evo) Sat, 15 Jun 2002 22:48:11 +0200 + +libio-socket-ssl-perl (0.80-2) unstable; urgency=low + + * Moved from non-US to main. + + -- Davide Puricelli (evo) Sat, 23 Mar 2002 12:10:59 +0100 + +libio-socket-ssl-perl (0.80-1) unstable; urgency=high + + * New upstream version. + * New package name; closes: #110064. + + -- Davide Puricelli (evo) Sun, 2 Sep 2001 17:19:20 +0200 + +libnet-socketssl-perl (0.79-1) unstable; urgency=low + + * New upstream version. + + -- Davide Puricelli (evo) Sat, 21 Jul 2001 15:22:10 +0200 + +libnet-socketssl-perl (0.77-2) unstable; urgency=low + + * Updated debian/rules because of perl 5.6 and new perl policy. + + -- Davide Puricelli (evo) Thu, 15 Feb 2001 22:24:51 +0100 + +libnet-socketssl-perl (0.77-1) unstable; urgency=low + + * New upstream version (closes: #82044). + + -- Davide Puricelli (evo) Mon, 5 Feb 2001 14:12:05 +0100 + +libnet-socketssl-perl (0.76-1) unstable; urgency=low + + * New upstream version, closes: #80721. + + -- Davide Puricelli (evo) Thu, 28 Dec 2000 18:17:03 +0100 + +libnet-socketssl-perl (0.75-1) unstable; urgency=low + + * New upstream version. + * New maintainer email address. + + -- Davide Puricelli (evo) Tue, 15 Aug 2000 16:06:44 +0200 + +libnet-socketssl-perl (0.74-2) unstable; urgency=low + + * Sponsor upload + + -- Christian Surchi Thu, 10 Aug 2000 14:48:38 +0200 + +libnet-socketssl-perl (0.74-1) unstable; urgency=low + + * Initial Release. + + -- Davide Puricelli (evo) Mon, 7 Aug 2000 18:46:27 +0200 + --- libio-socket-ssl-perl-0.97.orig/debian/control +++ libio-socket-ssl-perl-0.97/debian/control @@ -0,0 +1,19 @@ +Source: libio-socket-ssl-perl +Section: perl +Priority: optional +Maintainer: Florian Ragwitz +Build-Depends: debhelper (>= 4.0.2) +Build-Depends-Indep: perl (>= 5.8.0-7), libnet-ssleay-perl (>= 1.21), netbase +Standards-Version: 3.6.2 + +Package: libio-socket-ssl-perl +Architecture: all +Depends: ${perl:Depends}, libnet-ssleay-perl (>= 1.21), netbase +Description: Perl module implementing object oriented interface to SSL sockets + This module is a true drop-in replacement for IO::Socket::INET that + uses SSL to encrypt data before it is transferred to a remote server + or client. IO::Socket::SSL supports all the extra features that one + needs to write a full-featured SSL client or server application: + multiple SSL contexts, cipher selection, certificate verification, and + SSL version selection. As an extra bonus, it works perfectly with + mod_perl.