From: Ivo Ugrina Date: Fri, 7 Oct 2011 22:23:29 +0000 (+0200) Subject: added antiNonFreeDep X-Git-Tag: 0.1~1263^2~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6a29e51b468175849db7e7c29e879703b8f18a02;p=fdroidserver.git added antiNonFreeDep --- diff --git a/README b/README index 14ede1a3..f10a9a3c 100644 --- a/README +++ b/README @@ -207,6 +207,7 @@ the following values, describing an AntiFeature the application has: "Tracking" - the application tracks and reports your activity to somewhere "NonFreeNet" - the application promotes a non-Free network service "NonFreeAdd" - the application promotes non-Free add-ons + "NonFreeDep" - the application depends on another non-Free application (e.g. Google Maps) ==Disabled== diff --git a/common.py b/common.py index d1d223ce..057ecc07 100644 --- a/common.py +++ b/common.py @@ -295,6 +295,7 @@ def parse_metadata(metafile, **kw): if (part != "Ads" and part != "Tracking" and part != "NonFreeNet" and + part != "NonFreeDep" and part != "NonFreeAdd"): print "Unrecognised antifeature '" + part + "' in " \ + metafile.name