Make the git-annex-standalone.deb prevent runshell from installing wrappers into $HOME/.ssh

This commit is contained in:
Joey Hess 2015-11-10 12:53:46 -04:00
parent 3e49f9fcab
commit d9d87fdbc9
Failed to extract signature
4 changed files with 37 additions and 28 deletions

2
debian/changelog vendored
View file

@ -18,6 +18,8 @@ git-annex (5.20151102.2) UNRELEASED; urgency=medium
support that; avoid crashing on such invalid encoding.
* runshell: Avoid failing when $HOME/.ssh does not exist and cannot be
created.
* Make the git-annex-standalone.deb prevent runshell from installing
wrappers into $HOME/.ssh
-- Joey Hess <id@joeyh.name> Wed, 04 Nov 2015 12:50:20 -0400

2
debian/rules vendored
View file

@ -16,7 +16,7 @@ export RELEASE_BUILD=1
ifeq ($(STANDALONE_BUILD),1)
override_dh_auto_build:
make linuxstandalone
make linuxstandalone GIT_ANNEX_PACKAGE_INSTALL=1
override_dh_auto_install:
: # nothing to do, we just need to copy the beast, as instructed in debian/install