diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-28 19:38:33 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-28 19:38:33 -0500 |
commit | 231e125b60cae4b5a4f3f7d98a054180aa2ef157 (patch) | |
tree | fb3377e7b098951fd352d5adece1e8a332c42867 | |
parent | Merge branch 'master' of https://gitlab.com/librewolf-community/browser/linux... (diff) | |
download | librewolf-linux-231e125b60cae4b5a4f3f7d98a054180aa2ef157.tar.gz librewolf-linux-231e125b60cae4b5a4f3f7d98a054180aa2ef157.tar.bz2 librewolf-linux-231e125b60cae4b5a4f3f7d98a054180aa2ef157.zip |
update prep-librewolf-dpkg for 84.0-3
-rw-r--r-- | prep-librewolf-dpkg.conf | 12 | ||||
-rwxr-xr-x | prep-librewolf-dpkg.sh | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/prep-librewolf-dpkg.conf b/prep-librewolf-dpkg.conf index 5ffe9a7..ac5c93e 100644 --- a/prep-librewolf-dpkg.conf +++ b/prep-librewolf-dpkg.conf @@ -1,15 +1,15 @@ # Config file for prep-librewolf-dpkg.sh # Configure these settings before running that script. -debian_firefox_version=83.0-1 # current version of Firefox package in Debian sid -firefox_version=83.0 # current version of Firefox +debian_firefox_version=84.0-3 # current version of Firefox package in Debian sid +firefox_version=84.0 # 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=/usr/src/librewolf # where LibreWolf git contents are cached -debian_dir=/home/librewolf/debian # where the firefox_debian.tar.xz file is extracted -source_dir=/home/librewolf/librewolf_${firefox_version} # where firefox.orig.tar.xz file is extracted with --strip-components=1 -work_dir=/home/librewolf +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}/ diff --git a/prep-librewolf-dpkg.sh b/prep-librewolf-dpkg.sh index 04d2c6a..3130c66 100755 --- a/prep-librewolf-dpkg.sh +++ b/prep-librewolf-dpkg.sh @@ -1,7 +1,7 @@ #!/bin/sh # File: prep-librewolf-dpkg.sh # Location: https://gitlab.com/bgstack15/librewolf-linux.git -# Latest supported version: librewolf-83.0-1 +# Latest supported version: librewolf-84.0-3 # Author: bgstack15 # SPDX-License-Identifier: CC-BY-SA-4.0 # Startdate: 2020-11-29 @@ -199,7 +199,7 @@ sed -i -e '/%if browser/,+2s/firefox/librewolf/' \ new_changelog="$( mktemp )" { cat <<EOF -librewolf (83.0-1) unstable; urgency=low +librewolf (${debian_firefox_version}) unstable; urgency=low * Fork to librewolf release |