summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-29 16:53:44 (GMT)
committerGitHub <noreply@github.com>2018-04-29 16:53:44 (GMT)
commitd40964df8cb118e110f447fe586542432876d590 (patch)
tree3e1dd2e370e365a8a1f61d481037b6b4e0f17118 /debian
parent90d14443d1ab1d650f7aef98df3d2948ba6dd605 (diff)
parent0621680a5c904c19db9942eda112670159e10937 (diff)
Merge pull request #951 from dlech/patch-1
debian: no need to override dh_auto_install
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 4a3a8e3..f766567 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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:
@: