diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-07-02 15:32:49 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2013-07-02 15:32:49 -0300 |
commit | 652a84a40c9b3dd79ef0277f2bdc821c6b3d16e7 (patch) | |
tree | 900cca87fa65ef4f651d079c794d23108ae1bebe | |
parent | d79ab3da70f41b51b2c2d68542ff0b0b0a550a27 (diff) | |
download | qt4-x11-652a84a40c9b3dd79ef0277f2bdc821c6b3d16e7.tar.gz |
Use fail missing.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3c23439..51c84ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ qt4-x11 (4:4.8.5+dfsg-1) UNRELEASED; urgency=low - CVE-2011-3922.patch * Refresh multiple patches. * Update symbols files. + * Pass --fail-missing to dh_install. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 22 Jun 2013 11:08:53 -0300 diff --git a/debian/rules b/debian/rules index 1d5a8c3..40507bc 100755 --- a/debian/rules +++ b/debian/rules @@ -360,7 +360,7 @@ ifeq ($(vendor),Ubuntu) endif override_dh_install: - dh_install --list-missing + dh_install --fail-missing override_dh_installdocs: dh_installdocs --all LGPL_EXCEPTION.txt |