diff options
author | Luca Falavigna <dktrkranz@debian.org> | 2009-12-05 17:31:34 +0100 |
---|---|---|
committer | Luca Falavigna <dktrkranz@debian.org> | 2009-12-05 17:31:34 +0100 |
commit | f31e2ca51277ffa03b4033b3b4cec3cb3f9558f0 (patch) | |
tree | b876e6f524fe4a6f1b6a26678b46ff2189f46662 /debian/patches | |
parent | a2049c09da5deb027c3e61c902d1c9ecce7805a4 (diff) |
Fix errors in manpages
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/manpages.patch | 17 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/manpages.patch b/debian/patches/manpages.patch new file mode 100644 index 0000000..5efcf54 --- /dev/null +++ b/debian/patches/manpages.patch @@ -0,0 +1,17 @@ +Description: Fix errors in manpages +Origin: Debian +Forwarded: http://scons.tigris.org/issues/show_bug.cgi?id=2529 + +Index: scons-1.2.0.d20090919/scons.1 +=================================================================== +--- scons-1.2.0.d20090919.orig/scons.1 2009-12-05 17:20:35.282743297 +0100 ++++ scons-1.2.0.d20090919/scons.1 2009-12-05 17:20:46.686742153 +0100 +@@ -1356,7 +1356,7 @@ + currently deprecated features. + These warnings are enabled by default. + Note that the +-.b --warn=no-deprecated ++.B --warn=no-deprecated + option does not disable warnings about absolutely all deprecated features. + Warnings for some deprecated features that have already been through + several releases with deprecation warnings diff --git a/debian/patches/series b/debian/patches/series index 4dc5402..495e8c0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ java_ignore_nonexistent_files.patch remove_stale_files.patch +manpages.patch |