summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/languages/python/python-package-missing-depends-on-python/build-spec/debian/rules
blob: ffbb59da368fa745f4bd614af39eed01869ac3af (plain)
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