Arquivos
icecat/MAINTAINERS.md
2021-04-20 21:53:27 +10:00

814 B

Update package

  1. Update ICECATCOMMIT from https://git.savannah.gnu.org/cgit/gnuzilla.git and FFVERSION which refers to the Firefox ESR release version number.
vim build/build.sh
vim debian/rules
  1. Increment debian changelog entry.
cd debian
dch -i

Build package locally

  1. Download and build package.
cd build
./build.sh download
./build.sh build_deb

Build source package for OBS

  1. Download and build source package.
cd build
./build.sh download
./build.sh build_source
  1. Test build for OBS locally. x86_64 may be replaced with other arches such as i586. This depends on what arches are available on OBS.
osc build x86_64 --local-package --clean
  1. Deploy to OBS (where it will be built).
osc ar
osc commit