r32994 - in /trunk/libproc-simple-perl/debian: README.source control patches/ patches/fix-pod patches/series rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Apr 10 16:07:18 UTC 2009


Author: ryan52-guest
Date: Fri Apr 10 16:07:09 2009
New Revision: 32994

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32994
Log:
quilt, fix pod

Added:
    trunk/libproc-simple-perl/debian/README.source
    trunk/libproc-simple-perl/debian/patches/
    trunk/libproc-simple-perl/debian/patches/fix-pod
    trunk/libproc-simple-perl/debian/patches/series
Modified:
    trunk/libproc-simple-perl/debian/control
    trunk/libproc-simple-perl/debian/rules
    trunk/libproc-simple-perl/debian/watch

Added: trunk/libproc-simple-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/README.source?rev=32994&op=file
==============================================================================
--- trunk/libproc-simple-perl/debian/README.source (added)
+++ trunk/libproc-simple-perl/debian/README.source Fri Apr 10 16:07:09 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/libproc-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/control?rev=32994&op=diff
==============================================================================
--- trunk/libproc-simple-perl/debian/control (original)
+++ trunk/libproc-simple-perl/debian/control Fri Apr 10 16:07:09 2009
@@ -1,7 +1,7 @@
 Source: libproc-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>

Added: trunk/libproc-simple-perl/debian/patches/fix-pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/patches/fix-pod?rev=32994&op=file
==============================================================================
--- trunk/libproc-simple-perl/debian/patches/fix-pod (added)
+++ trunk/libproc-simple-perl/debian/patches/fix-pod Fri Apr 10 16:07:09 2009
@@ -1,0 +1,42 @@
+fix errors in the POD
+
+--- a/Simple.pm
++++ b/Simple.pm
+@@ -175,7 +175,9 @@
+ (like C</bin/echo>) or one of your self-defined subroutines
+ (like C<foo()>) in a new process.
+ 
+-=head2 Starting External Programs
++=over 8
++
++=item Starting External Programs
+ 
+ For an external program to be started, call
+ 
+@@ -209,7 +211,7 @@
+ you deliberately create confusingly named files :). For
+ more info on this, look up C<perldoc -f exec>.
+ 
+-=head2 Starting Subroutines
++=item Starting Subroutines
+ 
+ If, on the other hand, you want to start a Perl subroutine
+ in the background, simply provide the function reference like
+@@ -224,6 +226,8 @@
+ 
+  $status = $proc->start(\&printme, "hello", "world");
+ 
++=back
++
+ The I<start> Method returns immediately after starting the
+ specified process in background, i.e. non-blocking mode.
+ It returns I<1> if the process has been launched
+@@ -709,6 +713,8 @@
+ 
+ __END__
+ 
++=back
++
+ =head1 NOTE
+ 
+ Please keep in mind that there is no guarantee that the SIGTERM

Added: trunk/libproc-simple-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/patches/series?rev=32994&op=file
==============================================================================
--- trunk/libproc-simple-perl/debian/patches/series (added)
+++ trunk/libproc-simple-perl/debian/patches/series Fri Apr 10 16:07:09 2009
@@ -1,0 +1,1 @@
+fix-pod

Modified: trunk/libproc-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/rules?rev=32994&op=diff
==============================================================================
--- trunk/libproc-simple-perl/debian/rules (original)
+++ trunk/libproc-simple-perl/debian/rules Fri Apr 10 16:07:09 2009
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp

Modified: trunk/libproc-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-simple-perl/debian/watch?rev=32994&op=diff
==============================================================================
--- trunk/libproc-simple-perl/debian/watch (original)
+++ trunk/libproc-simple-perl/debian/watch Fri Apr 10 16:07:09 2009
@@ -1,4 +1,2 @@
-# format version number, currently 3; this line is compulsory!
 version=3
-# URL to the package page followed by a regex to search
 http://search.cpan.org/dist/Proc-Simple/   .*/Proc-Simple-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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