1 2 3 4 5 6 7 8 9 10
#!/usr/bin/make -f TARGET = debian/$(shell dh_listpackages)/usr/lib/python3/dist-packages %: dh $@ override_dh_auto_install: mkdir -p $(TARGET) touch $(TARGET)/lintian.py