814 B
814 B
Update package
- Update
ICECATCOMMITfrom https://git.savannah.gnu.org/cgit/gnuzilla.git andFFVERSIONwhich refers to the Firefox ESR release version number.
vim build/build.sh
vim debian/rules
- Increment debian changelog entry.
cd debian
dch -i
Build package locally
- Download and build package.
cd build
./build.sh download
./build.sh build_deb
Build source package for OBS
- Download and build source package.
cd build
./build.sh download
./build.sh build_source
- Test build for OBS locally.
x86_64may be replaced with other arches such asi586. This depends on what arches are available on OBS.
osc build x86_64 --local-package --clean
- Deploy to OBS (where it will be built).
osc ar
osc commit