~ubuntu-branches/ubuntu/saucy/libacme-bleach-perl/saucy

« back to all changes in this revision

Viewing changes to debian/patches/01_fix_pod2man_errors.diff

  • Committer: Bazaar Package Importer
  • Author(s): Fabrizio Regalli, Salvatore Bonaccorso, Fabrizio Regalli
  • Date: 2011-06-15 21:03:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110615210355-aej5cltywdw0ippj
Tags: 1.13-1
[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).
* debian/rules: override dh_auto_install target: Do not install unbleach.pl
  in /usr/share/perl5/Acme/unbleach.pl.

[ Fabrizio Regalli ]
* New upstream release
* Bump to 3.9.2 Standard-Version.
* Switch to DEP5 license format.
* Add myself to Uploaders.
* Switch d/compat to 8.
* Build-Depends: switch to debhelper (>= 8).
* Bump to 3.0 quilt format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Patch Name: 01_fix_pod2man_errors.diff
2
 
# Patch Author: Nathan Handler <nhandler@ubuntu.com>
3
 
# Patch Description: Modify lib/Acme/*.pm files to resolve
4
 
# "manpage-has-errors-from-pod2man" warning from Lintian.
5
 
# Reported upstream: [rt.cpan.org #47379]
 
1
Description: fix "manpage-has-errors-from-pod2man" warning from Lintian.
 
2
Author: Nathan Handler <nhandler@ubuntu.com>
 
3
Last-Update: 2011-06-27
 
4
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=47379
 
5
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=47379
6
6
 
7
7
--- a/lib/Acme/Bleach.pm
8
8
+++ b/lib/Acme/Bleach.pm
9
 
@@ -66,6 +66,8 @@
 
9
@@ -66,8 +66,12 @@
10
10
 
11
11
 Acme::Bleach could not access the source file to execute it.
12
12
 
 
13
+=over 4
 
14
+
 
15
 =back 
 
16
 
13
17
+=back
14
18
+
15
19
 =head1 SEE ALSO
16
20
 
17
21
 http://www.templetons.com/tech/proletext.html
 
22
--- a/lib/Acme/Morse.pm
 
23
+++ b/lib/Acme/Morse.pm
 
24
@@ -50,6 +50,10 @@
 
25
 
 
26
 =back 
 
27
 
 
28
+=over 4
 
29
+
 
30
+=back
 
31
+
 
32
 =head1 AUTHOR
 
33
 
 
34
 Damian Conway (as if you couldn't guess)
18
35
--- a/lib/Acme/DWIM.pm
19
36
+++ b/lib/Acme/DWIM.pm
20
 
@@ -84,6 +84,8 @@
21
 
 
22
 
 Acme::DWIM could not access the source file to execute it.
23
 
 
24
 
+=back
25
 
+
26
 
 =head1 AUTHOR
27
 
 
28
 
 Damian Conway (as if you couldn't guess)
29
 
--- a/lib/Acme/Morse.pm
30
 
+++ b/lib/Acme/Morse.pm
31
 
@@ -48,6 +48,8 @@
32
 
 
33
 
 Acme::Morse could not access the source file to execute it.
34
 
 
35
 
+=back
36
 
+
37
 
 =head1 AUTHOR
38
 
 
39
 
 Damian Conway (as if you couldn't guess)
 
37
@@ -76,11 +76,13 @@
 
38
 
 
39
 ...over 4
 
40
 
 
41
-...item C...Can't enDWIM '%s'>
 
42
+...item C...<Can't enDWIM '%s'>
 
43
 
 
44
 Acme::DWIM could not access the source file to modify it.
 
45
 
 
46
-=item C<Can't DWIM '%s'...
 
47
+=over 4
 
48
+
 
49
+=item C<Can't DWIM '%s'>...
 
50
 
 
51
 Acme...DWIM could not access the source file to execute it...
 
52