diff --git a/debian/control b/debian/control index f5b2377..a48fa77 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Perl Group Uploaders: Kees Cook -Build-Depends: debhelper (>= 5.0.0) +Build-Depends: debhelper (>= 5.0.0), quilt Build-Depends-Indep: perl (>= 5.8.8-7), libnet-ssleay-perl, libtest-pod-perl Standards-Version: 3.7.2 Homepage: http://search.cpan.org/dist/POE-Component-SSLify/ diff --git a/debian/patches/fix-pod-docs-for-names.patch b/debian/patches/fix-pod-docs-for-names.patch new file mode 100644 index 0000000..0d6e64b --- /dev/null +++ b/debian/patches/fix-pod-docs-for-names.patch @@ -0,0 +1,44 @@ +Index: libpoe-component-sslify-perl/lib/POE/Component/SSLify.pm +=================================================================== +--- libpoe-component-sslify-perl.orig/lib/POE/Component/SSLify.pm 2007-10-23 11:03:03.000000000 -0700 ++++ libpoe-component-sslify-perl/lib/POE/Component/SSLify.pm 2007-10-23 11:03:09.000000000 -0700 +@@ -183,6 +183,7 @@ + 1; + + __END__ ++ + =head1 NAME + + POE::Component::SSLify - Makes using SSL in the world of POE easy! +Index: libpoe-component-sslify-perl/lib/POE/Component/SSLify/ClientHandle.pm +=================================================================== +--- libpoe-component-sslify-perl.orig/lib/POE/Component/SSLify/ClientHandle.pm 2007-10-23 11:03:03.000000000 -0700 ++++ libpoe-component-sslify-perl/lib/POE/Component/SSLify/ClientHandle.pm 2007-10-23 11:03:09.000000000 -0700 +@@ -58,9 +58,10 @@ + 1; + + __END__ ++ + =head1 NAME + +-POE::Component::SSLify::ClientHandle ++POE::Component::SSLify::ClientHandle - client object for POE::Component::SSLify + + =head1 ABSTRACT + +Index: libpoe-component-sslify-perl/lib/POE/Component/SSLify/ServerHandle.pm +=================================================================== +--- libpoe-component-sslify-perl.orig/lib/POE/Component/SSLify/ServerHandle.pm 2007-10-23 11:03:03.000000000 -0700 ++++ libpoe-component-sslify-perl/lib/POE/Component/SSLify/ServerHandle.pm 2007-10-23 11:03:09.000000000 -0700 +@@ -161,9 +161,10 @@ + 1; + + __END__ ++ + =head1 NAME + +-POE::Component::SSLify::ServerHandle ++POE::Component::SSLify::ServerHandle - server object for POE::Component::SSLify + + =head1 ABSTRACT + diff --git a/debian/rules b/debian/rules index a85c867..9777415 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,9 @@ TMP =$(CURDIR)/debian/$(PACKAGE) -build: build-stamp +include /usr/share/quilt/quilt.make + +build: patch build-stamp build-stamp: dh_testdir @@ -30,7 +32,7 @@ touch build-stamp -clean: +clean: unpatch dh_testdir dh_testroot