chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c722f06
)
added antiNonFreeDep
author
Ivo Ugrina
<ivo@iugrina.com>
Fri, 7 Oct 2011 22:23:29 +0000
(
00:23
+0200)
committer
Ivo Ugrina
<ivo@iugrina.com>
Fri, 7 Oct 2011 22:23:29 +0000
(
00:23
+0200)
README
patch
|
blob
|
history
common.py
patch
|
blob
|
history
diff --git
a/README
b/README
index 14ede1a30e9920b8a3cb204a99f0658c4fa1ca0a..f10a9a3c39e1c30ff3077d1f3023a4dac779bf23 100644
(file)
--- 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 d1d223ced45cff0337f985a11ff94127cc6c4b25..057ecc07b47726df716d690c4cdac7d70a00c90f 100644
(file)
--- 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