r8516 - in /trunk/libpoe-component-sslify-perl/debian: control patches/ patches/fix-pod-docs-for-names.patch rules

keescook-guest at users.alioth.debian.org keescook-guest at users.alioth.debian.org
Tue Oct 23 18:04:13 UTC 2007


Author: keescook-guest
Date: Tue Oct 23 18:04:13 2007
New Revision: 8516

URL: http://svn.debian.org/wsvn/?sc=1&rev=8516
Log:
move patches into quilt

Added:
    trunk/libpoe-component-sslify-perl/debian/patches/
    trunk/libpoe-component-sslify-perl/debian/patches/fix-pod-docs-for-names.patch
Modified:
    trunk/libpoe-component-sslify-perl/debian/control
    trunk/libpoe-component-sslify-perl/debian/rules

Modified: trunk/libpoe-component-sslify-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/debian/control?rev=8516&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/control (original)
+++ trunk/libpoe-component-sslify-perl/debian/control Tue Oct 23 18:04:13 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Kees Cook <kees at outflux.net>
-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/

Added: trunk/libpoe-component-sslify-perl/debian/patches/fix-pod-docs-for-names.patch
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/debian/patches/fix-pod-docs-for-names.patch?rev=8516&op=file
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/patches/fix-pod-docs-for-names.patch (added)
+++ trunk/libpoe-component-sslify-perl/debian/patches/fix-pod-docs-for-names.patch Tue Oct 23 18:04:13 2007
@@ -1,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
+ 

Modified: trunk/libpoe-component-sslify-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/debian/rules?rev=8516&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/rules (original)
+++ trunk/libpoe-component-sslify-perl/debian/rules Tue Oct 23 18:04:13 2007
@@ -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
 




More information about the Pkg-perl-cvs-commits mailing list