diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-07-06 14:40:18 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-07-06 14:40:18 -0400 |
commit | 91d1ce73b3cb022174a460a030d96ce51a8e6a36 (patch) | |
tree | 077cf533ee6de41383a70abc8dec25b5e3591a09 /debian | |
parent | c0ea968f9d7b03f88e87b0abf97e4997e936c97c (diff) |
Remove unnecessary rpaths in the git-annex binary, but only when it's built using make, not cabal. This speeds up git-annex statup time by around 50%.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/git-annex.lintian-overrides | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2b12bc15e..f9dfec92e 100644 --- a/debian/control +++ b/debian/control @@ -85,6 +85,7 @@ Build-Depends: curl, openssh-client, git-remote-gcrypt (>= 0.20130908-6), + chrpath, Maintainer: Richard Hartmann <richih@debian.org> Standards-Version: 3.9.8 Vcs-Git: git://git.kitenet.net/git-annex diff --git a/debian/git-annex.lintian-overrides b/debian/git-annex.lintian-overrides deleted file mode 100644 index 25d3d4c31..000000000 --- a/debian/git-annex.lintian-overrides +++ /dev/null @@ -1 +0,0 @@ -binary-or-shlib-defines-rpath |