From 83370576d74c932cde854cb251bfff6b06ab45ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 25 Aug 2014 15:02:04 +0200 Subject: last 2.3.2-1 --- debian/patches/manpage-spelling.patch | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 debian/patches/manpage-spelling.patch (limited to 'debian/patches/manpage-spelling.patch') diff --git a/debian/patches/manpage-spelling.patch b/debian/patches/manpage-spelling.patch new file mode 100644 index 0000000..6e747c6 --- /dev/null +++ b/debian/patches/manpage-spelling.patch @@ -0,0 +1,45 @@ +Description: typo in man-page +Author: Jörg Frings-Fürst +Last-Update: 2014-07-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/scons.1 +=================================================================== +--- trunk.orig/scons.1 2014-07-05 15:43:01.000000000 +0200 ++++ trunk/scons.1 2014-07-26 11:01:37.827396555 +0200 +@@ -4973,7 +4973,7 @@ + .PP + \fBPCH()\fR, \fBenv\&.PCH()\fR + .RS 4 +-Builds a Microsoft Visual C++ precompiled header\&. Calling this builder method returns a list of two targets: the PCH as the first element, and the object file as the second element\&. Normally the object file is ignored\&. This builder method is only provided when Microsoft Visual C++ is being used as the compiler\&. The PCH builder method is generally used in conjuction with the PCH construction variable to force object files to use the precompiled header: ++Builds a Microsoft Visual C++ precompiled header\&. Calling this builder method returns a list of two targets: the PCH as the first element, and the object file as the second element\&. Normally the object file is ignored\&. This builder method is only provided when Microsoft Visual C++ is being used as the compiler\&. The PCH builder method is generally used in conjunction with the PCH construction variable to force object files to use the precompiled header: + .sp + .if n \{\ + .RS 4 +@@ -5310,7 +5310,7 @@ + \fBPOTUpdate\fR + builder may be used with no target specified, in which case default target + messages\&.pot +-will be used\&. The default target may also be overriden by setting ++will be used\&. The default target may also be overridden by setting + \fB$POTDOMAIN\fR + construction variable or providing it as an override to + \fBPOTUpdate\fR +@@ -5525,7 +5525,7 @@ + (\*(Aqpo\-update\*(Aq + by default)\&. The alias name may be changed through the + \fB$POUPDATE_ALIAS\fR +-construction variable\&. You can easilly update ++construction variable\&. You can easily update + PO + files in your project by + \fBscons po\-update\fR\&. +@@ -6351,7 +6351,7 @@ + POT + and + PO +-files are usually going to be committed back to the repository, so they must be updated within the source directory (and not in variant directories)\&. Additionaly, the file listing of ++files are usually going to be committed back to the repository, so they must be updated within the source directory (and not in variant directories)\&. Additionally, the file listing of + po/ + directory contains + LINGUAS -- cgit v1.2.3