There was an error while loading. Please reload this page.
1 parent b5edb4c commit 72768cfCopy full SHA for 72768cf
debian/rules
@@ -177,7 +177,11 @@ override_dh_installcron-arch:
177
get-orig-source:
178
uscan --force-download --verbose
179
180
+# If a file is not supposed to be included anywhere, add it to the not-installed
181
+# file and document the reason. Note that dh_install supports the above mentioned
182
+# white list file only starting from Debian Stretch and Ubuntu Xenial.
183
+# To find more, grep build logs for 'but is not installed to anywhere'.
184
%:
-dh $@ --parallel --with dpatch --with systemd
185
+dh $@ --parallel --with dpatch --with systemd --list-missing
186
187
# vim: ts=8
0 commit comments