~ubuntu-branches/ubuntu/utopic/rxvt-unicode/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/14_pod_errors.diff

  • Committer: Package Import Robot
  • Author(s): Ryan Kavanagh
  • Date: 2013-05-26 18:12:22 UTC
  • mfrom: (33.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130526181222-67glcv7nppi4ih7r
Tags: 9.18-2
* Upload to unstable now that wheezy has been released
* Merge in patch from gregor herrman fixing a FTBFS due to POD errors
  (Closes: #708026)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Fix POD errors in urxvt manpage
 
2
 Fixes various warnings from POD. This patch also includes a fix from Gregor
 
3
 Herrman <gregoa@debian.org> fixing a POD error which was causing rxvt-unicode
 
4
 to FTBFS
 
5
Author: Ryan Kavanagh <rak@debian.org>
 
6
Author: gregor herrman <gregoa@debian.org>
 
7
Bug-Debian: http://bugs.debian.org/708026
 
8
Origin: vendor
 
9
Forwarded: no
 
10
Applied-Upstream: no
 
11
Reviewed-by: Ryan Kavanagh <rak@debian.org>
 
12
Last-Update: 2013-03-20
 
13
---
 
14
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 
15
Index: rxvt-unicode/doc/rxvt.1.pod
 
16
===================================================================
 
17
--- rxvt-unicode.orig/doc/rxvt.1.pod    2013-05-26 18:08:37.384696431 -0400
 
18
+++ rxvt-unicode/doc/rxvt.1.pod 2013-05-26 18:08:37.376696226 -0400
 
19
@@ -1207,8 +1207,12 @@
 
20
 
 
21
 Turn on/off ISO 14755 5.2 mode (default enabled).
 
22
 
 
23
+=back
 
24
+
 
25
 =head1 BACKGROUND IMAGE OPTIONS AND RESOURCES
 
26
 
 
27
+=over 4
 
28
+
 
29
 =item B<-pixmap> I<file[;oplist]>
 
30
 
 
31
 =item B<backgroundPixmap:> I<file[;oplist]>
 
32
Index: rxvt-unicode/doc/rxvt.7.pod
 
33
===================================================================
 
34
--- rxvt-unicode.orig/doc/rxvt.7.pod    2013-05-26 18:08:37.320694794 -0400
 
35
+++ rxvt-unicode/doc/rxvt.7.pod 2013-05-26 18:08:47.260948834 -0400
 
36
@@ -1037,8 +1037,6 @@
 
37
 
 
38
    xprop -root XIM_SERVERS
 
39
 
 
40
-=item
 
41
-
 
42
 =back
 
43
 
 
44
 =head3 My input method wants <some encoding> but I want UTF-8, what can I do?