r29328 - in /trunk/libclass-workflow-perl/debian: changelog patches/ patches/manpage-has-errors-from-pod2man.patch patches/series

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Mon Jan 5 14:49:58 UTC 2009


Author: yvesago-guest
Date: Mon Jan  5 14:49:55 2009
New Revision: 29328

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29328
Log:
- add patch for por errors
Now fails to build when pod patch is applied !!

Added:
    trunk/libclass-workflow-perl/debian/patches/
    trunk/libclass-workflow-perl/debian/patches/manpage-has-errors-from-pod2man.patch
    trunk/libclass-workflow-perl/debian/patches/series
Modified:
    trunk/libclass-workflow-perl/debian/changelog

Modified: trunk/libclass-workflow-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-workflow-perl/debian/changelog?rev=29328&op=diff
==============================================================================
--- trunk/libclass-workflow-perl/debian/changelog (original)
+++ trunk/libclass-workflow-perl/debian/changelog Mon Jan  5 14:49:55 2009
@@ -7,12 +7,14 @@
   * bump debian/rules compat to dh 7
   * add missing libset-object-perl for build
   * fix lintian warning in description
-  * fix copyright ot poposal format rev 102
+  * fix copyright on poposal format rev 102
+  * patch to fix pod errors
 
   TODO: 
-  do we need to install the big DBIx::Class only for testing exemples ?
-  DBICx::TestDatabase is also needed. 
-  But NOW Sat, 12 Jul 2008 17:39:47, examples tests fails and there's a FTBS on
-  DBIx::Class
+  - add quilt stuff
+  - do we need to install the big DBIx::Class only for testing exemples ?
+  - DBICx::TestDatabase is also needed. 
 
- -- AGOSTINI Yves <agostini at univ-metz.fr>  Sat, 12 Jul 2008 17:39:47 +0200
+  Now fails to build when pod patch is applied !!
+
+ -- AGOSTINI Yves <agostini at univ-metz.fr>  Mon, 5 Jan 2009 14:23:52 +0100

Added: trunk/libclass-workflow-perl/debian/patches/manpage-has-errors-from-pod2man.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-workflow-perl/debian/patches/manpage-has-errors-from-pod2man.patch?rev=29328&op=file
==============================================================================
--- trunk/libclass-workflow-perl/debian/patches/manpage-has-errors-from-pod2man.patch (added)
+++ trunk/libclass-workflow-perl/debian/patches/manpage-has-errors-from-pod2man.patch Mon Jan  5 14:49:55 2009
@@ -1,0 +1,35 @@
+# authors: yvesago-guest
+# clean pod warnings
+--- a/lib/Class/Workflow.pm
++++ b/lib/Class/Workflow.pm
+@@ -239,7 +239,7 @@
+ 
+ 
+ 	# transitions move instances from state to state
+-	
++
+ 	# create the transition named "reject"
+ 	# the state "new" refers to this transition
+ 	# the state "rejected" is the target state
+@@ -308,10 +308,10 @@
+ One of the simplest examples of a workflow which you've probably used is a bug
+ tracking application:
+ 
+-=over 4
+-
+ The initial state is 'new'
+ 
++=over 4
++
+ =item new
+ 
+ New bugs arrive here.
+@@ -394,6 +394,8 @@
+ 
+ =back
+ 
++=back
++
+ If you read through this very simple state machine you can see that it
+ describes the steps and states a bug can go through in a bug tracking system.
+ The core of every workflow is a state machine.

Added: trunk/libclass-workflow-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-workflow-perl/debian/patches/series?rev=29328&op=file
==============================================================================
--- trunk/libclass-workflow-perl/debian/patches/series (added)
+++ trunk/libclass-workflow-perl/debian/patches/series Mon Jan  5 14:49:55 2009
@@ -1,0 +1,1 @@
+manpage-has-errors-from-pod2man.patch




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