diff options
Diffstat (limited to 'debian/patches/manpages.patch')
-rw-r--r-- | debian/patches/manpages.patch | 17 |
1 files changed, 17 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 |