pin term
This commit is contained in:
parent
dcb9dead6f
commit
96b8224b63
2 changed files with 4 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -3,6 +3,8 @@ git-annex (4.20130921) UNRELEASED; urgency=low
|
|||
* Use cryptohash rather than SHA for hashing when no external hash program
|
||||
is available. This is a significant speedup for SHA256 on OSX, for
|
||||
example.
|
||||
* Android build redone from scratch, many dependencies updated,
|
||||
and entire build can now be done using provided scripts.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 22 Sep 2013 19:42:29 -0400
|
||||
|
||||
|
|
|
@ -121,7 +121,8 @@ $(GIT_ANNEX_ANDROID_SOURCETREE)/gnupg/build-stamp:
|
|||
touch $@
|
||||
|
||||
$(GIT_ANNEX_ANDROID_SOURCETREE)/term/build-stamp: term.patch icons
|
||||
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/term && git reset --hard
|
||||
# This is a known-good version that the patch works with.
|
||||
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/term && git reset --hard 3d34b3c42295c215b62e70f3ee696dd664ba08ce
|
||||
cat term.patch | (cd $(GIT_ANNEX_ANDROID_SOURCETREE)/term && patch -p1)
|
||||
(cd icons && tar c .) | (cd $(GIT_ANNEX_ANDROID_SOURCETREE)/term/res && tar x)
|
||||
# This renaming has a purpose. It makes the path to the app's
|
||||
|
|
Loading…
Reference in a new issue