r48173 - in /trunk/libsocket-multicast6-perl/debian: README.source control patches/ patches/fix_pod.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Dec 4 00:05:42 UTC 2009


Author: gregoa
Date: Fri Dec  4 00:05:23 2009
New Revision: 48173

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48173
Log:
new patch fix_pod.patch; add back quilt *sigh*

Added:
    trunk/libsocket-multicast6-perl/debian/README.source
    trunk/libsocket-multicast6-perl/debian/patches/
    trunk/libsocket-multicast6-perl/debian/patches/fix_pod.patch
    trunk/libsocket-multicast6-perl/debian/patches/series
Modified:
    trunk/libsocket-multicast6-perl/debian/control
    trunk/libsocket-multicast6-perl/debian/rules

Added: trunk/libsocket-multicast6-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/debian/README.source?rev=48173&op=file
==============================================================================
--- trunk/libsocket-multicast6-perl/debian/README.source (added)
+++ trunk/libsocket-multicast6-perl/debian/README.source Fri Dec  4 00:05:23 2009
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Modified: trunk/libsocket-multicast6-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/debian/control?rev=48173&op=diff
==============================================================================
--- trunk/libsocket-multicast6-perl/debian/control (original)
+++ trunk/libsocket-multicast6-perl/debian/control Fri Dec  4 00:05:23 2009
@@ -1,8 +1,8 @@
 Source: libsocket-multicast6-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, perl (>= 5.10) | libmodule-build-perl,
- libsocket6-perl
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl, perl (>= 5.10) |
+ libmodule-build-perl, libsocket6-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.3

Added: trunk/libsocket-multicast6-perl/debian/patches/fix_pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/debian/patches/fix_pod.patch?rev=48173&op=file
==============================================================================
--- trunk/libsocket-multicast6-perl/debian/patches/fix_pod.patch (added)
+++ trunk/libsocket-multicast6-perl/debian/patches/fix_pod.patch Fri Dec  4 00:05:23 2009
@@ -1,0 +1,21 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix pod error
+
+--- a/lib/Socket/Multicast6.pm
++++ b/lib/Socket/Multicast6.pm
+@@ -126,12 +126,15 @@
+ 
+ =head1 FUNCTIONS
+ 
++=over
++
+ =item $ip_mreq = pack_ip_mreq(MCAST_ADDR, IF_ADDR)
+ 
+ =item $ip_mreq_source = pack_ip_mreq_source(MCAST_ADDR, SOURCE_ADDR, IF_ADDR)
+ 
+ =item $ipv6_mreq = pack_ipv6_mreq(MCAST6_ADDR, IF_INDEX)
+ 
++=back
+ 
+ =head1 CONSTANTS
+ 

Added: trunk/libsocket-multicast6-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/debian/patches/series?rev=48173&op=file
==============================================================================
--- trunk/libsocket-multicast6-perl/debian/patches/series (added)
+++ trunk/libsocket-multicast6-perl/debian/patches/series Fri Dec  4 00:05:23 2009
@@ -1,0 +1,1 @@
+fix_pod.patch

Modified: trunk/libsocket-multicast6-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-multicast6-perl/debian/rules?rev=48173&op=diff
==============================================================================
--- trunk/libsocket-multicast6-perl/debian/rules (original)
+++ trunk/libsocket-multicast6-perl/debian/rules Fri Dec  4 00:05:23 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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