1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Maintainer Notes
================
* "master" vs "debian/experimental" branches:
The 'master' branch evolved to try and package the latest version of the
builder (which was 1.4.4 by then). However, on the latest packaging effort
for Arduino it was considered easier to stick with version 1.3.25. Hence why
the 'debian/experimental' branch, which forks from the latest released
package and just updates it.
* To regenerate the 'arduino-builder.1' file:
ronn --roff --manual="General Commands Manual" --date=$(date +%F) \
--organization="Arduino AG" -w debian/arduino-builder.1.md
* To download both the upstream tarball and the signature, and verify the
download using the keyring file:
uscan
* Fetch a new version of the upstream tarball, merge it into the
"upstream" branch and then merge "upstream" into the "master" branch:
gbp import-orig --uscan
* Building:
gbp buildpackage
That needs pristine-tar branch local available. Get it by
git checkout pristine-tar
git checkout master # to get back to Debian branch
|