diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-05 11:03:15 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-05 11:03:15 -0400 |
commit | 89deded2e80da6eab4f7c3e7881463d07dcfff72 (patch) | |
tree | d7c77a6a70defabb35ed662424ca15d790fe68e7 | |
parent | newmoon 28.13.0 rc1 (diff) | |
download | stackrpms-89deded2e80da6eab4f7c3e7881463d07dcfff72.tar.gz stackrpms-89deded2e80da6eab4f7c3e7881463d07dcfff72.tar.bz2 stackrpms-89deded2e80da6eab4f7c3e7881463d07dcfff72.zip |
fix removing old extensions
-rw-r--r-- | newmoon/debian/changelog | 2 | ||||
-rw-r--r-- | newmoon/debian/mozconfig | 4 | ||||
-rw-r--r-- | newmoon/debian/newmoon+devuan.dsc | 2 |
3 files changed, 5 insertions, 3 deletions
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 <bgstack15@gmail.com> Homepage: http://www.palemoon.org/ Standards-Version: 3.9.6 |