summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@debian.org>2009-12-05 17:31:34 +0100
committerLuca Falavigna <dktrkranz@debian.org>2009-12-05 17:31:34 +0100
commitf31e2ca51277ffa03b4033b3b4cec3cb3f9558f0 (patch)
treeb876e6f524fe4a6f1b6a26678b46ff2189f46662
parenta2049c09da5deb027c3e61c902d1c9ecce7805a4 (diff)
Fix errors in manpages
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches/manpages.patch17
-rw-r--r--debian/patches/series1
3 files changed, 21 insertions, 1 deletions
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 <dktrkranz@debian.org> Sat, 05 Dec 2009 16:28:15 +0100
+ -- Luca Falavigna <dktrkranz@debian.org> 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