Merge pull request #951 from dlech/patch-1

debian: no need to override dh_auto_install
This commit is contained in:
Alexey Neyman 2018-04-29 09:53:44 -07:00 committed by GitHub
commit d40964df8c
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:
@: