summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@mister-muffin.de>2020-10-23 08:58:50 +0200
committerJohannes 'josch' Schauer <josch@mister-muffin.de>2020-10-23 08:58:50 +0200
commit7fe311a38b25cb1b10f27593858bd986fa2ece89 (patch)
treec3e48d467d5bfbaeb37af3f524201c020da73699
parent734843d82395b3471279c2a8a0d97295da5c7831 (diff)
debian/rules: remove dh_install --fail-missing (it's the default now)
-rwxr-xr-xdebian/rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 834b4fc..0463874 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,5 @@ include /usr/share/dpkg/architecture.mk
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) -DCMAKE_VERBOSE_MAKEFILE=true -DFL_CPP11=ON
-override_dh_install:
- dh_install --fail-missing
-
override_dh_auto_test:
dh_auto_test