Pass --list-missing to dh_install.

ci/unstable
Felix Geyer 11 years ago
parent 8f96e29ae4
commit e7e27bc5e1

1
debian/changelog vendored

@ -17,6 +17,7 @@ cmake (3.0.0-1) UNRELEASED; urgency=medium
* Build the sphinx documentation and man pages.
- Build-depend on python-sphinx.
* Update install files.
* Pass --list-missing to dh_install.
-- Felix Geyer <fgeyer@debian.org> Sun, 03 Aug 2014 20:21:55 +0200

3
debian/rules vendored

@ -46,6 +46,9 @@ override_dh_auto_clean:
dh_auto_clean
rm -f $(BUILD_FLAGS_FILE)
override_dh_install:
dh_install --list-missing
override_dh_installdocs:
dh_installdocs --link-doc=cmake-data

Loading…
Cancel
Save