From 89deded2e80da6eab4f7c3e7881463d07dcfff72 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 5 Sep 2020 11:03:15 -0400 Subject: fix removing old extensions --- newmoon/debian/changelog | 2 +- newmoon/debian/mozconfig | 4 +++- newmoon/debian/newmoon+devuan.dsc | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'newmoon') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index dea61d8..c9fa809 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,4 +1,4 @@ -newmoon (28.13.0-1+devuan) obs; urgency=medium +newmoon (28.13.0-3+devuan) obs; urgency=medium * This is a compatibility, bugfix and security update. Special thanks to our new code contributors this cycle (you know who you are)! diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig index 7661740..097882d 100644 --- a/newmoon/debian/mozconfig +++ b/newmoon/debian/mozconfig @@ -26,6 +26,7 @@ ac_add_options --enable-devtools ac_add_options --disable-jemalloc ac_add_options --with-pthreads ac_add_options --enable-strip +ac_add_options --enable-phoenix-extensions # Disables ac_add_options --disable-debug ac_add_options --enable-eme @@ -33,7 +34,8 @@ ac_add_options --disable-gamepad ac_add_options --disable-necko-wifi ac_add_options --disable-tests ac_add_options --disable-updater -ac_add_options --enable-webrtc +# unfortunately newmoon does not have the client-side bits for webrtc so enabling it does nothing, per upstream +#ac_add_options --enable-webrtc # Disable temeletry export MOZ_TELEMETRY_REPORTING= ac_add_options --disable-crashreporter diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index be3f6f0..0c27e98 100644 --- a/newmoon/debian/newmoon+devuan.dsc +++ b/newmoon/debian/newmoon+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: newmoon Binary: newmoon Architecture: any -Version: 28.13.0-2+devuan +Version: 28.13.0-3+devuan Maintainer: B Stack Homepage: http://www.palemoon.org/ Standards-Version: 3.9.6 -- cgit