Pass --list-missing to dh_install.
This commit is contained in:
parent
8f96e29ae4
commit
e7e27bc5e1
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -17,6 +17,7 @@ cmake (3.0.0-1) UNRELEASED; urgency=medium
|
|||||||
* Build the sphinx documentation and man pages.
|
* Build the sphinx documentation and man pages.
|
||||||
- Build-depend on python-sphinx.
|
- Build-depend on python-sphinx.
|
||||||
* Update install files.
|
* Update install files.
|
||||||
|
* Pass --list-missing to dh_install.
|
||||||
|
|
||||||
-- Felix Geyer <fgeyer@debian.org> Sun, 03 Aug 2014 20:21:55 +0200
|
-- Felix Geyer <fgeyer@debian.org> Sun, 03 Aug 2014 20:21:55 +0200
|
||||||
|
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -46,6 +46,9 @@ override_dh_auto_clean:
|
|||||||
dh_auto_clean
|
dh_auto_clean
|
||||||
rm -f $(BUILD_FLAGS_FILE)
|
rm -f $(BUILD_FLAGS_FILE)
|
||||||
|
|
||||||
|
override_dh_install:
|
||||||
|
dh_install --list-missing
|
||||||
|
|
||||||
override_dh_installdocs:
|
override_dh_installdocs:
|
||||||
dh_installdocs --link-doc=cmake-data
|
dh_installdocs --link-doc=cmake-data
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user