File: README.libffi

package info (click to toggle)
libjna-java 5.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,840 kB
  • sloc: java: 90,395; ansic: 4,994; xml: 3,722; makefile: 434; sh: 299
file content (13 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- libffi notes ---
The libffi subdirectory is managed as a subtree.  Use subtree merging
to update from upstream, e.g.

$ git pull --squash -s subtree -Xsubtree=native/libffi libffi master (or other branch, if necessary)

The libffi subdirectory was originally mapped into the local repo as follows:

$ git remote add -f libffi git@github.com:atgreen/libffi.git
$ git merge -s ours --no-commit libffi/master
$ git read-tree --prefix=native/libffi -u libffi/master
$ git commit -m "Merge libffi as subtree"