r31346 - in /trunk/libio-socket-socks-perl/debian: control patches/ patches/fix-whatis-entry.patch patches/series rules

npf-guest at users.alioth.debian.org npf-guest at users.alioth.debian.org
Tue Mar 3 22:59:41 UTC 2009


Author: npf-guest
Date: Tue Mar  3 22:59:38 2009
New Revision: 31346

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31346
Log:
fix WHATIS: add quilt / remove unneeded pod deps

Added:
    trunk/libio-socket-socks-perl/debian/patches/
    trunk/libio-socket-socks-perl/debian/patches/fix-whatis-entry.patch
    trunk/libio-socket-socks-perl/debian/patches/series
Modified:
    trunk/libio-socket-socks-perl/debian/control
    trunk/libio-socket-socks-perl/debian/rules

Modified: trunk/libio-socket-socks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/control?rev=31346&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/control (original)
+++ trunk/libio-socket-socks-perl/debian/control Tue Mar  3 22:59:38 2009
@@ -1,8 +1,8 @@
 Source: libio-socket-socks-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 7), quilt
+Build-Depends-Indep: perl (>= 5.6.10-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Pierre Neyron <pierre.neyron at free.fr>
 Standards-Version: 3.8.0

Added: trunk/libio-socket-socks-perl/debian/patches/fix-whatis-entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/patches/fix-whatis-entry.patch?rev=31346&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/patches/fix-whatis-entry.patch (added)
+++ trunk/libio-socket-socks-perl/debian/patches/fix-whatis-entry.patch Tue Mar  3 22:59:38 2009
@@ -1,0 +1,13 @@
+Index: libio-socket-socks-perl/lib/IO/Socket/Socks.pm
+===================================================================
+--- libio-socket-socks-perl.orig/lib/IO/Socket/Socks.pm	2009-03-03 23:41:54.000000000 +0100
++++ libio-socket-socks-perl/lib/IO/Socket/Socks.pm	2009-03-03 23:56:15.000000000 +0100
+@@ -22,7 +22,7 @@
+ 
+ =head1 NAME
+ 
+-IO::Socket::Socks
++IO::Socket::Socks - Socks support for IO::Socket
+ 
+ =head1 SYNOPSIS
+ 

Added: trunk/libio-socket-socks-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/patches/series?rev=31346&op=file
==============================================================================
--- trunk/libio-socket-socks-perl/debian/patches/series (added)
+++ trunk/libio-socket-socks-perl/debian/patches/series Tue Mar  3 22:59:38 2009
@@ -1,0 +1,1 @@
+fix-whatis-entry.patch

Modified: trunk/libio-socket-socks-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/rules?rev=31346&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/rules (original)
+++ trunk/libio-socket-socks-perl/debian/rules Tue Mar  3 22:59:38 2009
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
+include /usr/share/quilt/quilt.make
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 




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