commit77543c38c5Author: B Stack <bgstack15@gmail.com> Date: Mon Feb 1 09:38:02 2021 -0500 fix where browser.install.in lists files commit9a0c533c0aMerge:17808dd0b09648Author: B Stack <bgstack15@gmail.com> Date: Mon Feb 1 09:35:54 2021 -0500 Merge branch 'master' of https://gitlab.com/librewolf-community/browser/linux into debian commit17808dd8c6Author: B Stack <bgstack15@gmail.com> Date: Fri Jan 29 08:13:08 2021 -0500 add notes from !12 ohfp provided improvements at [!12#note_495484399](https://gitlab.com/librewolf-community/browser/linux/-/merge_requests/12#note_495484399) commit9b1a0c8235Author: B Stack <bgstack15@gmail.com> Date: Sun Jan 10 11:53:09 2021 -0500 update prep-librewolf-dpkg for 84.0.2 commit231e125b60Author: B Stack <bgstack15@gmail.com> Date: Mon Dec 28 19:38:33 2020 -0500 update prep-librewolf-dpkg for 84.0-3 commita3babbbf04Merge:2c9c981ec78db8Author: B Stack <bgstack15@gmail.com> Date: Mon Dec 28 19:37:58 2020 -0500 Merge branch 'master' of https://gitlab.com/librewolf-community/browser/linux into debian commit2c9c981a05Author: B Stack <bgstack15@gmail.com> Date: Mon Nov 30 14:52:28 2020 -0500 add prep-librewolf-dpkg
15 lines
881 B
Text
15 lines
881 B
Text
# Config file for prep-librewolf-dpkg.sh
|
|
# Configure these settings before running that script.
|
|
|
|
debian_firefox_version=84.0.2-1 # current version of Firefox package in Debian sid
|
|
firefox_version=84.0.2 # current version of Firefox
|
|
|
|
librewolf_common_url=https://gitlab.com/librewolf-community/browser/common.git
|
|
librewolf_settings_url=https://gitlab.com/librewolf-community/settings.git
|
|
librewolf_linux_url=https://gitlab.com/librewolf-community/browser/linux.git
|
|
|
|
# user configurable
|
|
git_source_dir=/home/librewolf/git # where LibreWolf git contents are cached
|
|
debian_dir=/home/librewolf/${firefox_version}/debian # where the firefox_debian.tar.xz file is extracted
|
|
source_dir=/home/librewolf/${firefox_version}/librewolf_${firefox_version} # where firefox.orig.tar.xz file is extracted with --strip-components=1
|
|
work_dir=/home/librewolf/${firefox_version}/
|