r76647 - in /trunk/libacme-bleach-perl/debian: changelog patches/01_fix_pod2man_errors.diff

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Mon Jun 27 19:33:12 UTC 2011


Author: fabreg-guest
Date: Mon Jun 27 19:33:10 2011
New Revision: 76647

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76647
Log:
Update 01_fix_pod2man_errors.diff patch

Modified:
    trunk/libacme-bleach-perl/debian/changelog
    trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff

Modified: trunk/libacme-bleach-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/changelog?rev=76647&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/changelog (original)
+++ trunk/libacme-bleach-perl/debian/changelog Mon Jun 27 19:33:10 2011
@@ -6,6 +6,8 @@
     + better than changing the permissions would be to add a hashbang (there's
       also an example in debhelper.html -- well, not directly, but "sed -i -e
       '1i ...' or similar should work, and there are examples in trunk/
+          -[fabreg] In this case, I can't because the scripts does not beginning with #!/
+
   - debian/copyright:
     + and the license was changed from "artistic" to "artistic or gpl-1+"
       which doesn't seem to match the code

Modified: trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff?rev=76647&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff (original)
+++ trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff Mon Jun 27 19:33:10 2011
@@ -1,39 +1,52 @@
 Description: fix "manpage-has-errors-from-pod2man" warning from Lintian.
 Author: Nathan Handler <nhandler at ubuntu.com>
-Last-Update: 2011-06-15
+Last-Update: 2011-06-27
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=47379
 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=47379
 
 --- a/lib/Acme/Bleach.pm
 +++ b/lib/Acme/Bleach.pm
-@@ -66,6 +66,8 @@
+@@ -66,8 +66,12 @@
  
  Acme::Bleach could not access the source file to execute it.
+ 
++=over 4
++
+ =back 
  
 +=back
 +
  =head1 SEE ALSO
  
  http://www.templetons.com/tech/proletext.html
---- a/lib/Acme/DWIM.pm
-+++ b/lib/Acme/DWIM.pm
-@@ -84,6 +84,8 @@
+--- a/lib/Acme/Morse.pm
++++ b/lib/Acme/Morse.pm
+@@ -50,6 +50,10 @@
  
- Acme::DWIM could not access the source file to execute it.
+ =back 
  
++=over 4
++
 +=back
 +
  =head1 AUTHOR
  
  Damian Conway (as if you couldn't guess)
---- a/lib/Acme/Morse.pm
-+++ b/lib/Acme/Morse.pm
-@@ -48,6 +48,8 @@
+--- a/lib/Acme/DWIM.pm
++++ b/lib/Acme/DWIM.pm
+@@ -76,11 +76,13 @@
  
- Acme::Morse could not access the source file to execute it.
+ ...over 4
  
-+=back
+-...item C...Can't enDWIM '%s'>
++...item C...<Can't enDWIM '%s'>
+ 
+ Acme::DWIM could not access the source file to modify it.
+ 
+-=item C<Can't DWIM '%s'...
++=over 4
 +
- =head1 AUTHOR
++=item C<Can't DWIM '%s'>...
  
- Damian Conway (as if you couldn't guess)
+ Acme...DWIM could not access the source file to execute it...
+ 




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