1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
armci-mpi upstream does not release tarballs. The code is accessed
from the upstream git repo at https://github.com/pmodels/armci-mpi
The upstream branch in the Debian git repo for armci-mpi is updated
against the latest commit in the master branch of the upstream repo.
The upstream source update is facilitated by uscan via debian/watch.
uscan will pull the latest source and package into a tarball. The
upstream version is identified by <commit date>-<commit id>.
The process of updating the upstream branch in the debian repo and
merging into the debian master (or experimental) branch is automated
via git-buildpackage (gbp).
To update directly into the Debian master branch:
gbp import-orig --uscan --pristine-tar
To update into the experimental branch:
gbp import-orig --uscan --pristine-tar --debian-branch=experimental
|