Make git-annex-standalone.deb include the shell completions again
Was lost when the install-completions target was added.
This commit is contained in:
parent
e03919bd93
commit
5fcaaf77db
2 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,7 @@ git-annex (7.20190731) UNRELEASED; urgency=medium
|
||||||
* Fix intermittent failure of the test suite, where its repeated opening
|
* Fix intermittent failure of the test suite, where its repeated opening
|
||||||
and writing to the sqlite database somehow caused inode cache information
|
and writing to the sqlite database somehow caused inode cache information
|
||||||
to occasionally be lost.
|
to occasionally be lost.
|
||||||
|
* Make git-annex-standalone.deb include the shell completions again.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Thu, 01 Aug 2019 00:11:56 -0400
|
-- Joey Hess <id@joeyh.name> Thu, 01 Aug 2019 00:11:56 -0400
|
||||||
|
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -22,7 +22,8 @@ override_dh_auto_build:
|
||||||
make linuxstandalone GIT_ANNEX_PACKAGE_INSTALL=1
|
make linuxstandalone GIT_ANNEX_PACKAGE_INSTALL=1
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
make install-desktop install-docs DESTDIR=debian/git-annex-standalone
|
make install-desktop install-docs install-completions \
|
||||||
|
DESTDIR=debian/git-annex-standalone
|
||||||
# bins are linked into place, as instructed in debian/install and debian/links
|
# bins are linked into place, as instructed in debian/install and debian/links
|
||||||
|
|
||||||
override_dh_fixperms:
|
override_dh_fixperms:
|
||||||
|
|
Loading…
Reference in a new issue