Skip to content
Snippets Groups Projects
Commit e4e67f79 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Drop dh_install --fail-missing, it's the default since debhelper 13

parent 69289c93
No related branches found
No related tags found
1 merge request!13Add debian/apertis/lintian
...@@ -16,8 +16,7 @@ override_dh_auto_configure: ...@@ -16,8 +16,7 @@ override_dh_auto_configure:
override_dh_install: override_dh_install:
# .la files are specifically unwanted # .la files are specifically unwanted
rm -f debian/tmp/usr/lib/*/*.la rm -f debian/tmp/usr/lib/*/*.la
# break the build if anything else is missed dh_install
dh_install --fail-missing
override_dh_strip: override_dh_strip:
dh_strip --dbgsym-migration='prestwood-dbg (<< 0.1703.0-0co1~)' dh_strip --dbgsym-migration='prestwood-dbg (<< 0.1703.0-0co1~)'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment