1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# libfastdoubleparser-java for Debian: source maintenance
## Workflow
This package is maintained using the "patch unapplied strategy" and a
repository layout following DEP-14 (`upstream/latest` and `debian/latest`).
In other terms, the source outside of `debian/` directory, as checked out
from the repository, is unmodified from the upstream one.
The package may be built using `gbp buildpackage` with the branch
`debian/latest` checked out.
To import the sources of a new release it is recommended to use `gbp
import-orig --uscan`. `gbp` is configured to update the `pristine-tar`
branch.
Note that up to the initial 2.0.1 release the `upstream/latest` branch is
actually a clone of upstream's `main` branch; sources contents were found (as
expected) to be perfectly identical to the release tarball.
|