debian: no need to override dh_auto_install

Since fda857aeb8 and d6f5c308f9, there is no longer any need to override dh_auto_install
This commit is contained in:
David Lechner 2018-04-28 22:08:08 -05:00 committed by GitHub
parent 90d14443d1
commit 0621680a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
debian/rules vendored
View File

@ -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:
@: