debian: no need to override dh_auto_install

Since fda857aeb8 and d6f5c308f9, there is no longer any need to override dh_auto_install
dev-linux
David Lechner 5 years ago committed by GitHub
parent 90d14443d1
commit 0621680a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
debian/rules vendored

@ -26,9 +26,5 @@ override_dh_auto_configure:
test -e configure || ./bootstrap
dh_auto_configure
#Make sure to include bash completion file in the package
override_dh_auto_install:
dh_auto_install
override_dh_update_autotools_config:
@:

Loading…
Cancel
Save