diff options
author | Pino Toscano <pino@debian.org> | 2013-04-08 13:55:59 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-04-08 13:55:59 +0200 |
commit | 98131b859dffe85b21970469c4c122fddae34628 (patch) | |
tree | b16e3f72a545e4da82d4d3b0b1c4cbabf9ed7883 | |
parent | b293a87a6b51d68b0fc77c734a451cd0d6734289 (diff) | |
download | qtbase-98131b859dffe85b21970469c4c122fddae34628.tar.gz |
turn dh_install into fail-missing mode
nowwe have the system to have per-os/per-arch files, so we can make sure to not miss anything
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1004baa..d906648 100755 --- a/debian/rules +++ b/debian/rules @@ -277,7 +277,7 @@ override_dh_install: # Call dh_install normally. It will process .install, .install.ARCH # and/or .install.OS files. - dh_install --list-missing + dh_install --fail-missing override_dh_installdocs: dh_installdocs --all LGPL_EXCEPTION.txt |