From: Ciaran Gultnieks Date: Sun, 7 Aug 2011 11:30:48 +0000 (+0100) Subject: Documentation for the patch system X-Git-Tag: 0.1~1311 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f3c2b344c4f982f32f3d214734b288eb8b150ce4;p=fdroidserver.git Documentation for the patch system --- diff --git a/README b/README index 3059603f..488d45c2 100644 --- a/README +++ b/README @@ -196,6 +196,10 @@ configuration to the build. These are: fixapos=yes Like fixtrans, but deals with an even older issue relating to 'unescaped apostrophes' in translation strings. maven=yes Build with maven instead of ant + patch=x Apply patch(es). 'x' names one (or more - comma-seperated) + files within a directory below the metadata, with the same + name as the metadata file but without the extension. Each of + these patches is applied to the code in turn. Another example, using extra parameters: diff --git a/fdroid.texi b/fdroid.texi index cde4279c..048e40ae 100644 --- a/fdroid.texi +++ b/fdroid.texi @@ -429,6 +429,12 @@ Like fixtrans, but deals with an even older issue relating to @item maven=yes Build with maven instead of ant +@item patch=x +Apply patch(es). 'x' names one (or more - comma-seperated) +files within a directory below the metadata, with the same +name as the metadata file but without the extension. Each of +these patches is applied to the code in turn. + @end table Another example, using extra parameters: