mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 679575 - Aegis should be enabled for Maemo6 define; r=dougt
This commit is contained in:
parent
8c251f45f0
commit
7e8c970541
@ -179,16 +179,13 @@ PP_DEB_FILES = debian/control \
|
||||
debian/fennec.postinst \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_ENABLE_CONTENTMANAGER
|
||||
PP_DEB_FILES += debian/fennec.aegis \
|
||||
$(NULL)
|
||||
endif
|
||||
ifeq ($(MOZ_PLATFORM_MAEMO),6)
|
||||
PP_DEB_FILES += debian/backup \
|
||||
debian/restore \
|
||||
debian/fennec.conf \
|
||||
debian/fennec-cud.sh \
|
||||
debian/fennec-rfs.sh \
|
||||
PP_DEB_FILES += debian/fennec.aegis \
|
||||
debian/backup \
|
||||
debian/restore \
|
||||
debian/fennec.conf \
|
||||
debian/fennec-cud.sh \
|
||||
debian/fennec-rfs.sh \
|
||||
debian/fennec.policy \
|
||||
$(NULL)
|
||||
endif
|
||||
@ -242,7 +239,7 @@ endif
|
||||
|
||||
# a defined CONTENTMANAGER implicitly means MOZ_PLATFORM_MAEMO is equals 6
|
||||
# in case you use CONTENTMANGER you need to sign your package to gain tracker access.
|
||||
ifdef MOZ_ENABLE_CONTENTMANAGER
|
||||
ifeq ($(MOZ_PLATFORM_MAEMO),6)
|
||||
if test -e "/usr/bin/aegis-deb-add"; then \
|
||||
fakeroot aegis-deb-add -control $(DEBDESTDIR)/DEBIAN/control .. debian/fennec.aegis=_aegis; \
|
||||
else \
|
||||
|
@ -1,3 +1,4 @@
|
||||
#filter substitution
|
||||
<aegis>
|
||||
<request>
|
||||
<credential name="TrackerReadAccess" />
|
||||
|
Loading…
Reference in New Issue
Block a user