r11019 - in /trunk/libpoe-component-sslify-perl: ./ debian/ debian/patches/ lib/POE/Component/ lib/POE/Component/SSLify/

keescook-guest at users.alioth.debian.org keescook-guest at users.alioth.debian.org
Fri Dec 7 23:13:15 UTC 2007


Author: keescook-guest
Date: Fri Dec  7 23:13:15 2007
New Revision: 11019

URL: http://svn.debian.org/wsvn/?sc=1&rev=11019
Log:
new upstream release; drop POD patches -- taken upstream; standards version bump; rules stamping updated

Removed:
    trunk/libpoe-component-sslify-perl/debian/patches/fix-pod-docs-for-names.patch
Modified:
    trunk/libpoe-component-sslify-perl/Changes
    trunk/libpoe-component-sslify-perl/META.yml
    trunk/libpoe-component-sslify-perl/debian/changelog
    trunk/libpoe-component-sslify-perl/debian/control
    trunk/libpoe-component-sslify-perl/debian/patches/series
    trunk/libpoe-component-sslify-perl/debian/rules
    trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify.pm
    trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify/ClientHandle.pm
    trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify/ServerHandle.pm

Modified: trunk/libpoe-component-sslify-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/Changes?rev=11019&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/Changes (original)
+++ trunk/libpoe-component-sslify-perl/Changes Fri Dec  7 23:13:15 2007
@@ -1,4 +1,8 @@
 Revision history for Perl extension POE::Component::SSLify.
+
+* 0.09
+
+	Minor tweak of POD to enable better distro building - thanks RT #31238
 
 * 0.08
 

Modified: trunk/libpoe-component-sslify-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/META.yml?rev=11019&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/META.yml (original)
+++ trunk/libpoe-component-sslify-perl/META.yml Fri Dec  7 23:13:15 2007
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                POE-Component-SSLify
-version:             0.08
+version:             0.09
 abstract:            Makes using SSL in the world of POE easy!
 license:             perl
 generated_by:        ExtUtils::MakeMaker version 6.31

Modified: trunk/libpoe-component-sslify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/debian/changelog?rev=11019&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/changelog (original)
+++ trunk/libpoe-component-sslify-perl/debian/changelog Fri Dec  7 23:13:15 2007
@@ -1,3 +1,12 @@
+libpoe-component-sslify-perl (0.09-1) unstable; urgency=low
+
+  * 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.
+
+ -- Kees Cook <kees at outflux.net>  Fri, 07 Dec 2007 15:07:46 -0800
+
 libpoe-component-sslify-perl (0.08-1) unstable; urgency=low
 
   * Initial Release (Closes: #439853).

Modified: trunk/libpoe-component-sslify-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/debian/control?rev=11019&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/control (original)
+++ trunk/libpoe-component-sslify-perl/debian/control Fri Dec  7 23:13:15 2007
@@ -5,7 +5,7 @@
 Uploaders: Kees Cook <kees at outflux.net>
 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
+Standards-Version: 3.7.3
 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/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/

Modified: trunk/libpoe-component-sslify-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/debian/patches/series?rev=11019&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/patches/series (original)
+++ trunk/libpoe-component-sslify-perl/debian/patches/series Fri Dec  7 23:13:15 2007
@@ -1,1 +1,0 @@
-fix-pod-docs-for-names.patch

Modified: trunk/libpoe-component-sslify-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/debian/rules?rev=11019&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/rules (original)
+++ trunk/libpoe-component-sslify-perl/debian/rules Fri Dec  7 23:13:15 2007
@@ -21,8 +21,8 @@
 
 include /usr/share/quilt/quilt.make
 
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -41,8 +41,8 @@
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k

Modified: trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify.pm?rev=11019&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify.pm (original)
+++ trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify.pm Fri Dec  7 23:13:15 2007
@@ -6,8 +6,8 @@
 use warnings FATAL => 'all';				# Enable warnings to catch errors
 
 # Initialize our version
-# $Revision: 1213 $
-our $VERSION = '0.08';
+# $Revision: 1223 $
+our $VERSION = '0.09';
 
 # We need Net::SSLeay or all's a failure!
 BEGIN {

Modified: trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify/ClientHandle.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify/ClientHandle.pm?rev=11019&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify/ClientHandle.pm (original)
+++ trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify/ClientHandle.pm Fri Dec  7 23:13:15 2007
@@ -6,9 +6,9 @@
 use warnings FATAL => 'all';				# Enable warnings to catch errors
 
 # Initialize our version
-# $Revision: 1168 $
+# $Revision: 1223 $
 use vars qw( $VERSION );
-$VERSION = '0.02';
+$VERSION = '0.03';
 
 # Import the SSL death routines
 use Net::SSLeay qw( die_now die_if_ssl_error );
@@ -60,7 +60,7 @@
 __END__
 =head1 NAME
 
-POE::Component::SSLify::ClientHandle
+POE::Component::SSLify::ClientHandle - client object for POE::Component::SSLify
 
 =head1 ABSTRACT
 

Modified: trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify/ServerHandle.pm
URL: http://svn.debian.org/wsvn/trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify/ServerHandle.pm?rev=11019&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify/ServerHandle.pm (original)
+++ trunk/libpoe-component-sslify-perl/lib/POE/Component/SSLify/ServerHandle.pm Fri Dec  7 23:13:15 2007
@@ -6,9 +6,9 @@
 use warnings FATAL => 'all';				# Enable warnings to catch errors
 
 # Initialize our version
-# $Revision: 1168 $
+# $Revision: 1223 $
 use vars qw( $VERSION );
-$VERSION = '0.03';
+$VERSION = '0.04';
 
 # Import the SSL death routines
 use Net::SSLeay qw( die_now die_if_ssl_error );
@@ -163,7 +163,7 @@
 __END__
 =head1 NAME
 
-POE::Component::SSLify::ServerHandle
+POE::Component::SSLify::ServerHandle - server object for POE::Component::SSLify
 
 =head1 ABSTRACT
 




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