1 #!/usr/bin/make -f 2 # output every command that modifies files on the build system. 3 DH_VERBOSE = 1 4 5 %: 6 dh $@ 7 8 9 #override_dh_installdocs: 10 # Do not install a copyright file for the wrapper 11 # indeed, no /usr/share/docs/wl-screenshot is needed! 12 #dh_installdocs --exclude=debian/copyright 13 14 # Do not install changelogs for space conservation 15 #override_dh_installchangelogs: