summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-04-29 03:08:08 (GMT)
committerGitHub <noreply@github.com>2018-04-29 03:08:08 (GMT)
commit0621680a5c904c19db9942eda112670159e10937 (patch)
tree3e1dd2e370e365a8a1f61d481037b6b4e0f17118 /debian/rules
parent90d14443d1ab1d650f7aef98df3d2948ba6dd605 (diff)
debian: no need to override dh_auto_install
Since fda857aeb851e5329b5dec664cc14903bf4d20a6 and d6f5c308f9b9564df548d7d6a245a56dbf5360bc, there is no longer any need to override dh_auto_install
Diffstat (limited to 'debian/rules')
-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:
@: