r40235 - in /trunk/libcoro-perl/debian: README.source control patches/ patches/series patches/whatis.patch rules
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Mon Jul 20 03:02:42 UTC 2009
Author: jawnsy-guest
Date: Mon Jul 20 03:02:33 2009
New Revision: 40235
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40235
Log:
Added a patch to add a missing whatis entry to Coro/Intro.pod
Added:
trunk/libcoro-perl/debian/README.source
trunk/libcoro-perl/debian/patches/
trunk/libcoro-perl/debian/patches/series
trunk/libcoro-perl/debian/patches/whatis.patch
Modified:
trunk/libcoro-perl/debian/control
trunk/libcoro-perl/debian/rules
Added: trunk/libcoro-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/README.source?rev=40235&op=file
==============================================================================
--- trunk/libcoro-perl/debian/README.source (added)
+++ trunk/libcoro-perl/debian/README.source Mon Jul 20 03:02:33 2009
@@ -1,0 +1,5 @@
+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/libcoro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/control?rev=40235&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/control (original)
+++ trunk/libcoro-perl/debian/control Mon Jul 20 03:02:33 2009
@@ -1,8 +1,8 @@
Source: libcoro-perl
Section: perl
Priority: optional
-Build-Depends: perl (>= 5.6.0-12), debhelper (>= 7), libguard-perl (>= 0.5),
- libanyevent-perl (>= 4.412)
+Build-Depends: perl (>= 5.6.0-12), debhelper (>= 7.0.8), quilt (>= 0.46-7),
+ libguard-perl (>= 0.5), libanyevent-perl (>= 4.412)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Jonathan Yu <frequency at cpan.org>
Standards-Version: 3.8.2
Added: trunk/libcoro-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/patches/series?rev=40235&op=file
==============================================================================
--- trunk/libcoro-perl/debian/patches/series (added)
+++ trunk/libcoro-perl/debian/patches/series Mon Jul 20 03:02:33 2009
@@ -1,0 +1,1 @@
+whatis.patch
Added: trunk/libcoro-perl/debian/patches/whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/patches/whatis.patch?rev=40235&op=file
==============================================================================
--- trunk/libcoro-perl/debian/patches/whatis.patch (added)
+++ trunk/libcoro-perl/debian/patches/whatis.patch Mon Jul 20 03:02:33 2009
@@ -1,0 +1,14 @@
+Description: Add a whatis entry
+Origin: vendor
+Forwarded: no
+Author: Jonathan Yu <frequency at cpan.org>
+--- a/Coro/Intro.pod
++++ b/Coro/Intro.pod
+@@ -1,3 +1,7 @@
++=head1 NAME
++
++Coro::Intro - An introduction to Coro
++
+ =head1 Introduction to Coro
+
+ This tutorial will introduce you to the main features of the Coro module family.
Modified: trunk/libcoro-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/rules?rev=40235&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/rules (original)
+++ trunk/libcoro-perl/debian/rules Mon Jul 20 03:02:33 2009
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with quilt $@
More information about the Pkg-perl-cvs-commits
mailing list