From f31e2ca51277ffa03b4033b3b4cec3cb3f9558f0 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 5 Dec 2009 17:31:34 +0100 Subject: Fix errors in manpages --- debian/changelog | 4 +++- debian/patches/manpages.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 debian/patches/manpages.patch diff --git a/debian/changelog b/debian/changelog index 74694b7..d0fae51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ scons (1.2.0.d20090919-1) UNRELEASED; urgency=low Check if DEB_BUILD_ARCH_OS is set, then delete selected files. This is a workaround to fix double compilation, it will reverted when upstream implements support for deep clean (Closes: #519948). + * debian/patches/manpages.patch: + - Fix errors in manpages. - -- Luca Falavigna Sat, 05 Dec 2009 16:28:15 +0100 + -- Luca Falavigna Sat, 05 Dec 2009 17:30:52 +0100 scons (1.2.0.d20090905-1) unstable; urgency=low 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 -- cgit v1.2.3